diff --git a/baystation12.dme b/baystation12.dme index c07d2f5534..4175506e20 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -328,7 +328,6 @@ #include "code\datums\recipe.dm" #include "code\datums\reference_tracking.dm" #include "code\datums\ruins.dm" -#include "code\datums\security_state.dm" #include "code\datums\shackle_law_sets.dm" #include "code\datums\sound_player.dm" #include "code\datums\suit_sensor_jammer_method.dm" diff --git a/code/datums/outfits/jobs/engineering.dm b/code/datums/outfits/jobs/engineering.dm index f7f15276eb..524851b644 100644 --- a/code/datums/outfits/jobs/engineering.dm +++ b/code/datums/outfits/jobs/engineering.dm @@ -11,14 +11,14 @@ l_pocket = /obj/item/device/radio l_ear = /obj/item/device/radio/headset/heads/ce -/decl/hierarchy/outfit/job/engineering/conteng +/* /decl/hierarchy/outfit/job/engineering/conteng Celadon Changes => mod_celadon/outfits/code/outfits.dm name = OUTFIT_JOB_NAME("Containment Engineer") uniform = /obj/item/clothing/under/solgov/utility/fleet/engineering shoes = /obj/item/clothing/shoes/dutyboots id_type = /obj/item/card/id/seclvl4eng belt = /obj/item/storage/belt/utility/full l_pocket = /obj/item/device/radio - l_ear = /obj/item/device/radio/headset/conteng + l_ear = /obj/item/device/radio/headset/conteng */ /decl/hierarchy/outfit/job/engineering/seneng name = OUTFIT_JOB_NAME("Senior Engineer") diff --git a/code/datums/outfits/jobs/mtf.dm b/code/datums/outfits/jobs/mtf.dm index cf0810f8ad..99e9d57216 100644 --- a/code/datums/outfits/jobs/mtf.dm +++ b/code/datums/outfits/jobs/mtf.dm @@ -10,7 +10,7 @@ /decl/hierarchy/outfit/mtf/epsilon_11 hierarchy_type = /decl/hierarchy/outfit/mtf/epsilon_11 -/decl/hierarchy/outfit/mtf/epsilon_11/agent +/* /decl/hierarchy/outfit/mtf/epsilon_11/agent name = OUTFIT_JOB_NAME("MTF Epsilon-11 Agent") uniform = /obj/item/clothing/under/ert/epsilon11 suit = /obj/item/clothing/suit/armor/pcarrier/green/scp/mtf_epsilon @@ -80,7 +80,7 @@ r_pocket = null id_type = /obj/item/card/id/mtf/ninetail belt = /obj/item/defibrillator/compact/combat/loaded - backpack_contents = list(/obj/item/ammo_magazine/scp/p90_mag/ap = 3,/obj/item/clothing/mask/gas = 1,/obj/item/reagent_containers/ivbag/blood/OMinus = 2,/obj/item/storage/pill_bottle/zoom = 1) + backpack_contents = list(/obj/item/ammo_magazine/scp/p90_mag/ap = 3,/obj/item/clothing/mask/gas = 1,/obj/item/reagent_containers/ivbag/blood/OMinus = 2,/obj/item/storage/pill_bottle/zoom = 1) */ /decl/hierarchy/outfit/mtf/eta_10 // See No Evil name = OUTFIT_JOB_NAME("MTF Eta-10 Operative") diff --git a/code/datums/security_state.dm b/code/datums/security_state.dm index d12d6bb4ea..c094273923 100644 --- a/code/datums/security_state.dm +++ b/code/datums/security_state.dm @@ -1,4 +1,4 @@ -/decl/security_state +/* /decl/security_state =# CELADON_CHANGES => mod_celadon\_components\code\security_state.dm #= // When defining any of these values type paths should be used, not instances. Instances will be acquired in /New() // The security level in which the destruction of the site is likely. Not selectable by personnel; set internally or by admins @@ -292,4 +292,4 @@ /decl/security_level/code_delta/switching_up_to() security_announcement_delta.Announce("The destruction of the site is imminent. All personnel are to obey instructions given by administrative staff. Any violation of these orders is punishable by immediate termination. This is not a drill.", "Attention! Code Delta evacuation procedures now in effect!") - notify_station() + notify_station() */ diff --git a/code/game/jobs/job/command.dm b/code/game/jobs/job/command.dm index bae51457f3..8d0ee0ed09 100644 --- a/code/game/jobs/job/command.dm +++ b/code/game/jobs/job/command.dm @@ -214,7 +214,7 @@ ideal_character_age = 30 outfit_type = /decl/hierarchy/outfit/job/civ/o5rep requirements = list(EXP_TYPE_BUR = 300) - class = CLASS_B + class = CLASS_A hud_icon = "hud05rep" access = list( ACCESS_ADMIN_LVL1, diff --git a/code/game/jobs/job/security.dm b/code/game/jobs/job/security.dm index 3c4a821cc1..7490a25247 100644 --- a/code/game/jobs/job/security.dm +++ b/code/game/jobs/job/security.dm @@ -210,7 +210,7 @@ // OFFICERS //## -/datum/job/ncoofficerlcz +/* /datum/job/ncoofficerlcz =# Mod Celadon Changes => mod_celadon\outfits\code\job\security.dm #= title = "LCZ Sergeant" department = "Light Containment Personnel" selection_color = "#601c1c" @@ -256,7 +256,7 @@ SKILL_WEAPONS = SKILL_EXPERIENCED, SKILL_FORENSICS = SKILL_TRAINED ) - skill_points = 21 + skill_points = 21 */ /datum/job/ncoofficerhcz title = "HCZ Sergeant" diff --git a/code/game/response_team.dm b/code/game/response_team.dm index fbf6b69120..5ee582830a 100644 --- a/code/game/response_team.dm +++ b/code/game/response_team.dm @@ -5,8 +5,8 @@ var/global/send_emergency_team = 0 // Used for automagic response teams // 'admin_emergency_team' for admin-spawned response teams /client/proc/response_team() - set name = "Dispatch Mobile Task Force" - set category = "Special Verbs" + set name = "Dispatch MTF" + set category = "Fun" set desc = "Send an MTF squad" if(!holder) @@ -47,7 +47,7 @@ var/global/send_emergency_team = 0 // Used for automagic response teams /client/verb/JoinResponseTeam() set name = "Join MTF Squad" - set category = "IC" + set category = "OOC" if(!MayRespawn(1)) to_chat(usr, SPAN_WARNING("You cannot join the response team at this time.")) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 014ad4584c..62cea0c051 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -501,8 +501,8 @@ var/global/floorIsLava = 0 world.Reboot() -/datum/admins/proc/announce() - set category = "Special Verbs" +/* /datum/admins/proc/announce() + set category = "Admin" set name = "Announce" set desc="Announce your desires to the world" if(!check_rights(0)) return @@ -513,7 +513,7 @@ var/global/floorIsLava = 0 message = replacetext(message, "\n", "
") // required since we're putting it in a

tag to_world("[usr.key] Announces:

[message]

") log_admin("Announce: [key_name(usr)] : [message]") - SSstatistics.add_field_details("admin_verb","A") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! + SSstatistics.add_field_details("admin_verb","A") /If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! */ /datum/admins/proc/toggleooc() set category = "Server" @@ -1211,7 +1211,7 @@ var/global/floorIsLava = 0 return 1 /datum/admins/proc/force_antag_latespawn() - set category = "Admin" + set category = "Debug" set name = "Force Template Spawn" set desc = "Force an antagonist template to spawn." @@ -1236,7 +1236,7 @@ var/global/floorIsLava = 0 antag.attempt_auto_spawn() /datum/admins/proc/force_mode_latespawn() - set category = "Admin" + set category = "Fun" set name = "Force Mode Spawn" set desc = "Force autotraitor to proc." @@ -1280,7 +1280,7 @@ var/global/floorIsLava = 0 /datum/admins/proc/sendFax() - set category = "Special Verbs" + set category = "Fun" set name = "Send Fax" set desc = "Sends a fax to this machine" @@ -1318,7 +1318,7 @@ var/global/floorIsLava = 0 /client/proc/check_fax_history() - set category = "Special Verbs" + set category = "Fun" set name = "Check Fax History" set desc = "Look up the faxes sent this round." diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index b2dcc8570b..f835926652 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -512,7 +512,7 @@ var/list/admin_verbs_mentors = list( return /client/proc/colorooc() - set category = "Fun" + set category = "OOC" set name = "OOC Text Color" if(!check_rights(R_ADMIN|R_MOD, FALSE)) return var/response = alert(src, "Please choose a distinct color that is easy to read and doesn't mix with all the other chat and radio frequency colors.", "Change own OOC color", "Pick new color", "Reset to default", "Cancel") @@ -569,7 +569,7 @@ var/list/admin_verbs_mentors = list( #undef AUTOBANTIME /client/proc/drop_bomb() // Some admin dickery that can probably be done better -- TLE - set category = "Special Verbs" + set category = "Fun" set name = "Drop Bomb" set desc = "Cause an explosion of varying strength at your location." if(!check_rights(R_FUN)) return @@ -605,7 +605,7 @@ var/list/admin_verbs_mentors = list( /client/proc/togglebuildmodeself() set name = "Toggle Build Mode Self" - set category = "Special Verbs" + set category = "Fun" if(!check_rights(R_ADMIN)) return @@ -615,7 +615,7 @@ var/list/admin_verbs_mentors = list( SSstatistics.add_field_details("admin_verb","TBMS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /client/proc/object_talk(msg as text) // -- TLE - set category = "Special Verbs" + set category = "Admin" set name = "oSay" set desc = "Display a message to everyone who can hear the target" if(mob.control_object) @@ -734,7 +734,7 @@ var/list/admin_verbs_mentors = list( SSstatistics.add_field_details("admin_verb","CMAS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /client/proc/change_security_level() - set name = "Set security level" + set name = "Fun" set desc = "Sets the security level" set category = "Fun" diff --git a/code/modules/admin/ticket.dm b/code/modules/admin/ticket.dm index d5587e7af2..c1d139b57b 100644 --- a/code/modules/admin/ticket.dm +++ b/code/modules/admin/ticket.dm @@ -238,7 +238,7 @@ var/list/ticket_panels = list() /client/verb/view_tickets() set name = "View Tickets" - set category = "Admin" + set category = "Staff Help" var/datum/ticket_panel/ticket_panel = new() ticket_panels[src] = ticket_panel diff --git a/code/modules/admin/verbs/SDQL.dm b/code/modules/admin/verbs/SDQL.dm index 38a94012ba..38852c0fe3 100644 --- a/code/modules/admin/verbs/SDQL.dm +++ b/code/modules/admin/verbs/SDQL.dm @@ -4,7 +4,7 @@ //Note: For use in BS12, need text_starts_with proc, and to modify the action on select to use BS12's object edit command(s). /client/proc/SDQL_query(query_text as message) - set category = "Admin" + set category = "Debug" if(!check_rights(R_DEBUG)) //Shouldn't happen... but just to be safe. log_and_message_staff(" - Non-admin attempted to execute a SDQL query!") diff --git a/code/modules/admin/verbs/deadsay.dm b/code/modules/admin/verbs/deadsay.dm index 756cbbb804..2493c9e43a 100644 --- a/code/modules/admin/verbs/deadsay.dm +++ b/code/modules/admin/verbs/deadsay.dm @@ -1,5 +1,5 @@ /client/proc/dsay(msg as text) - set category = "Special Verbs" + set category = "Admin" set name = "Dsay" //Gave this shit a shorter name so you only have to time out "dsay" rather than "dead say" to use it --NeoFite set hidden = 1 diff --git a/code/modules/admin/verbs/grief_fixers.dm b/code/modules/admin/verbs/grief_fixers.dm index 1ee06ca884..88b70ca850 100644 --- a/code/modules/admin/verbs/grief_fixers.dm +++ b/code/modules/admin/verbs/grief_fixers.dm @@ -1,6 +1,6 @@ /client/proc/fix_air(turf/simulated/T in world) set name = "Fix Air" - set category = "Admin" + set category = "Debug" set desc = "Fixes air in specified radius." if(!check_rights(R_ADMIN)) @@ -25,7 +25,7 @@ log_and_message_staff("[usr] fixed air with range [range] in area [T.loc.name]. [changed_zones.len] [(changed_zones.len) > 1 ? "zones have" : "zone has"] been affected.") /client/proc/fixatmos() - set category = "Admin" + set category = "Debug" set name = "Fix Atmospherics Grief" if(!check_rights(R_ADMIN|R_DEBUG)) return diff --git a/code/modules/admin/verbs/map_template_loadverb.dm b/code/modules/admin/verbs/map_template_loadverb.dm index eaf28522f0..6730d957a2 100644 --- a/code/modules/admin/verbs/map_template_loadverb.dm +++ b/code/modules/admin/verbs/map_template_loadverb.dm @@ -1,5 +1,5 @@ /datum/admins/proc/map_template_load() - set category = "Fun" + set category = "Debug" set desc = "Pick a map template to load at your current location. You will be able to confirm bounds before committing." set name = "Map Template - Place" @@ -32,7 +32,7 @@ usr.client.images -= preview /datum/admins/proc/map_template_load_new_z() - set category = "Fun" + set category = "Debug" set desc = "Pick a map template to load as a new zlevel, or a set of new zlevels if multi-z." set name = "Map Template - Place In New Z" @@ -66,7 +66,7 @@ to_chat(usr, "Failed to place map template [log_name].") /datum/admins/proc/map_template_upload() - set category = "Fun" + set category = "Debug" set desc = "Upload a .dmm file to use as a map template. Any unknown types will be skipped!" set name = "Map Template - Upload" diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index e2defe6bbe..f81e200f53 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -75,7 +75,7 @@ /client/proc/cmd_admin_world_narrate() // Allows administrators to fluff events a little easier -- TLE - set category = "Special Verbs" + set category = "Admin" set name = "Global Narrate" set desc = "Narrate to everyone." @@ -152,7 +152,7 @@ //Condenced version of the mob targeting narrates /client/proc/cmd_admin_narrate(atom/A) - set category = "Special Verbs" + set category = "Admin" set name = "Narrate" set desc = "Selection of narrates targeting a mob." @@ -211,7 +211,7 @@ // Local narrate, narrates to everyone who can see where you are regardless of whether they are blind or deaf. /client/proc/cmd_admin_local_narrate() - set category = "Special Verbs" + set category = "Admin" set name = "Local Narrate" set desc = "Narrate to everyone who can see the turf your mob is on." @@ -288,7 +288,7 @@ SSstatistics.add_field_details("admin_verb","GOD") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /client/proc/cmd_admin_notarget(mob/living/M as mob in SSmobs.mob_list) - set category = "Special Verbs" + set category = "Debug" set name = "Notarget" set desc = "Makes the target mob become invisible to all simple mobs." @@ -374,7 +374,7 @@ Ccomp's first proc. . = sortAssoc(.) /client/proc/allow_character_respawn(selection in get_ghosts_by_key()) - set category = "Special Verbs" + set category = "Server" set name = "Allow player to respawn" set desc = "Allows the player bypass the wait to respawn or allow them to re-enter their corpse." @@ -494,7 +494,7 @@ Ccomp's first proc. SSstatistics.add_field_details("admin_verb","IONC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /client/proc/cmd_admin_rejuvenate(mob/living/M as mob in SSmobs.mob_list) - set category = "Special Verbs" + set category = "Admin" set name = "Rejuvenate" if(!holder) to_chat(src, "Only administrators may use this command.") @@ -513,7 +513,7 @@ Ccomp's first proc. SSstatistics.add_field_details("admin_verb","REJU") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /client/proc/cmd_admin_create_centcom_report() - set category = "Special Verbs" + set category = "Fun" set name = "Create Command Report" if(!holder) @@ -681,7 +681,7 @@ Ccomp's first proc. return /client/proc/cmd_admin_check_contents(mob/living/M as mob in SSmobs.mob_list) - set category = "Special Verbs" + set category = "Admin" set name = "Check Contents" var/list/L = M.get_contents() @@ -721,7 +721,7 @@ Ccomp's first proc. */ /client/proc/toggle_view_range() - set category = "Special Verbs" + set category = "Admin" set name = "Change View Range" set desc = "switches between 1x and custom views" @@ -735,7 +735,7 @@ Ccomp's first proc. /client/proc/admin_call_shuttle() - set category = "Admin" + set category = "Fun" set name = "Call Evacuation" if(!SSticker.mode || !evacuation_controller) @@ -757,7 +757,7 @@ Ccomp's first proc. return /client/proc/admin_cancel_shuttle() - set category = "Admin" + set category = "Fun" set name = "Cancel Evacuation" if(!check_rights(R_ADMIN)) return diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index d578956f32..5fd5473295 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -677,7 +677,7 @@ /client/verb/toggle_status_bar() set name = "Toggle Status Bar" - set category = "OOC" + set category = "Preferences" show_status_bar = !show_status_bar diff --git a/code/modules/flufftext/TextFilters.dm b/code/modules/flufftext/TextFilters.dm index 98cc813216..efa88385d1 100644 --- a/code/modules/flufftext/TextFilters.dm +++ b/code/modules/flufftext/TextFilters.dm @@ -139,7 +139,7 @@ english_only - whether to use traditional english letters only (for use in NanoU if(english_only) newletter += "*" else - newletter = pick("ø", "Ð", "%", "æ", "µ") + newletter = pick("ш", "Р", "%", "ж", "µ") distortion += 0.5 * distortion_speed else if(prob(0.75 * distortion)) // Incomprehensible newletter = pick("<", ">", "!", "$", "%", "^", "&", "*", "~", "#") @@ -156,13 +156,13 @@ english_only - whether to use traditional english letters only (for use in NanoU if("s") newletter = "$" if("e") - newletter = "£" + newletter = "Ј" if("w") - newletter = "ø" + newletter = "ш" if("y") - newletter = "¡" + newletter = "Ў" if("x") - newletter = "æ" + newletter = "ж" if("u") newletter = "µ" else diff --git a/code/modules/keybindings/admin.dm b/code/modules/keybindings/admin.dm index 3eddc44ff4..00ce06a31b 100644 --- a/code/modules/keybindings/admin.dm +++ b/code/modules/keybindings/admin.dm @@ -34,15 +34,15 @@ user.holder?.player_panel_new() return TRUE -/datum/keybinding/admin/admin_pm - hotkey_keys = list("F8") - name = "admin_pm" - full_name = "Admin PM" - description = "Sends Admin PM message" - -/datum/keybinding/admin/admin_pm/down(client/user) - user.cmd_admin_pm_panel() - return TRUE +// /datum/keybinding/admin/admin_pm # Celadon Changes => mod_celadon\_components\code\keybinds.dm +// hotkey_keys = list("F8") +// name = "admin_pm" +// full_name = "Admin PM" +// description = "Sends Admin PM message" + +// /datum/keybinding/admin/admin_pm/down(client/user) +// user.togglebuildmodeself() +// return TRUE /datum/keybinding/admin/invisimin hotkey_keys = list("F9") diff --git a/code/modules/mob/mob_helpers.dm b/code/modules/mob/mob_helpers.dm index 4fd05f2a49..a4f17afabf 100644 --- a/code/modules/mob/mob_helpers.dm +++ b/code/modules/mob/mob_helpers.dm @@ -218,7 +218,7 @@ var/list/global/organ_rel_size = list( if(re_encode) . = html_encode(.) -/proc/slur(phrase) +/* /proc/slur(phrase) phrase = html_decode(phrase) var/leng=length(phrase) var/counter=length(phrase) @@ -269,7 +269,7 @@ var/list/global/organ_rel_size = list( n_letter = text("[n_letter]-[n_letter]") t = text("[t][n_letter]")//since the above is ran through for each letter, the text just adds up back to the original word. p++//for each letter p is increased to find where the next letter will be. - return sanitize(t) + return sanitize(t) */ /proc/Gibberish(t, p)//t is the inputted message, and any value higher than 70 for p will cause letters to be replaced instead of added diff --git a/code/modules/random_map/dungeon/winding_dungeon_verb.dm b/code/modules/random_map/dungeon/winding_dungeon_verb.dm index e6ec0429cd..6562f170cf 100644 --- a/code/modules/random_map/dungeon/winding_dungeon_verb.dm +++ b/code/modules/random_map/dungeon/winding_dungeon_verb.dm @@ -2,7 +2,7 @@ //Works similarly to the supply drop in that you create it to use it instantly. /client/proc/create_dungeon() - set category = "Fun" + set category = "Debug" set name = "Create Dungeon" set desc = "Create and apply a configurable dungeon to a zlevel." diff --git a/maps/site53/items/guns.dm b/maps/site53/items/guns.dm index 7616de4f9c..6573e8c447 100644 --- a/maps/site53/items/guns.dm +++ b/maps/site53/items/guns.dm @@ -45,8 +45,8 @@ /obj/item/gun/projectile/revolver/mateba name = "mateba" desc = "Standard issue Foundation revolver based on the Mateba Unica. Chambered in .44 Magnum" - icon = 'icons/obj/gun.dmi' - icon_state = "mateba" + icon = 'icons/obj/guns/revolvers.dmi' + icon_state = "revolver" caliber = ".44" fire_delay = 6 origin_tech = list(TECH_COMBAT = 2, TECH_MATERIAL = 2) diff --git a/maps/~mapsystem/maps.dm b/maps/~mapsystem/maps.dm index cff57d4e7b..e4a702cf47 100644 --- a/maps/~mapsystem/maps.dm +++ b/maps/~mapsystem/maps.dm @@ -1,4 +1,4 @@ -#define DEFAULT_GAME_YEAR_OFFSET 288 +#define DEFAULT_GAME_YEAR_OFFSET 0 GLOBAL_DATUM_INIT(using_map, /datum/map, new using_map_DATUM) GLOBAL_LIST_EMPTY(all_maps) diff --git a/mod_celadon/__maps/site53/site53-1.dmm b/mod_celadon/__maps/site53/site53-1.dmm index beeba61b72..ff6cf256bb 100644 --- a/mod_celadon/__maps/site53/site53-1.dmm +++ b/mod_celadon/__maps/site53/site53-1.dmm @@ -1,2799 +1,3083 @@ -"aa" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor/northleft{req_access = list("ACCESS_NETWORK")},/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"ab" = (/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"ac" = (/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"ad" = (/obj/effect/paint_stripe/white,/turf/simulated/wall/r_wall/prepainted,/area/site53/engineering/server_room) -"ae" = (/obj/machinery/light,/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"af" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/sign/warning/secure_area{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"ag" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/structure/table/standard,/obj/item/storage/box/handcuffs,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"ah" = (/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"ai" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"aj" = (/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"ak" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"al" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor,/area/site53/engineering/server_room) -"am" = (/obj/structure/ladder/up,/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"an" = (/obj/structure/table/reinforced,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"ao" = (/obj/effect/decal/cleanable/blood/splatter,/obj/effect/decal/cleanable/cobweb2,/obj/effect/decal/cleanable/cobweb,/obj/item/reagent_containers/food/snacks/carrotfries,/obj/item/reagent_containers/food/snacks/carrotfries,/obj/item/reagent_containers/food/snacks/carrotfries,/obj/item/reagent_containers/food/drinks/cans/orangecola,/obj/item/reagent_containers/food/drinks/cans/orangecola,/obj/item/storage/firstaid,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"aq" = (/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dkitchen,/obj/item/card/id/dassignment/dkitchen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"ar" = (/obj/item/storage/mirror{pixel_y = -28},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"as" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"at" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"av" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"ax" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/highsecurity{name = "SCP-012"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"ay" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"aA" = (/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"aB" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/maintenance) -"aC" = (/obj/machinery/door/airlock/hatch{name = "LLCZ Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/door/blast/shutters{begins_closed = 1; id_tag = "Lower LCZ Checkpoint Maintenance Access"; name = "Lower LCZ Checkpoint Maintenance Access"},/turf/simulated/floor,/area/site53/llcz/hallways) -"aD" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"aE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"aF" = (/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dmedical,/obj/item/card/id/dassignment/dmedical,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"aG" = (/obj/machinery/button/alternate/door/bolts{id_tag = "106cycle"; name = "Chamberlock Door Cycle button"; pixel_y = 23; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/button/femur_breaker{pixel_y = -22},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"aH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"aI" = (/obj/item/modular_computer/console/preset/SCP_dataserver{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) -"aK" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"aL" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"aM" = (/obj/effect/decal/cleanable/blood/writing{desc = "DEBT OF LIFE PAID TO THE LION OF DEATH"; drydesc = "It looks like it's been there for some time."; message = "DEBT OF LIFE PAID TO THE LION OF DEATH"; name = "bloody markings"; text = "DEBT OF LIFE PAID TO THE LION OF DEATH"},/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) -"aN" = (/obj/effect/paint_stripe/white,/turf/simulated/wall/titanium,/area/site53/engineering/maintenance/llczmaint) -"aP" = (/obj/structure/table/reinforced,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) -"aQ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"aS" = (/obj/machinery/nuke_cylinder_dispenser,/obj/effect/paint_stripe/gunmetal,/turf/simulated/wall/titanium,/area/site53/engineering/selfdestruct) -"aT" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"aU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"aV" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"aZ" = (/obj/effect/paint_stripe/paleblue,/turf/simulated/wall/r_wall/prepainted,/area/site53/engineering/server_room) -"ba" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"bb" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor,/area/site53/lhcz/hallway) -"bc" = (/obj/effect/paint_stripe/yellow,/obj/structure/disposalpipe/segment,/turf/simulated/wall/titanium,/area/site53/uhcz/scp106parts) -"bd" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/machinery/door/window{dir = 1; name = "Corpse Delivery (Danger: Deadly)"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/disposal/deliveryChute{desc = "A note read: Dispose of bodies here"; dir = 1; name = "Termination Disposal"; pixel_y = -5},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) -"be" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/medical{name = "Morgue"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"bf" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"bg" = (/obj/structure/bed/roller,/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) -"bh" = (/obj/structure/barricade,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"bi" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"bj" = (/obj/structure/sign/warning/high_voltage{pixel_y = 32},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/machinery/flasher{id_tag = "Lower LCZ Flash"},/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"bk" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/reeducation) -"bl" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"bm" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) -"bn" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Mining Access Gate 2"; name = "Mining Access Gate 2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"bo" = (/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"bp" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"bq" = (/obj/machinery/optable,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"br" = (/obj/machinery/flasher/portable,/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green,/obj/machinery/button/blast_door{id_tag = "Armoury Equipment"; name = "Secure room"; pixel_x = -32; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"bs" = (/obj/machinery/conveyor{dir = 4; id = "mining_internal"; id_tag = "mining_internal"},/turf/simulated/floor,/area/site53/llcz/mining/miningops) -"bt" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/flasher{id_tag = "Lower LCZ Flash"},/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"bu" = (/obj/machinery/light{dir = 1},/obj/structure/filingcabinet,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"bv" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"bw" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"bx" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/SecureArealv1mtf,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"by" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"bz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) -"bA" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"bB" = (/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"bC" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/regular,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"bD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"bE" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/obj/structure/window/reinforced{dir = 8},/obj/machinery/button/flasher{id_tag = "Lower LCZ Flash"; name = "Flasher"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"bF" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"bG" = (/obj/structure/table/standard,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"bH" = (/obj/item/bikehorn/rubberducky,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"bI" = (/obj/structure/railing/mapped{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"bJ" = (/obj/structure/closet,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/radio,/obj/item/device/radio,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"bK" = (/obj/machinery/vitals_monitor,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"bL" = (/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"bM" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"bN" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/corner{dir = 8; icon_state = "warningcorner"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"bO" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/maintenance) -"bP" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/llcz/maintenance) -"bQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/maintenance) -"bR" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"bS" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"bT" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Lower Light Containment Bypass"},/turf/simulated/floor,/area/site53/llcz/maintenance) -"bU" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Lower Light Containment Substation"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor,/area/site53/llcz/maintenance) -"bV" = (/obj/machinery/door/airlock/hatch{name = "Maintenance"},/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"bW" = (/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"bX" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost) -"bY" = (/obj/structure/ladder/up,/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/maintenance) -"bZ" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"ca" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) -"cb" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor,/area/site53/llcz/maintenance) -"cc" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"cd" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"ce" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"cf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"cg" = (/obj/machinery/flasher{id_tag = "Reeducation Flasher"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"ch" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"ci" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) -"cj" = (/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"ck" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Common Cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"cl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"cm" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"cn" = (/obj/machinery/atmospherics/pipe/zpipe/up/supply{dir = 1},/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{dir = 1},/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/obj/structure/disposalpipe/up{dir = 1},/obj/structure/cable,/turf/simulated/floor,/area/site53/llcz/maintenance) -"co" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/uhcz/scp8containment) -"cp" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"cq" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"cr" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/door/airlock/highsecurity{name = "LCZ Armoury"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{dir = 4; id_tag = "Emergency Shotguns"; name = "Emergency Shotguns"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"cs" = (/obj/structure/table/standard,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"ct" = (/obj/effect/floor_decal/industrial/loading{dir = 8; name = "Entry Line"},/obj/machinery/door/firedoor{dir = 4},/obj/machinery/door/airlock/multi_tile/glass/medical{id_tag = "LobbyMedD"; name = "Medbay Lobby"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL1","ACCESS_DCLASS_MEDICAL"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"cu" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"cv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"cx" = (/obj/structure/closet/secure_closet/guard/specialistshotgun,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"cy" = (/obj/item/device/radio/intercom/locked{dir = 8; name = "intercom (SCP-173)"; pixel_x = -32},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"cz" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"cA" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters/open{id_tag = "Warning2"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"cB" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint Cubicle 1"; name = "LCZ Checkpoint Cubicle 1"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) -"cC" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"cD" = (/obj/machinery/conveyor{dir = 6; id = "mining_internal"; id_tag = "mining_internal"},/turf/simulated/floor,/area/site53/llcz/mining/miningops) -"cE" = (/obj/machinery/photocopier/faxmachine{department = "SCP-012 Containment Chamber"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"cF" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"cG" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint Cubicle 2"; name = "LCZ Checkpoint Cubicle 2"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) -"cH" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"cI" = (/obj/effect/floor_decal/industrial/loading{dir = 4; name = "Exit Line"},/obj/machinery/door/firedoor{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"cJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"cK" = (/obj/structure/table/standard,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"cL" = (/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"cM" = (/obj/machinery/light{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"cN" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"cO" = (/obj/machinery/light,/obj/structure/table/standard,/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"cP" = (/obj/structure/closet{name = "Coroner"},/obj/item/clothing/under/rank/medical/scrubs/black,/obj/item/clothing/mask/surgical,/obj/item/clothing/gloves/latex/nitrile,/obj/item/autopsy_scanner,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) -"cQ" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) -"cR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"cS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/lcz{dir = 4},/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"cT" = (/obj/structure/disposalpipe/segment,/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) -"cU" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/door/airlock/highsecurity{name = "LCZ Armoury"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{dir = 4; id_tag = "Armoury Equipment"; name = "Secure Storage Room"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"cV" = (/obj/machinery/light{dir = 1},/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"cW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"cX" = (/obj/effect/floor_decal/corner/beige/mono,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"cY" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) -"cZ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"da" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor,/area/site53/llcz/maintenance) -"db" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) -"dc" = (/obj/machinery/conveyor_switch/oneway{id = "mining_internal"; id_tag = "mining_internal"; name = "mining conveyor"},/obj/machinery/light/spot{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"dd" = (/obj/machinery/conveyor{id = "mining_internal"; id_tag = "mining_internal"},/turf/simulated/floor,/area/site53/llcz/mining/miningops) -"de" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"df" = (/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"dg" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"dh" = (/obj/structure/closet/secure_closet/medical1{anchored = 1; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL2"))},/obj/machinery/light,/obj/item/storage/box/armband/med,/obj/item/clothing/head/nursehat,/obj/item/clothing/head/nursehat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/device/flash,/obj/item/device/flash,/obj/item/clothing/glasses/sunglasses,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"di" = (/obj/effect/paint_stripe/white,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/r_wall/prepainted,/area/site53/engineering/server_room) -"dj" = (/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"dk" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkequip) -"dl" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/flasher{id_tag = "EMTflashCDZ"; name = "Medical Flash"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"dm" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"dn" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"do" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"dp" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"dq" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/kitchen) -"dr" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"dt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"du" = (/obj/effect/floor_decal/industrial/loading{dir = 4; name = "Exit Line"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/multi_tile/glass/medical{id_tag = "LobbyMedD"; name = "Medbay Lobby"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL1","ACCESS_DCLASS_MEDICAL"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"dv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"dw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"dx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"dy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"dz" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"dA" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"dB" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 4; id_tag = "EZ Checkpoint West"; name = "EZ Checkpoint West"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mine/unexplored) -"dC" = (/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/power/apc/hyper,/obj/structure/cable/green,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"dD" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"dE" = (/obj/machinery/door/airlock/security{name = "D-Class Prep"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"dF" = (/obj/machinery/computer/mining,/turf/simulated/wall/r_wall/prepainted,/area/site53/llcz/mining/miningops) -"dG" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Surgery Window Shutter"; name = "049 Surgery Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"dH" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"dI" = (/obj/machinery/camera/network/scp012{c_tag = "Preperation"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"dJ" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"dK" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/storage) -"dL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"dM" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"dN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"dO" = (/obj/structure/closet/djcloset,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"dP" = (/obj/structure/hygiene/sink{dir = 1; pixel_y = 16},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"dQ" = (/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"dR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"dS" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"dT" = (/obj/structure/closet/djcloset,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"dU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"dV" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"dW" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"dX" = (/obj/structure/janitorialcart,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"dY" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) -"dZ" = (/obj/machinery/computer/cryopod{pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) -"ea" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/kitchenbotanybubble) -"eb" = (/obj/effect/floor_decal/industrial/loading{dir = 4; name = "Exit Line"},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbay"; name = "CDZ Medbay"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"ec" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"ed" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"ee" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"ef" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"eg" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"eh" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"ei" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"ej" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"ek" = (/obj/machinery/door/blast/shutters/open{dir = 4; icon_state = "shutter0"; id_tag = "Control Subject Preparation"; name = "Control Subject Preparation"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"el" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"em" = (/obj/item/device/megaphone,/obj/structure/table/standard,/obj/item/boombox,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"en" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/briefing) -"eo" = (/turf/simulated/floor/tiled,/area/site53/engineering/maintenance/llczmaint) -"ep" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"eq" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"er" = (/obj/structure/table/reinforced,/obj/item/gun/launcher/foam/revolver,/obj/item/gun/launcher/foam,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"es" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"et" = (/obj/machinery/washing_machine,/obj/machinery/firealarm{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"eu" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"ev" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"ew" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"ex" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"ey" = (/obj/machinery/door/airlock/glass/civilian{name = "Inventory storage"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"ez" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber Intake"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"eA" = (/obj/structure/table/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/item/pen,/obj/item/paper_bin,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows North"; name = "DCZ Booth Windows North"},/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) -"eB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/sign/scp/euclid_scp{pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"eC" = (/obj/machinery/button/crematorium{id_tag = "Reeducation Cremator"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL2"))},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/reeducation) -"eD" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows South"; name = "DCZ Booth Windows South"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) -"eE" = (/obj/machinery/conveyor{dir = 8; id = "mining_internal"; id_tag = "mining_internal"},/obj/structure/plasticflaps,/turf/simulated/floor,/area/site53/llcz/mining/miningops) -"eF" = (/obj/item/device/megaphone,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"eG" = (/turf/simulated/floor/lino,/area/site53/engineering/server_room) -"eH" = (/obj/machinery/cryopod{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) -"eI" = (/obj/structure/stairs/east,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"eJ" = (/obj/structure/plasticflaps,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"eK" = (/obj/structure/plasticflaps,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"eL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"eM" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"eN" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) -"eO" = (/obj/structure/table/rack,/obj/item/reagent_containers/food/snacks/sosjerky,/obj/item/reagent_containers/food/snacks/sosjerky,/obj/item/reagent_containers/food/snacks/sosjerky,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/boombox,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"eP" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"eQ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters/open{id_tag = "Warning3"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"eR" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{dir = 8; id_tag = "DCZChem"; name = "Chemistry Shutters"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"eS" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"eT" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "SCP-247 Observation"; send_access = list(303)},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"eU" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"eV" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"eW" = (/obj/machinery/door/airlock/highsecurity{name = "LCZ Cryo"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) -"eX" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"eY" = (/obj/structure/table/reinforced,/obj/item/inflatable_duck,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"eZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"fa" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) -"fb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/structure/sign/warning/internals_required{dir = 4; pixel_x = -32},/obj/effect/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"fc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/structure/sign/warning/internals_required{dir = 8; pixel_x = 32},/obj/effect/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"fd" = (/obj/effect/paint_stripe/orange,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) -"fe" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"ff" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"fg" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"fh" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"fi" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"fj" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"fk" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"fl" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"fm" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkcryo) -"fn" = (/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/mine/unexplored) -"fo" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/botany) -"fp" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"fq" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"fr" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Mining Checkpoint Lockdown"; name = "Mining Checkpoint Lockdown"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"fv" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/plating,/area/site53/llcz/mining/miningops) -"fw" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"fx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"fy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"fz" = (/obj/effect/paint_stripe/red,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) -"fA" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/kitchenbotanybubble) -"fB" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"fC" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"fD" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"fE" = (/obj/machinery/conveyor{dir = 8; id = "mining_internal"; id_tag = "mining_internal"},/turf/simulated/floor,/area/site53/llcz/mining/miningops) -"fF" = (/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"fG" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"fH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"fI" = (/obj/effect/paint_stripe/gray,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkequip) -"fJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) -"fL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/closet/secure_closet/freezer/kitchen/mining,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"fM" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"fN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"fO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"fP" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"fQ" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/red/bordercee{dir = 4},/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"fR" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"fS" = (/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"fT" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"fU" = (/obj/machinery/light{dir = 1},/obj/structure/table/standard,/obj/item/device/scanner/plant,/obj/item/device/scanner/plant,/obj/item/device/scanner/plant,/obj/item/device/scanner/plant,/obj/item/device/scanner/plant,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"fV" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"fW" = (/obj/structure/table/standard,/obj/item/device/scanner/reagent,/obj/item/device/scanner/reagent,/obj/item/device/scanner/reagent,/obj/item/device/scanner/reagent,/obj/item/device/scanner/reagent,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"fX" = (/obj/structure/closet/secure_closet/hydroponics_dclass,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"fY" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"fZ" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"ga" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/contraband_detector,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"gb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) -"gc" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"gd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"ge" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"gf" = (/obj/machinery/vending/hydronutrients/generic,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"gg" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"gh" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Living Room Window Shutter"; name = "049 Living Room Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"gi" = (/obj/machinery/microwave,/obj/machinery/light{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"gj" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"gk" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"gl" = (/obj/machinery/microwave,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"gm" = (/obj/effect/paint_stripe/white,/turf/simulated/wall/prepainted,/area/site53/llcz/mine/unexplored) -"gn" = (/obj/effect/decal/cleanable/blood/splatter,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"gp" = (/obj/machinery/cooker/cereal,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"gq" = (/turf/unsimulated/mineral,/area/space) -"gr" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"gs" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"gt" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"gu" = (/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"gv" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"gw" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"gx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"gy" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/light{dir = 4},/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Entry Checkpoint Access2"; name = "DCZ Entry Checkpoint Access2"; pixel_x = -4; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = 8},/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Entry Checkpoint Access"; name = "DCZ Entry Checkpoint Access"; pixel_x = -4; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = -2},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"gz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"gA" = (/obj/machinery/door/airlock/highsecurity{name = "LCZ Armoury"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"gB" = (/obj/machinery/vending/hydronutrients,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"gC" = (/obj/machinery/vending/medical{dir = 4; req_access = list()},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"gD" = (/obj/machinery/cooker/candy,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"gE" = (/obj/machinery/cooker/oven,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"gF" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/canteen) -"gG" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"gH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"gJ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters/open{id_tag = "Warning1"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"gK" = (/obj/machinery/button/crematorium{id_tag = "Reeducation Cremator 2"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL2"))},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/reeducation) -"gL" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"gM" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/assignmentbubble) -"gN" = (/obj/structure/closet/crate/large,/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"gO" = (/obj/machinery/camera/network/entrance,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"gP" = (/obj/machinery/floodlight,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) -"gQ" = (/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) -"gR" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/space) -"gS" = (/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/obj/machinery/door/window/brigdoor{dir = 8; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 4; name = "Secure booth"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"gT" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) -"gU" = (/obj/structure/closet/crate/large,/obj/effect/floor_decal/industrial/outline/grey,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"gV" = (/obj/structure/closet/secure_closet/site53/dmining,/obj/item/device/flashlight/lantern,/obj/item/clothing/mask/gas/half,/obj/item/tank/emergency/oxygen/engi,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"gW" = (/obj/item/clothing/under/rank/janitor,/turf/simulated/floor,/area/site53/surface) -"gX" = (/obj/machinery/cooker/grill,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"gY" = (/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"gZ" = (/obj/machinery/camera/network/lcz,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"ha" = (/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"hb" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"hc" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"hd" = (/obj/machinery/light,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) -"he" = (/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"hf" = (/obj/machinery/light{dir = 8},/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"hg" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/closet/crate,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"hh" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"hi" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"hj" = (/obj/effect/paint_stripe/orange,/obj/structure/disposalpipe/segment,/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) -"hk" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) -"hl" = (/obj/structure/closet/secure_closet/guard/riotgear,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"hm" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"hn" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Common Window Shutter"; name = "Common Window Shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"ho" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"hp" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"hq" = (/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"hr" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"hs" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"ht" = (/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"hu" = (/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"hv" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"hw" = (/obj/machinery/mineral/unloading_machine,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled,/area/site53/llcz/mining/miningops) -"hx" = (/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"hy" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/space) -"hz" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"hA" = (/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"hB" = (/obj/machinery/reagentgrinder,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"hC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"hD" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"hE" = (/obj/structure/iv_drip,/obj/effect/floor_decal/industrial/firstaid{dir = 1},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/flasher{id_tag = "EMTflashCDZ"; name = "Medical Flash"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"hF" = (/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"hG" = (/obj/machinery/door/airlock/civilian{name = "Janitorial Closet"; req_access = list(list("ACCESS_SECURITY_LEVEL1","ACCESS_DCLASS_JANITORIAL"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"hH" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/janitorial) -"hI" = (/obj/effect/paint_stripe/gunmetal,/turf/simulated/wall/titanium,/area/site53/engineering/lowernukeladders) -"hJ" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"hK" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"hL" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/machinery/flasher{id_tag = "Lower LCZ Flash"},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"hM" = (/obj/machinery/door/airlock/multi_tile/glass/civilian{dir = 8; icon_state = "closed"; name = "Mining Factory"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"hN" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"hO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"hP" = (/obj/effect/decal/cleanable/greenglow,/mob/living/simple_animal/hostile/scarybat{faction = "Shaft"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"hQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) -"hR" = (/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) -"hS" = (/obj/machinery/door/airlock/science{name = "Airlock"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/obj/machinery/door/blast/regular/open{id_tag = "Lower LCZ Checkpoint West Access"; name = "Lower LCZ Checkpoint West Access"},/turf/simulated/floor,/area/site53/llcz/hallways) -"hT" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "Lower LCZ Checkpoint West Access"; name = "Lower LCZ Checkpoint West Access"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "Lower LCZ Checkpoint East Access"; name = "Lower LCZ Checkpoint East Access"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"hU" = (/obj/machinery/door/airlock/science{name = "Airlock"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/obj/machinery/door/blast/regular/open{id_tag = "Lower LCZ Checkpoint East Access"; name = "Lower LCZ Checkpoint East Access"},/turf/simulated/floor,/area/site53/llcz/hallways) -"hV" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "Lower LCZ Checkpoint Maintenance Access"; name = "Lower LCZ Checkpoint Maintenance Access"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"hW" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/button/blast_door{id_tag = "049 South Section Entryway"; name = "049 South Section Entryway"; pixel_y = 24},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"hX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"hY" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"hZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"ia" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"ib" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"ic" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"id" = (/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"ie" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"if" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"ig" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"ih" = (/obj/machinery/chem_master/condimaster,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"ii" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"ij" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"ik" = (/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"il" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Mining Access Gate 1"; name = "Mining Access Gate 1"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"im" = (/obj/machinery/floodlight{dir = 1},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) -"in" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/catwalk_plated/white,/obj/machinery/hologram/holopad,/turf/simulated/floor,/area/site53/llcz/hallways) -"io" = (/obj/effect/landmark{name = "scp420j"},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"ip" = (/obj/machinery/camera/network/lcz,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"iq" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) -"ir" = (/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"is" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"it" = (/obj/machinery/door/airlock/highsecurity{name = "High Security Cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"iu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"iv" = (/obj/structure/closet,/obj/item/clothing/head/ushanka,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"iw" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"ix" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"iy" = (/obj/machinery/light{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/closet,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"iz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/light/small/red,/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) -"iA" = (/obj/item/clothing/shoes/swat,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"iB" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/sign/dclass{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/recreationhallway) -"iC" = (/obj/machinery/door/airlock/multi_tile/glass/civilian{dir = 8; icon_state = "closed"; name = "Canteen"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"iD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"iE" = (/obj/machinery/light,/obj/machinery/button/blast_door{dir = 1; id_tag = "Isocell 1 shutter"; name = "Isocell 1 shutter"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"iF" = (/obj/item/modular_computer/laptop,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"iG" = (/obj/structure/sign/dclass{pixel_x = 32},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"iH" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/item/stool/padded,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"iI" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/hostile/meat/horrorminer{faction = "Shaft"},/turf/simulated/floor,/area/site53/llcz/mine/unexplored) -"iJ" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"iK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"iL" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line1"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/assignmentbubble) -"iM" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/brigdoor/southright{req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northleft,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignmentbubble) -"iO" = (/obj/structure/mopbucket,/obj/item/mop,/obj/machinery/light/spot{dir = 1},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"iP" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber Departure"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) -"iQ" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/brigdoor/southright{req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northleft,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignmentbubble) -"iR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"iS" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"iT" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"iU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"iV" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows North"; name = "DCZ Booth Windows North"},/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) -"iW" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"iX" = (/turf/simulated/wall/r_wall/prepainted,/area/site53/llcz/mining/miningops) -"iY" = (/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"iZ" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/camera/network/lcz,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"ja" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/shutters{id_tag = "Reeducation Shutter"; name = "Reeducation Shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"jb" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/prep) -"jc" = (/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"jd" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"je" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"jg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"jh" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"ji" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{id_tag = "Emergency Shotguns"; name = "Emergency Shotguns"; pixel_x = -32; req_access = list("ACCESS_SECURITY_LEVEL4")},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) -"jj" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"jk" = (/obj/effect/catwalk_plated,/obj/machinery/camera/network/lcz{name = "SCP-500"; network = list("Heavy Containment Zone Network")},/obj/structure/sign/SecureArealv4mtf{pixel_y = 32},/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"jm" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"jn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"jo" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"jp" = (/obj/machinery/light{dir = 4},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"jq" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "4-9"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"jr" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"jt" = (/obj/structure/table/woodentable,/obj/item/tape_roll,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"ju" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/plating,/area/site53/llcz/mining/miningops) -"jv" = (/obj/machinery/door/airlock/glass/civilian{name = "D-Class WC"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"jw" = (/obj/structure/barricade,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"jx" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 8},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) -"jy" = (/obj/machinery/camera/network/lcz{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/blast_door{id_tag = "Mining Checkpoint Lockdown"; name = "Mining Checkpoint Lockdown"; pixel_x = -32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"jz" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/site53/llcz/mining/miningops) -"jA" = (/obj/item/tape_roll,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) -"jB" = (/obj/structure/closet/crate,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"jC" = (/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor,/area/site53/llcz/mining/miningops) -"jD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/lcz{dir = 1},/obj/structure/closet/crate/trashcart,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"jE" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"jF" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/plating,/area/site53/llcz/dclass/kitchen) -"jG" = (/obj/item/clothing/head/hardhat/orange,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"jH" = (/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"; req_access = list("ACCESS_SCIENCE_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) -"jI" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"jJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"jK" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"jL" = (/obj/machinery/door/airlock/civilian{name = "Kitchen"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"jM" = (/obj/machinery/light{dir = 4},/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"jN" = (/obj/machinery/light,/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"jO" = (/obj/machinery/vending/hydroseeds/priced,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"jP" = (/obj/machinery/door/airlock/civilian{name = "canteen"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchen) -"jQ" = (/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"jR" = (/obj/structure/closet/coffin,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"jS" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/northleft{req_access = list("ACCESS_SCIENCE_LEVEL1","ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"jT" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"jU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"jV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"jW" = (/obj/machinery/camera/network/scp049{dir = 8; name = "SCP-049 Observation 3"},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"jX" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"jY" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"jZ" = (/obj/machinery/suspension_gen,/obj/item/wrench,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"ka" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"kb" = (/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/door/window/brigdoor{dir = 4; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"kc" = (/obj/machinery/light{dir = 4},/obj/machinery/suspension_gen,/obj/item/wrench,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"kd" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"ke" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"kf" = (/obj/machinery/vending/classdwater,/obj/machinery/light{dir = 4},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"kh" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"ki" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"kj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"kk" = (/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/alarm{dir = 1; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"km" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"kn" = (/obj/machinery/biogenerator,/obj/machinery/light,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"ko" = (/obj/machinery/camera/autoname{network = list("Heavy Containment Zone Network")},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"kp" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) -"kq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/radio/intercom/locked{dir = 4; name = "intercom (SCP-012)"; pixel_x = -32},/obj/effect/catwalk_plated,/obj/machinery/light/small/red{dir = 8; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/llcz/scp012) -"kr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"ks" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "right500"},/obj/structure/sign/SecureArealv4mtf{pixel_y = 32},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"kt" = (/obj/machinery/door/airlock/hatch{name = "Maintenance"},/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/server_room) -"ku" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"kv" = (/obj/structure/table/reinforced,/obj/item/storage/chewables/candy/medicallollis,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/bodybags,/obj/item/storage/chewables/candy/medicallollis,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"kw" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"kx" = (/obj/machinery/mineral/processing_unit,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/site53/llcz/mining/miningops) -"ky" = (/obj/machinery/door/airlock/multi_tile/glass/civilian{name = "Mining"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_MINING"))},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"kz" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"kA" = (/obj/effect/paint_stripe/orange,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) -"kB" = (/obj/item/paper/crumpled/bloody{info = "Do you know what you can see in the South?"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"kC" = (/obj/machinery/door/airlock/highsecurity{id_tag = "106cycle"; locked = 1; name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106parts) -"kD" = (/obj/machinery/disposal/deliveryChute{dir = 4; name = "Smelted Mineral Delivery Chute"},/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/door/window{dir = 4; name = "Interior Door"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"kE" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"kF" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"kG" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"kH" = (/obj/structure/disposalpipe/segment,/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) -"kI" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"kJ" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"kL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) -"kM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"kN" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) -"kO" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/janitorial) -"kP" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/northright{req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"kQ" = (/obj/effect/decal/cleanable/flour,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"kR" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"kS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"kT" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/recreationhallway) -"kV" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"kX" = (/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"kY" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/barrier,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"kZ" = (/obj/machinery/status_display,/turf/simulated/wall/r_wall/prepainted,/area/site53/llcz/mining/miningops) -"la" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"lb" = (/obj/machinery/job_terminal,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lc" = (/obj/machinery/vending/hotfood,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"ld" = (/obj/structure/bed,/obj/item/device/flashlight/pen,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"le" = (/obj/structure/table/reinforced,/obj/item/storage/mre,/obj/item/storage/mre,/obj/item/storage/mre,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"lf" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"lg" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 4; id_tag = "173custodial"; name = "Custodial Access"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"lh" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/lcz{dir = 1},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"li" = (/obj/structure/closet/crate,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"lj" = (/obj/machinery/door/airlock/security{name = "D-Class Assignments"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/assignmentbubble) -"lk" = (/obj/machinery/door/airlock/security{name = "D-Class Assignments"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/assignmentbubble) -"ll" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/brigdoor/southright{req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northleft,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line3"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignmentbubble) -"lm" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"ln" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lo" = (/obj/machinery/button/blast_door{id_tag = "line1"; name = "Line Shutters"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lp" = (/obj/machinery/button/flasher{id_tag = "line1"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lq" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"lr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"ls" = (/obj/structure/hygiene/toilet{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"lt" = (/obj/machinery/button/flasher{id_tag = "line2"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lu" = (/obj/machinery/button/blast_door{id_tag = "line2"; name = "Line Shutters"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lv" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/surgery,/obj/item/storage/box/freezer,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) -"lw" = (/obj/machinery/button/blast_door{id_tag = "line3"; name = "Line Shutters"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"ly" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"lz" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"lA" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"lB" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/emergency,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"lD" = (/obj/structure/table/reinforced,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"lE" = (/obj/machinery/vending/sol,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"lF" = (/obj/structure/bed/chair/comfy,/obj/effect/landmark{name = "JoinLatelcz"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"lG" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/reeducation) -"lH" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"lI" = (/obj/item/device/flashlight/lantern,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"lJ" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"lK" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/machinery/button/blast_door{dir = 4; id_tag = "Reeducation Shutter"; name = "Reeducation Shutter"; pixel_x = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) -"lL" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) -"lM" = (/obj/effect/paint_stripe/orange,/obj/effect/floor_decal/sign/d,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) -"lN" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Security Bubble Windows"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cellbubble) -"lO" = (/obj/structure/disposalpipe/segment,/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"lP" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"lQ" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"lR" = (/turf/unsimulated/mineral,/area/site53/llcz/dclass/reeducation) -"lS" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lT" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/storage/pill_bottle/dice,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"lU" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"lV" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"lW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"lX" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"lY" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"lZ" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"ma" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"mb" = (/obj/machinery/mineral/stacking_machine,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/site53/llcz/mining/miningops) -"mc" = (/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"md" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"me" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mg" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mh" = (/obj/effect/paint_stripe/gunmetal,/turf/simulated/wall/titanium,/area/site53/engineering/maintenance/lowerselfdestruct) -"mi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mk" = (/obj/machinery/atmospherics/pipe/zpipe/up/supply{dir = 1},/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{dir = 1},/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/obj/structure/cable,/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"ml" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"mm" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/machinery/door/airlock/hatch/maintenance{name = "Self-Destruct Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mn" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Self-Destruct Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor,/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mo" = (/obj/effect/paint_stripe/gunmetal,/turf/simulated/wall/titanium,/area/site53/engineering/selfdestruct) -"mp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mq" = (/obj/structure/ladder/up,/obj/effect/floor_decal/industrial/warning{dir = 9; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) -"mr" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"ms" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"mt" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) -"mu" = (/obj/structure/ladder/up,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) -"mv" = (/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"mw" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/alarm{pixel_y = 23; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) -"mx" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/light/small/red{dir = 8; icon_state = "bulb1"; pixel_x = -11},/obj/machinery/firealarm,/turf/unsimulated/floor{icon_state = "dark"},/area/site53/engineering/selfdestruct) -"my" = (/obj/structure/ladder/up,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) -"mz" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/light/small/red{dir = 4; icon_state = "bulb1"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) -"mA" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) -"mB" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Self-Destruct Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mC" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mD" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mE" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mF" = (/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"mG" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mH" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mI" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Self-Destruct Bypass"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mJ" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mK" = (/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"mL" = (/obj/machinery/light/small/red,/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mM" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mN" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mO" = (/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mP" = (/obj/machinery/light/small/red,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) -"mQ" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Self-Destruct Substation"},/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mR" = (/obj/structure/cable,/obj/machinery/power/terminal{dir = 8},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mS" = (/obj/machinery/door/airlock/vault{name = "Self Destruct Room"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/lowernukeladders) -"mT" = (/obj/machinery/door/airlock/vault{name = "Self Destruct Room"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/lowernukeladders) -"mU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mV" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"mW" = (/obj/machinery/light/small,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"mX" = (/obj/machinery/door/airlock/vault{name = "Self Destruct Room"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"mY" = (/obj/machinery/door/airlock/vault{name = "Self Destruct Room"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"mZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"na" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"nb" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Self-Destruct Maintenance"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"nc" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nd" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"ne" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4; icon_state = "warningcorner"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"nf" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"ng" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"nh" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"ni" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/item/modular_computer/console/preset/medical{dir = 4; icon_state = "console"},/turf/unsimulated/floor{icon_state = "dark"},/area/site53/engineering/selfdestruct) -"nj" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/item/modular_computer/console/preset/engineering{dir = 8; icon_state = "console"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) -"nk" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nl" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/item/modular_computer/console/preset/aislot/sysadmin{dir = 8; icon_state = "console"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) -"nm" = (/obj/machinery/keycard_auth{pixel_y = 28; req_access = list("ACCESS_SCIENCE_LEVEL4","ACCESS_ENGINEERING_LEVEL4","ACCESS_SCIENCE_LEVEL3")},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nn" = (/obj/structure/cable/green,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/nuclearbomb/station{name = "Facility Nuke terminal"},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"no" = (/obj/structure/table/steel_reinforced,/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"np" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nq" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"ns" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nt" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/turf/unsimulated/floor{icon_state = "dark"},/area/site53/engineering/selfdestruct) -"nu" = (/obj/structure/table/reinforced,/obj/item/paper,/obj/item/paper,/obj/item/pen,/obj/item/pen,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"nv" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"nw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"nx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"ny" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/light/small/red{dir = 8; icon_state = "bulb1"; pixel_x = -11},/turf/unsimulated/floor{icon_state = "dark"},/area/site53/engineering/selfdestruct) -"nz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"nA" = (/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) -"nB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nC" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/light/small/red{dir = 4; icon_state = "bulb1"},/obj/machinery/firealarm,/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) -"nD" = (/obj/structure/table/steel_reinforced,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nE" = (/obj/structure/table/steel_reinforced,/obj/machinery/light/small/red,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"nF" = (/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) -"nG" = (/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/hallway) -"nH" = (/obj/turbolift_map_holder/scp106,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/hallway) -"nI" = (/obj/machinery/door/airlock/highsecurity,/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"nJ" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"nK" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"nL" = (/obj/structure/table/standard,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"nM" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"nN" = (/obj/turbolift_map_holder/uhcztolhcz,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/hallway) -"nO" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"nP" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"nQ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"nR" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"nS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"nT" = (/turf/unsimulated/mineral,/area/site53/uhcz/scp106parts) -"nU" = (/obj/structure/table/reinforced,/obj/item/device/lightreplacer,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"nV" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) -"nW" = (/obj/structure/sign/directions/ez{dir = 1; pixel_x = -30},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"nX" = (/obj/effect/catwalk_plated,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"nY" = (/obj/item/device/camera_film,/obj/item/device/camera_film,/obj/structure/table/standard,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"nZ" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"oa" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"oc" = (/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"od" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{name = "SCP-049"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"oe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) -"of" = (/obj/effect/catwalk_plated,/obj/structure/closet/crate/bin,/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"og" = (/obj/item/paper/crumpled/bloody{info = "It's relaxing here. It's... comfortable in here... It's fun to be here... It's relaxing. It's relaxing. ... I want to die here in peace and quiet..."; name = "bloody paper"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"oh" = (/obj/machinery/button/blast_door{id_tag = "Common Window Shutter"; name = "Common Window Shutter"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"oi" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"oj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/shieldwallgen/online{max_range = 10; req_access = list(); storedpower = 50000},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"ok" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-500"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"om" = (/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"on" = (/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"oo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"op" = (/obj/machinery/power/apc{dir = 4; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"oq" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"or" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"os" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"ot" = (/obj/effect/paint_stripe/yellow,/turf/simulated/wall/titanium,/area/site53/uhcz/scp106parts) -"ou" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"ov" = (/obj/effect/paint_stripe/red,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/uhcz/scp106parts) -"ow" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"ox" = (/obj/machinery/door/airlock/hatch/maintenance{name = "LHCZ Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106parts) -"oy" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/lhcz/maintenance) -"oz" = (/obj/effect/wallframe_spawn/reinforced,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/paint_stripe/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"oA" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"oB" = (/obj/item/storage/firstaid/light,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"oC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"oD" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"oE" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"oF" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Bedroom Window Shutter"; name = "049 Bedroom Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"oG" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Test Subject Line East"; name = "Test Subject Line East"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"oH" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"oI" = (/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"oJ" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"oK" = (/obj/machinery/camera/network/scp049{dir = 1; name = "SCP-049 Subject Reception"},/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"oL" = (/obj/structure/iv_drip,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"oM" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/machinery/camera/autoname{dir = 1; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"oN" = (/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable,/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"oO" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{id_tag = "049 West Section Habitations"; name = "049 West Section Habitations"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"oP" = (/obj/machinery/door/airlock/glass/security{name = "049 Observation"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"oQ" = (/obj/structure/sign/directions/ez{dir = 8; pixel_x = -30},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"oR" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"oS" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"oT" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/blast_door{dir = 4; id_tag = "Control Subject Area"; name = "Control Subject Area"; pixel_x = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"oU" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"oV" = (/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"oW" = (/obj/machinery/button/blast_door{id_tag = "173emerg"; name = "Observation Emergency Blast Doors button"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"oX" = (/obj/item/clothing/head/collectable/hardhat,/mob/living/simple_animal/hostile/meat/horrorminer{faction = "Shaft"},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"oY" = (/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"oZ" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/door/blast/shutters{id_tag = "Observation Shutter Control Subject"; name = "Observation Shutter Control Subject"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"pa" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"pb" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"pc" = (/obj/machinery/smartfridge/chemistry,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp049containment) -"pd" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"pe" = (/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"pf" = (/obj/effect/floor_decal/corner/purple/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"pg" = (/obj/structure/bed/roller,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"ph" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "049emerg"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"pi" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/obj/machinery/camera/network/lcz{dir = 8; pixel_y = 6},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"pj" = (/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"pk" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped,/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"pl" = (/obj/structure/reagent_dispensers/water_cooler,/obj/machinery/light{dir = 8},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"pm" = (/obj/machinery/disposal/deliveryChute{desc = "A note read: Dispose of bodies here"; name = "Termination Disposal"},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"pn" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"po" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Living Room Window Shutter"; name = "049 Living Room Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"pp" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"pq" = (/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"pr" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"ps" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"pt" = (/obj/machinery/door/airlock/highsecurity{name = "Experimentation Center"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"pu" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/flasher{id_tag = "terminationcell"},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) -"pv" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"pw" = (/obj/machinery/light{dir = 1},/obj/machinery/door/window/westleft,/obj/machinery/button/flasher{id_tag = "Reeducation Flasher"; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"px" = (/obj/effect/paint_stripe/orange,/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) -"py" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/warning/nosmoking_2,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) -"pz" = (/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"pA" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"pB" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"pC" = (/turf/unsimulated/mineral,/area/site53/llcz/mine/unexplored) -"pD" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) -"pF" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"pG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) -"pI" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"pJ" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"pK" = (/obj/machinery/door/airlock/science{name = "SCP-173"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/scp173) -"pL" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"pM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"pN" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"pO" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"pP" = (/obj/machinery/door/airlock/highsecurity{name = "D-Cells Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Cubicle 1"; name = "LCZ Checkpoint Cubicle 1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"pQ" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/pen,/obj/item/paper_bin,/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows South"; name = "DCZ Booth Windows South"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) -"pR" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"pS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"pT" = (/obj/effect/decal/cleanable/blood/splatter,/obj/effect/decal/cleanable/ash,/obj/item/pickaxe/makeshift{pixel_x = -14; pixel_y = -2},/obj/item/shovel/makeshift{pixel_y = -6; pixel_x = -8},/obj/item/reagent_containers/food/snacks/chips,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"pU" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"pV" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "dchecknorth"; name = "North Blastdoors"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = 8},/obj/machinery/button/blast_door{dir = 3; id_tag = "dchecksouth"; name = "South Blastdoors"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = -2},/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"; pixel_x = 5; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"pW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "dchecknorth"; name = "North Blastdoors"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Booth Windows North"; name = "DCZ Booth Windows North"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"pX" = (/obj/machinery/door/airlock/highsecurity{name = "D-Cells Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entry Checkpoint Access2"; name = "DCZ Entry Checkpoint Access"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"pY" = (/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entrance Windows"; name = "DCZ Entrance Windows"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/window/brigdoor{dir = 8; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 4; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"pZ" = (/obj/structure/bed/chair/office,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"qa" = (/obj/machinery/shieldwallgen{active = 1; anchored = 1; max_range = 21; req_access = list()},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"qb" = (/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) -"qc" = (/obj/machinery/shieldwallgen{active = 1; anchored = 1; max_range = 21; req_access = list()},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"qd" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"qe" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/kitchenbotanybubble) -"qf" = (/obj/structure/table/rack,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"qg" = (/obj/structure/table/rack,/obj/item/stack/material/plasteel/fifty,/obj/item/stack/material/plasteel/fifty,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"qh" = (/obj/structure/table/rack,/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/item/stack/material/titanium,/obj/item/stack/material/titanium,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"qi" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"qj" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"qk" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"ql" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) -"qm" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"qn" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/hallway) -"qo" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) -"qp" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) -"qq" = (/obj/machinery/button/blast_door{dir = 4; id_tag = "Reeducation Shutter"; name = "Reeducation Shutter"; pixel_x = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/northleft{name = "Reeducation Separator"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"qr" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"qs" = (/obj/machinery/door/airlock/hatch/maintenance{name = "LHCZ Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qt" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qu" = (/obj/structure/table/standard,/obj/item/clothing/under/shorts/red,/obj/item/clothing/under/shorts/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"qv" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/ore_box,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"qw" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"qx" = (/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qy" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qz" = (/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/structure/sign/warning/secure_area{dir = 1; pixel_y = -32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"qA" = (/obj/machinery/door/airlock/highsecurity{id_tag = "106cycle"; name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/hallway) -"qC" = (/obj/machinery/camera/autoname{name = "SCP-049 Observation 1"; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"qD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qE" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qF" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/space_heater,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qH" = (/obj/structure/closet/crate/bin,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"qI" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) -"qJ" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"qK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) -"qL" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"qM" = (/obj/machinery/light/small,/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/obj/structure/disposalpipe/up{dir = 8},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qN" = (/obj/structure/ladder/up,/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qO" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qP" = (/obj/machinery/light/small,/obj/structure/cable/green,/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"qQ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"qR" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"qS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"qT" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{id_tag = "049 Medical Storage"; name = "049 Medical Storage"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"qU" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"qV" = (/obj/structure/crematorium{dir = 4; id = "Reeducation Cremator"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) -"qX" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/door/blast/shutters{id_tag = "Observation Shutter Central"; name = "Observation Shutter Central"},/obj/machinery/button/blast_door{dir = 8; id_tag = "Infected Subject Area"; name = "Infected Subject Area"; pixel_x = 22; pixel_y = 32},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"qY" = (/obj/machinery/camera/autoname{dir = 8; network = list("Heavy Containment Zone Network")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"qZ" = (/obj/machinery/light/small,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"ra" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/uhcz/scp106parts) -"rb" = (/obj/machinery/vending/cola,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"rc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/sign/directions/ez{dir = 8; pixel_y = 30},/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"rd" = (/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"rg" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/camera/network/scp173{c_tag = "173 Containment"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"rh" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"ri" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"rj" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"rk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"rl" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"rm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"rn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor,/area/site53/llcz/maintenance) -"rp" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"},/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"rq" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/med_checkpointoverlook) -"rr" = (/obj/effect/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"rs" = (/obj/machinery/door/window/brigdoor/southleft{req_access = list("ACCESS_NETWORK")},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"rt" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"ru" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"rv" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor,/area/site53/llcz/maintenance) -"rw" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/hallways) -"rx" = (/obj/item/modular_computer/console/preset/civilian{dir = 1; icon_state = "console"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"ry" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"rz" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"rA" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/yellow/mono,/obj/machinery/reagentgrinder,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"rB" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"rC" = (/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"rD" = (/obj/machinery/camera/network/scp049{dir = 8; name = "SCP-049 Observation Access"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"rE" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"rF" = (/obj/machinery/light,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"rG" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"rH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"rI" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"rJ" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/reeducation) -"rL" = (/obj/structure/closet/secure_closet/guard/riotgear,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"rM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"rN" = (/obj/machinery/camera/network/hcz,/obj/structure/sign/scp/euclid_scp{pixel_y = 32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"rO" = (/obj/machinery/vending/fitness,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"rP" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"rQ" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpointoverlook) -"rR" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/deliveryChute{dir = 8},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) -"rS" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"rT" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) -"rU" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"rV" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"rX" = (/obj/machinery/light{dir = 1},/obj/structure/table/reinforced,/obj/item/storage/pill_bottle/amnesticsa,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"rY" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor,/area/site53/llcz/hallways) -"rZ" = (/obj/machinery/light_construct{dir = 1},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"sa" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"sb" = (/obj/machinery/door/airlock/highsecurity{name = "D-Cells Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Cubicle 2"; name = "LCZ Checkpoint Cubicle 2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"sc" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 6; icon_state = "warning"},/obj/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"sd" = (/obj/machinery/door/airlock/hatch/maintenance{name = "SCP-895 Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/item/taperoll/engineering/applied,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"se" = (/obj/effect/floor_decal/industrial/loading{dir = 8; name = "Entry Line"},/obj/machinery/door/firedoor{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"sf" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) -"sh" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"si" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/lcz{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"sj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"sl" = (/obj/structure/sign/directions/medical{dir = 8; pixel_x = -32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"sm" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"sn" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"so" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"sp" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"sq" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"sr" = (/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) -"ss" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"st" = (/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"su" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"sv" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"sw" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"sx" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"sy" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"sz" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"sA" = (/obj/machinery/door/airlock/science{name = "Airlock"; req_access = list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3")},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"sB" = (/obj/structure/stairs/south,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"sC" = (/obj/machinery/camera/network/scp895{c_tag = "SCP-895 Observation"},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"sD" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/light/small,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"sE" = (/obj/machinery/door/airlock/hatch/maintenance{name = "SCP-106 Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"sF" = (/obj/effect/paint_stripe/yellow,/turf/simulated/wall/titanium,/area/site53/lhcz/scp895) -"sG" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/device/radio/intercom/locked{frequency = 10; name = "intercom (SCP-012)"; pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"sH" = (/obj/structure/closet/coffin/scp895,/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) -"sI" = (/obj/machinery/vitals_monitor,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"sJ" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/scp1102room) -"sK" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"sL" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/obj/machinery/light{dir = 8},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"sM" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"sN" = (/obj/item/paper{info = "БЛЯТЬ БЛЯТЬ БЛЯТЬ БЛЯТЬ!!! они обещали меня вытащить отсюда! Я D-9174 по крайней мере они заставили меня так думать, я копал около двух сот часов.... блять! ОН ГОВОРИЛ ЧТО ВЫТАЩИТ МЕНЯ ОТСЮДА! меня заставили уснуть возле ебаной картины, я был сначало в своём доме, потом копал, копал почти без перерывов! ОН ГОВОРИЛ ЧТО МЕНЯ СПАСУТ! БЛЯТЬ! БЛЯТЬ! БЛЯТЬ! я постепенно задыхаюсь, тут куча МОИХ трупов МОИХ БЛЯТЬ, я выкопался в эту ебаную комнату, она подаёт надежды, я слышу буд-то кто-то роет уже подо мной, я притащил с собой немного инструментов, надеюсь что кто-то найдёт меня, и спасёт........"; name = "hand-written note"},/turf/simulated/wall/titanium,/area/site53/llcz/mine/unexplored) -"sO" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"sP" = (/obj/machinery/door/airlock/medical{name = "Chemistry"; req_access = list("ACCESS_MEDICAL_LEVEL2")},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"sQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"sR" = (/obj/machinery/sleeper{dir = 4},/obj/machinery/light/spot{dir = 8},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"sS" = (/obj/item/stack/cable_coil,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"sT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"sU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"sV" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/sign/dclass{name = "\improper Mandatory Search!"; pixel_y = -32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"sW" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"sX" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"sY" = (/obj/structure/table/reinforced,/obj/item/storage/pill_bottle/amnesticsa,/obj/item/storage/pill_bottle/amnesticsb,/obj/item/storage/pill_bottle/amnesticsi,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"sZ" = (/obj/machinery/optable,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"ta" = (/obj/structure/bed/chair/office/comfy{dir = 1},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"tb" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"tc" = (/obj/machinery/door/window/brigdoor/southright{req_access = list("ACCESS_NETWORK")},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"td" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"te" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"th" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/filingcabinet,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"ti" = (/obj/structure/table/woodentable,/obj/item/reagent_containers/glass/beaker/large,/obj/item/material/kitchen/rollingpin,/obj/item/material/knife,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"tj" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) -"tl" = (/turf/simulated/wall/titanium,/area/site53/llcz/mine/unexplored) -"tn" = (/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"to" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"tp" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) -"tq" = (/obj/machinery/light,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"tr" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"tt" = (/obj/structure/railing/mapped,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"tu" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "D-class cells"; name = "D-class cells"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"tv" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"tw" = (/obj/item/clothing/gloves/white,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"tx" = (/obj/structure/table/reinforced,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"ty" = (/obj/effect/floor_decal/scp/stop,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"tz" = (/obj/structure/bed/chair/wood{dir = 8},/obj/machinery/camera/network/scp049{dir = 1; name = "SCP-049 Bedroom/Garden"},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"tA" = (/obj/effect/catwalk_plated,/obj/item/paper/crumpled{info = "Hey John, if you're seeing this then you are on 500 duty again. If some hot-shot comes through use the forcing tool to open that shitty cell, it's in your locker."; name = "informational paper"},/obj/machinery/light/small/emergency{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"tB" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Entrance Windows"; name = "DCZ Entrance Windows"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"tC" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"tD" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"tE" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"tF" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"tG" = (/obj/item/clothing/under/syndicate/tacticool,/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) -"tH" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"tJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor,/area/site53/llcz/maintenance) -"tK" = (/obj/effect/landmark/start{name = "IT Technician"},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"tL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/maintenance) -"tM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor,/area/site53/llcz/maintenance) -"tN" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"tO" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"tP" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-049"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"tQ" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"tR" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) -"tS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"tT" = (/obj/machinery/bodyscanner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"tU" = (/obj/effect/paint_stripe/orange,/obj/item/storage/mirror{pixel_x = -10},/obj/item/storage/mirror{pixel_x = 10},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) -"tV" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"tW" = (/obj/structure/sign/directions/medical{dir = 8; pixel_x = -32},/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"tY" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/llcz/hallways) -"tZ" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"ua" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) -"ub" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"uc" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/storage/bible/bible,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"ud" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"uf" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"ug" = (/obj/effect/floor_decal/corner/paleblue/mono,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"uh" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/closet/secure_closet/hydroponics_dclass,/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"ui" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{name = "Block 1"; req_access = list("ACCESS_SECURITY_LEVEL2"); id_tag = "Warning1"},/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"uj" = (/obj/machinery/smartfridge,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"uk" = (/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"ul" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"um" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"un" = (/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"uo" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"up" = (/obj/structure/table/standard,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"uq" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"ur" = (/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"us" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"ut" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line2"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/assignmentbubble) -"uu" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line3"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/assignmentbubble) -"uv" = (/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) -"uw" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) -"ux" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"uy" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"uz" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"uB" = (/obj/structure/table/reinforced,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"uC" = (/obj/structure/hygiene/sink{dir = 8; pixel_x = -11},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"uD" = (/obj/item/device/flashlight/pen,/obj/item/device/taperecorder,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/camera,/obj/item/device/camera_film,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"uE" = (/obj/machinery/cooker/fryer,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"uF" = (/obj/structure/flora/ausbushes/ppflowers,/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"uG" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/table/standard,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"uH" = (/obj/structure/hygiene/toilet{dir = 4},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"uI" = (/obj/structure/bed/chair/comfy,/obj/structure/bed/chair/comfy,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"uJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"uK" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"uL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"uM" = (/obj/machinery/light,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"uN" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{id_tag = "049 East Section Medical"; name = "049 East Section Medical"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"uO" = (/obj/structure/closet/secure_closet/guard/lethalshotgunammunitionbuckshot,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"uP" = (/obj/item/storage/mre,/obj/item/storage/mre,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"uQ" = (/obj/machinery/door/airlock/highsecurity{name = "Body Disposal"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"uR" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/bed/roller,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"uS" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Medical Storage"; name = "049 Medical Storage"; pixel_y = -23},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"uU" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"uV" = (/obj/structure/hygiene/shower{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"uX" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"uY" = (/obj/structure/table/steel_reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/machinery/camera/network/hcz,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"uZ" = (/obj/structure/table/reinforced,/obj/item/beach_ball/holovolleyball,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"va" = (/obj/structure/bed/chair/office/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"vb" = (/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"vc" = (/obj/structure/iv_drip,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"vd" = (/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"ve" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/valve/shutoff/supply{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"vf" = (/obj/effect/paint_stripe/red,/obj/structure/sign/SecureArealv4mtf,/turf/simulated/wall/titanium,/area/site53/llcz/scp500) -"vg" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"vh" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/lcz{dir = 1},/obj/machinery/light/spot,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"vi" = (/obj/structure/table/glass,/obj/item/storage/medical_lolli_jar,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"vj" = (/obj/structure/disposalpipe/segment,/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) -"vk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"vn" = (/obj/effect/decal/cleanable/ash,/obj/item/card/id/classd{name = "D-9174"},/obj/item/weldingtool/mini,/obj/item/reagent_containers/food/snacks/chips,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"vo" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular{id_tag = "173"},/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) -"vp" = (/obj/machinery/floodlight,/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) -"vq" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"vr" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/chem) -"vs" = (/obj/effect/catwalk_plated/white,/obj/machinery/light{dir = 8},/turf/simulated/floor/plating,/area/site53/ulcz/scp173) -"vt" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/effect/catwalk_plated/white,/obj/structure/disposalpipe/junction/yjunction,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/llcz/hallways) -"vu" = (/obj/item/trash/pistachios,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"vv" = (/obj/structure/railing/mapped,/obj/effect/floor_decal/corner/paleblue/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"vw" = (/obj/machinery/washing_machine,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"vx" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/mine/explored) -"vy" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"vz" = (/obj/machinery/light/small{dir = 8},/obj/machinery/button/flasher{id_tag = "terminationcell"; pixel_y = -30},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"vA" = (/obj/structure/table/rack,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"vB" = (/obj/random/drinkbottle,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"vD" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/janitorialcart,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"vE" = (/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/obj/structure/closet/l3closet/virology,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"vF" = (/obj/structure/flora/ausbushes/ppflowers,/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"vG" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "dchecknorth"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"vI" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"vJ" = (/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"vK" = (/obj/machinery/camera/network/lcz{dir = 8; pixel_y = 6},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"vL" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/engineering/selfdestruct) -"vM" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber Intake"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"vN" = (/obj/structure/table/reinforced,/obj/item/beach_ball/holoball,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"vO" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"vP" = (/obj/machinery/door/blast/shutters{id_tag = "D-class cells"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"vR" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/sign/directions/ez{dir = 1; pixel_y = 30},/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"vS" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/drinks/bottle/tomatojuice{name = "Tomat"; desc = "This is the little developer of the new map, Tomato, he tried really hard and burst turned into juice...he's a good boy"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"vT" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"vV" = (/obj/machinery/vending/soda,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"vW" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/item/stool/padded,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"vX" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) -"vY" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"wa" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/accessory/armband/hydro,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"wb" = (/obj/effect/floor_decal/corner/beige/mono,/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"wd" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"we" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"wg" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"wh" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"wi" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"wj" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "Mining Access Gate 1"; name = "Mining Access Gate 1"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "Mining Access Gate 2"; name = "Mining Access Gate 2"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"wk" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "Mining Lockdown"; name = "Mining Lockdown"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"wl" = (/obj/structure/table/reinforced,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"wm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"wn" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light/small,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"wo" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"wp" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 1 shutter"; name = "Isocell 1 shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"wq" = (/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"wr" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/primaryhallway) -"wt" = (/obj/structure/bed/chair/wheelchair{dir = 8},/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/firealarm{name = "emergency alarm"; pixel_y = 17},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"wu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"wv" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/device/megaphone,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"ww" = (/obj/structure/table/rack,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/trauma,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"wx" = (/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"wy" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"wz" = (/obj/item/modular_computer/console/preset/security,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"wA" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"wB" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/primaryhallway) -"wC" = (/obj/machinery/light,/obj/structure/target_stake,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"wD" = (/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/table/reinforced,/obj/item/boombox,/obj/item/device/megaphone,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"wE" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/lcz{dir = 4},/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"wF" = (/obj/effect/paint_stripe/white,/turf/simulated/wall/prepainted,/area/site53/engineering/maintenance/llczmaint) -"wG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"wH" = (/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) -"wI" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"wJ" = (/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"wK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"wL" = (/obj/effect/floor_decal/corner/paleblue/mono,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"wM" = (/obj/structure/hygiene/drain/bath,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"wN" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Shower checkpoint windows"; name = "Shower checkpoint windows"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/cellbubble) -"wO" = (/obj/structure/table/reinforced,/obj/item/deck/cards,/obj/item/deck/cards,/obj/item/deck/cards,/obj/item/deck/cards,/obj/item/storage/candle_box,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"wP" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) -"wQ" = (/obj/structure/table/standard,/obj/item/clothing/under/shorts/blue,/obj/item/clothing/under/shorts/blue,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"wR" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"wS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"wT" = (/obj/structure/railing/mapped{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"wU" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"wV" = (/obj/item/gun/projectile/pistol/mk9{allowed_magazines = list(/obj/item/ammo_magazine/scp/mk9/rubber); name = "Ancient MK9 Foundation pistol"},/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) -"wW" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"wX" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"wY" = (/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"wZ" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Mining Checkpoint Lockdown"; name = "Mining Checkpoint Lockdown"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"xb" = (/obj/effect/floor_decal/scp/stop,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"xd" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"xe" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) -"xf" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"xh" = (/obj/structure/table/standard,/obj/item/clothing/gloves/boxing/blue,/obj/item/clothing/gloves/boxing/blue,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"xi" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/scp106,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"xj" = (/obj/structure/sign/scp/euclid_scp{pixel_x = 32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"xk" = (/obj/structure/table/standard,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"xl" = (/obj/effect/floor_decal/industrial/outline/red,/obj/item/stool/padded,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"xm" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"xn" = (/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"xp" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/mine/unexplored) -"xq" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) -"xr" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/plating,/area/site53/llcz/mining/miningops) -"xs" = (/obj/machinery/door/unpowered/simple/wood{name = "derelict building"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"xt" = (/obj/effect/decal/cleanable/blood/writing{desc = "DEBT OF LIFE PAID TO THE LION OF DEATH"; drydesc = "It looks like it's been there for some time."; message = "DEBT OF LIFE PAID TO THE LION OF DEATH"; name = "bloody markings"; text = "DEBT OF LIFE PAID TO THE LION OF DEATH"},/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"xv" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "left500"},/obj/structure/sign/SecureArealv4mtf{pixel_y = 32},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"xw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"xx" = (/obj/item/storage/box/checkers/chess,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"xy" = (/obj/structure/window/reinforced,/obj/machinery/vending/cola,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"xz" = (/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) -"xA" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Shower checkpoint windows"; name = "Shower checkpoint windows"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"xB" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Shower checkpoint windows"; name = "Shower checkpoint windows"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"xC" = (/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"xD" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen/multi,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"xE" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"xF" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/multi_tile/glass/civilian{id_tag = "lczairlock1"; name = "Assignments & Recreation"},/obj/machinery/door/blast/regular{id_tag = "dclassassig"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"xG" = (/obj/machinery/door/blast/regular{id_tag = "dclassassig"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"xH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"xI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"xK" = (/obj/effect/decal/cleanable/greenglow,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"xL" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"xM" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"xN" = (/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"xO" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"xP" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"xQ" = (/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"xR" = (/obj/item/tape_roll,/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) -"xU" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 0},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/obj/item/boombox,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"xW" = (/obj/machinery/camera/network/scp106{dir = 4; name = "SCP-106 Outdoor Observation West"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"xX" = (/obj/machinery/cryopod,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) -"xY" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"xZ" = (/turf/simulated/floor,/area/site53/lhcz/hallway) -"ya" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/storage/mrebag/menu8,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"yc" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 4},/turf/simulated/floor,/area/site53/lhcz/hallway) -"yd" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"ye" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/machinery/camera/network/hcz{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"yf" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/scp106{dir = 8; name = "SCP-106 Outdoor Observation East"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"yg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/scp106{dir = 1; name = "SCP-106 Outdoor Observation South"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"yh" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) -"yi" = (/obj/machinery/power/apc{dir = 1; pixel_y = 18},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/closet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"yj" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"yk" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/vending/coffee,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"yl" = (/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"ym" = (/obj/item/clothing/gloves/thick/swat,/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) -"yn" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/ulcz/scp173) -"yo" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) -"yp" = (/obj/machinery/light{dir = 1},/obj/structure/sign/directions/ez{dir = 1; pixel_y = 30},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"yq" = (/obj/effect/landmark{name = "scp420j"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"yr" = (/obj/structure/sign/directions/examroom,/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/briefing) -"ys" = (/obj/machinery/optable,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"yt" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"yu" = (/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) -"yv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"yw" = (/obj/item/modular_computer/console/preset/security{dir = 8; icon_state = "console"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"yx" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"yy" = (/obj/item/device/radio/intercom/locked{dir = 1; name = "intercom (SCP-173)"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"yz" = (/obj/structure/flora/ausbushes/palebush,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"yA" = (/turf/simulated/floor/exoplanet/lava,/area/site53/llcz/mine/unexplored) -"yB" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"yC" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"yD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"yE" = (/obj/item/flame/candle,/obj/structure/table/woodentable,/turf/simulated/floor/holofloor/wood,/area/site53/llcz/dclass/primaryhallway) -"yF" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/vending/fitness,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"yG" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/storage) -"yH" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"yI" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"yJ" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen/multi,/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"yK" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"yL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Security Bubble Windows"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cellbubble) -"yM" = (/obj/structure/fitness/weightlifter,/turf/simulated/floor/tiled/dark/airless,/area/site53/llcz/dclass/primaryhallway) -"yN" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"yP" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor,/area/site53/ulcz/scp173) -"yQ" = (/obj/structure/bed/chair/wood/maple,/turf/simulated/floor/holofloor/wood,/area/site53/llcz/dclass/primaryhallway) -"yR" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"yS" = (/obj/structure/flora/pottedplant/bamboo,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"yT" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"yU" = (/obj/structure/closet,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"yV" = (/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"yW" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"yX" = (/obj/structure/sign/dclass{pixel_x = 32},/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"yZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"za" = (/obj/structure/table/steel_reinforced,/obj/item/paper/scp012,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"zc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"zd" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass/research{name = "Hallway"},/turf/simulated/floor,/area/site53/llcz/hallways) -"zf" = (/obj/structure/table/standard,/obj/machinery/light{dir = 8},/obj/item/storage/box/masks,/obj/item/storage/box/gloves,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"zg" = (/obj/effect/floor_decal/corner/purple/bordercorner{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"zh" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"zi" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"zj" = (/obj/structure/closet,/obj/effect/floor_decal/corner/purple/border{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"zl" = (/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"zm" = (/obj/structure/dispenser/oxygen,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"zn" = (/obj/structure/bed,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"zo" = (/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"zp" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cryo) -"zq" = (/obj/item/modular_computer/laptop,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"zr" = (/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"},/obj/item/organ/internal/lungs,/obj/item/organ/internal/lungs,/obj/item/organ/internal/lungs,/obj/item/organ/internal/liver,/obj/item/organ/internal/liver,/obj/item/organ/internal/liver,/obj/item/organ/internal/heart,/obj/item/organ/internal/heart,/obj/item/organ/internal/heart,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"zs" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Medical Supply Storage Window Shutter"; name = "049 Medical Supply Storage Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"zt" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"zu" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"zv" = (/obj/structure/table/reinforced,/obj/item/toy/figure/gardener,/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/suit/storage/hooded/wintercoat/hydro,/obj/item/storage/backpack/hydroponics,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"zw" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"zx" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"zy" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) -"zz" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"zB" = (/obj/machinery/door/unpowered/simple/wood{name = "derelict building"},/obj/effect/decal/cleanable/blood/splatter,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mine/unexplored) -"zC" = (/obj/structure/table/reinforced,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"zE" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"zF" = (/obj/machinery/body_scanconsole{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"zH" = (/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"zI" = (/obj/item/modular_computer/console/preset/security{dir = 4; icon_state = "console"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"zJ" = (/obj/structure/window/reinforced{dir = 0},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"zK" = (/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"zL" = (/obj/structure/hygiene/shower{dir = 4},/obj/structure/curtain/open/shower,/obj/effect/floor_decal/floordetail/edgedrain{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"zM" = (/obj/item/modular_computer/console/preset/security,/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"zN" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"zO" = (/obj/structure/curtain/open/shower/security,/turf/simulated/floor/holofloor/wood,/area/site53/llcz/dclass/primaryhallway) -"zP" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"zQ" = (/obj/effect/catwalk_plated/white,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) -"zR" = (/obj/effect/floor_decal/sign/or2,/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/body_scan_display{pixel_y = 20},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"zS" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"zT" = (/obj/structure/table/reinforced,/obj/item/storage/pill_bottle/amnesticsa,/obj/item/storage/pill_bottle/amnesticsb,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"zU" = (/obj/machinery/photocopier/faxmachine{department = "D-Class Primary Security Post"; send_access = list(202)},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"zV" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/multi_tile/glass/civilian{id_tag = "lczairlock2"; name = "Assignments & Recreation"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"zW" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"zX" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"zY" = (/obj/machinery/button/flasher{id_tag = "Reeducation Flasher"; pixel_y = 32},/obj/structure/table/reinforced,/obj/item/device/megaphone,/obj/item/paper_bin,/obj/item/pen,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"zZ" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Lower Heavy Containment Substation"},/obj/structure/cable/green,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"Aa" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Ab" = (/obj/effect/landmark/start{name = "Class D"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Ac" = (/obj/structure/closet/secure_closet/guard/riotgear,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"Ad" = (/obj/structure/table/reinforced,/obj/item/hand_labeler,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Ae" = (/obj/structure/table/steel_reinforced,/obj/machinery/button/blast_door{id_tag = "left500"},/obj/effect/floor_decal/corner/purple/border{dir = 10},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Af" = (/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Ag" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"Ah" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) -"Ai" = (/obj/item/pickaxe,/turf/simulated/floor,/area/site53/surface) -"Aj" = (/obj/item/trash/chips,/obj/effect/decal/cleanable/vomit,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"Ak" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Al" = (/obj/item/storage/belt/holster/security,/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) -"Am" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/surgery,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/door/window/brigdoor/westleft{name = "Surgery Kit Box"; req_access = list("ACCESS_MEDICAL_LEVEL2")},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"An" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "173emerg"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Ao" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Ap" = (/obj/machinery/light,/obj/machinery/button/blast_door{dir = 1; id_tag = "Isocell 2 shutter"; name = "Isocell 2 shutter"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Aq" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"Ar" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"As" = (/obj/effect/catwalk_plated,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"At" = (/obj/item/device/camera,/obj/structure/table/standard,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"Au" = (/turf/unsimulated/mineral,/area/site53/lhcz/hallway) -"Av" = (/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Aw" = (/obj/structure/closet/crate/bin,/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Ax" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border,/obj/machinery/button/blast_door{id_tag = "second2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Ay" = (/obj/structure/table/steel_reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Az" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"AA" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"AB" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border,/obj/machinery/button/blast_door{id_tag = "first1"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"AC" = (/obj/effect/floor_decal/corner/purple/border,/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"AD" = (/obj/effect/floor_decal/corner/purple/border,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"AE" = (/obj/effect/paint_stripe/red,/obj/structure/sign/warning/caution,/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) -"AF" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"AG" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) -"AH" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped,/obj/machinery/light/small/emergency{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) -"AI" = (/obj/machinery/door/airlock/security{req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"AJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"AK" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) -"AL" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"AM" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"AN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"AO" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/flora/ausbushes/sunnybush,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"AP" = (/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"AQ" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"AR" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Shower checkpoint windows"; name = "Shower checkpoint windows"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"AS" = (/obj/machinery/light,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"AT" = (/obj/machinery/door/airlock/security{req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"AU" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"AV" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"AW" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) -"AX" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) -"AY" = (/obj/machinery/door/airlock/glass/civilian,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/botany) -"AZ" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) -"Ba" = (/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) -"Bb" = (/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Bc" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/storage/mrebag/menu3,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Bd" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/spray/cleaner/drone,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Be" = (/obj/machinery/door/airlock/glass/civilian{id_tag = "lczairlock3"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/shutters/open{id_tag = "D Recreation Access"; name = "D Recreation Access"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/recreationhallway) -"Bf" = (/obj/structure/morgue{dir = 8},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) -"Bg" = (/obj/structure/morgue{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) -"Bh" = (/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = -28},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Bi" = (/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/scp500) -"Bj" = (/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Bk" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Lower Heavy Containment Zone Bypass"},/obj/structure/cable/green{d2 = 6; icon_state = "0-6"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"Bl" = (/obj/effect/floor_decal/corner/red/bordercee,/obj/machinery/barrier,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"Bm" = (/obj/structure/sign/containers{pixel_x = -32},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Bn" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"Bo" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Bp" = (/obj/structure/sign/SecureArealv4mtf{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Bq" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Br" = (/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"Bs" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Bt" = (/obj/structure/table/standard,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Bu" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Bv" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/machinery/light/small/emergency{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) -"Bw" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor/northright{req_access = list("ACCESS_NETWORK")},/obj/item/reagent_containers/food/drinks/glass2/coffeecup/foundation,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"Bx" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) -"By" = (/obj/machinery/button/blast_door{id_tag = "explockdown"; name = "Containment Center Lockdown button"; pixel_y = 24},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Bz" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) -"BA" = (/obj/effect/catwalk_plated,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) -"BB" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"BC" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"BD" = (/obj/structure/closet/crate/secure/biohazard/blanks,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"BE" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/chemical_dispenser/full,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"BF" = (/obj/structure/virology/iso{pixel_x = -5},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"BG" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"BH" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"BI" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) -"BJ" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "second2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"BK" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 10; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"BL" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"BM" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) -"BN" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"BO" = (/obj/machinery/light{dir = 4},/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"BP" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) -"BQ" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped{dir = 1},/obj/machinery/light/small/emergency,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) -"BR" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"BS" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "D Recreation Access"; name = "D Recreation Access"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"BT" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"BU" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"BV" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entry Checkpoint Access"; name = "DCZ Entry Checkpoint Access"},/obj/machinery/door/airlock/highsecurity{name = "D-Cells Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"BW" = (/obj/effect/decal/cleanable/cobweb2,/obj/random/drinkbottle,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"BX" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/blast/shutters/open{begins_closed = 1; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/obj/machinery/button/alternate/door{id_tag = "LobbyMedD"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"BY" = (/obj/machinery/light{dir = 4},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"BZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Ca" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"Cb" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "D-class cells hallway"; name = "D-class cells hallway"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Cd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Ce" = (/obj/structure/fitness/punchingbag,/turf/simulated/floor/tiled/dark/airless,/area/site53/llcz/dclass/primaryhallway) -"Cf" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "dchecknorth"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"Cg" = (/obj/machinery/libraryscanner,/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"Ch" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Ci" = (/obj/machinery/door/airlock/glass/civilian{id_tag = "lczairlock3"},/obj/machinery/door/blast/shutters/open{id_tag = "D Recreation Access"; name = "D Recreation Access"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/recreationhallway) -"Cj" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped,/obj/machinery/papershredder,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"Ck" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Cl" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Co" = (/mob/living/simple_animal/hostile/scarybat,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"Cp" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Cu" = (/obj/item/modular_computer/console/preset/paperwork_dataserver{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) -"Cv" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"Cx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/item/device/radio/intercom/locked{dir = 1; name = "intercom (SCP-012)"; pixel_y = -32},/obj/effect/catwalk_plated,/obj/machinery/light/small/red,/turf/simulated/floor,/area/site53/llcz/scp012) -"Cy" = (/obj/machinery/door/airlock/highsecurity{name = "Server Room"; req_access = list("ACCESS_NETWORK")},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) -"Cz" = (/obj/item/modular_computer/console/preset{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) -"CA" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) -"CB" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) -"CC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) -"CD" = (/obj/machinery/vending/weeb,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"CE" = (/obj/effect/floor_decal/corner/paleblue/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"CF" = (/obj/structure/table/reinforced,/obj/item/toy/figure/miner,/obj/item/clothing/suit/storage/hooded/wintercoat/miner,/obj/item/clothing/accessory/armband/cargo,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"CG" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"CH" = (/obj/machinery/door/airlock/multi_tile/glass/civilian{name = "Botany"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_BOTANY"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/botany) -"CI" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"CJ" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/botany) -"CK" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/plating,/area/site53/llcz/dclass/botany) -"CL" = (/obj/effect/floor_decal/corner/yellow/mono,/obj/structure/table/standard,/obj/item/storage/box/beakers,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/dropper/industrial,/obj/item/storage/box/pillbottles,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"CM" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"CN" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"CO" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"CP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/taperoll/engineering/applied,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"CR" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/bed,/obj/item/bedsheet/medical,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"CS" = (/obj/effect/wallframe_spawn/reinforced,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"CU" = (/obj/structure/table/reinforced,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"CV" = (/obj/machinery/door/airlock/highsecurity{name = "Cell"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"CW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"CX" = (/obj/effect/floor_decal/corner/red/bordercee{dir = 1},/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"CY" = (/obj/item/device/radio/intercom/locked{dir = 4; name = "intercom (SCP-173)"; pixel_x = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"CZ" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Da" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Db" = (/obj/item/device/flashlight/pen,/obj/machinery/power/apc,/obj/structure/cable/green,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Dc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Dd" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"De" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Dg" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"Dh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Di" = (/obj/structure/closet/secure_closet/guard/specialistshotgun,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"Dk" = (/obj/structure/closet/secure_closet/freezer/kitchen/mining,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"Dl" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"Dm" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) -"Dn" = (/obj/structure/skele_stand,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"Dp" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Security Bubble Windows"; name = "Security Bubble Windows"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/cellbubble) -"Dq" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Dr" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"Ds" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "dchecknorth"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"Dt" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/paper/dcell,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Du" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Dv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Dw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Dx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Dy" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = 32},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Dz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"DA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) -"DB" = (/obj/structure/cable/green,/obj/machinery/power/apc/hyper{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"DD" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"DE" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"DF" = (/obj/effect/paint_stripe/orange,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) -"DG" = (/obj/structure/sign/dclass{pixel_y = 32},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"DH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"DI" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"DJ" = (/obj/structure/sign/dclass{pixel_y = 32},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"DK" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"DL" = (/obj/machinery/door/airlock/glass/security{name = "049 Access"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"DM" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) -"DN" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"DO" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"DP" = (/obj/machinery/door/airlock/highsecurity{name = "Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "explockdown"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"DR" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"DS" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"DT" = (/obj/effect/landmark{name = "JoinLatelcz"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"DU" = (/obj/item/storage/toolbox/electrical,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"DW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/filingcabinet,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"DX" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "CDZMedbaywin"; name = "Medbay Windows"; pixel_y = 7; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{id_tag = "CDZMedbay"; name = "Entry Lockdown"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"DY" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"DZ" = (/obj/structure/railing/mapped,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Ea" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Eb" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Ec" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "173"; name = "Southern 173 Gate"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "173north"; name = "Northern 173 Gate"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{id_tag = "173emerg"; name = "Observation Emergency Blast Doors button"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Ed" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"Ee" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Ef" = (/obj/item/stool/padded,/obj/effect/floor_decal/industrial/outline/grey,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Eg" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/material/knife/utility{name = "sharpener"},/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Eh" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Ei" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "Armorydcz"; name = "Armory"},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"Ej" = (/obj/item/modular_computer/console/preset/cardslot/command_sec{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Ek" = (/obj/machinery/door/blast/regular{id_tag = "dchecksouth"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"El" = (/obj/machinery/door/blast/regular{id_tag = "dchecksouth"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"Em" = (/obj/machinery/door/blast/regular{id_tag = "dchecksouth"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"En" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) -"Eo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/hatch/maintenance{name = "LHCZ Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/item/taperoll/engineering/applied,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"Ep" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Eq" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/floor_decal/scp/stop,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Er" = (/turf/unsimulated/mineral,/area/site53/surface) -"Es" = (/turf/simulated/floor,/area/site53/surface) -"Et" = (/obj/structure/ladder/up,/turf/simulated/floor,/area/site53/surface) -"Eu" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor,/area/site53/surface) -"Ev" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) -"Ew" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/lightgrey/border,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Ex" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/recreationhallway) -"Ey" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Ez" = (/obj/item/clothing/head/hardhat/orange,/turf/simulated/floor,/area/site53/surface) -"EA" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"EB" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"EC" = (/obj/structure/table/standard,/obj/item/spacecash/bundle/c10,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"ED" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"EE" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"EF" = (/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"EG" = (/turf/simulated/floor/holofloor/grass,/area/site53/llcz/mine/unexplored) -"EH" = (/obj/item/stool/padded,/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"EI" = (/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"EJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) -"EK" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"EL" = (/obj/structure/closet/djcloset,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"EM" = (/obj/structure/janitorialcart,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"EN" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"EO" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"EP" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"EQ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"ER" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"ES" = (/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"ET" = (/obj/structure/flora/ausbushes/leafybush,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"EU" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/closet/djcloset,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"EV" = (/obj/structure/railing/mapped,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"EW" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"EX" = (/obj/machinery/light,/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"EY" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"EZ" = (/obj/structure/bed/chair/shuttle/black,/obj/structure/railing/mapped{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"Fa" = (/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"Fb" = (/obj/structure/bed/chair/office{dir = 1},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Fc" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/llcz/hallways) -"Fd" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/maintenance) -"Fe" = (/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Fg" = (/obj/structure/table/standard,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows North"; name = "DCZ Booth Windows North"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) -"Fh" = (/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) -"Fi" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid{dir = 1},/obj/machinery/door/window/brigdoor/northleft{name = "Medbay Secure"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_MEDICAL"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Fj" = (/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/isolation) -"Fk" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Fl" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Fm" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) -"Fn" = (/obj/machinery/button/flasher{id_tag = "line3"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Fo" = (/obj/item/device/flashlight/lamp,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Fp" = (/obj/machinery/light,/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Fq" = (/obj/structure/table/steel_reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Fr" = (/obj/structure/table/reinforced,/obj/item/device/megaphone,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Fs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Ft" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Fu" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/combat,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Fw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/highsecurity{name = "Medical Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"Fx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) -"Fy" = (/obj/item/stack/tile/floor,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"FA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"FB" = (/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"FC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"FD" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"FE" = (/obj/item/organ/internal/lungs,/obj/item/organ/internal/heart,/obj/item/organ/internal/liver,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/heart,/obj/item/organ/internal/heart,/obj/item/organ/internal/liver,/obj/item/organ/internal/liver,/obj/item/organ/internal/lungs,/obj/item/organ/internal/lungs,/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"FF" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/storage/pill_bottle/happy,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"FG" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"FH" = (/obj/structure/table/rack,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/o2,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"FI" = (/obj/structure/closet,/obj/item/device/camera,/obj/item/device/camera_film,/obj/item/device/camera_film,/obj/effect/floor_decal/corner/purple/border{dir = 9},/obj/item/crowbar/emergency_forcing_tool,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"FJ" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"FK" = (/obj/item/tape_roll,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"FL" = (/obj/effect/paint_stripe/gray,/obj/item/device/radio/intercom/locked{dir = 1; name = "intercom (SCP-173)"},/turf/simulated/wall/titanium,/area/site53/ulcz/scp173) -"FM" = (/obj/structure/table/rack,/obj/item/storage/firstaid/regular,/obj/item/storage/firstaid/regular,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"FN" = (/obj/item/gun/projectile/pistol/mk9{name = "Sponsored MK9 Foundation pistol"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"FO" = (/obj/structure/bed/chair/wheelchair{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"FP" = (/obj/machinery/door/unpowered/simple/wood{name = "derelict building"},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/mine/unexplored) -"FQ" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"FR" = (/obj/item/device/flashlight/lamp,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"FS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"FT" = (/obj/machinery/button/blast_door{name = "Armory"; req_access = list("ACCESS_SECURITY_LEVEL3"); id_tag = "Armorydcz"},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) -"FU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"FV" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"FW" = (/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"FX" = (/obj/machinery/light/small{dir = 8},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) -"FY" = (/obj/effect/paint_stripe/gray,/obj/structure/reagent_dispensers/peppertank,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) -"FZ" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Ga" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Gb" = (/obj/structure/crematorium{dir = 4; id = "Reeducation Cremator 2"},/obj/machinery/light,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) -"Gc" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Gd" = (/obj/machinery/door/window/northleft{name = "Reeducation Separator"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Ge" = (/obj/machinery/light{dir = 1},/obj/machinery/button/blast_door{id_tag = "Mining Lockdown"; name = "Mining Lockdown"; pixel_y = 32; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"Gf" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) -"Gg" = (/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) -"Gh" = (/mob/living/simple_animal/hostile/scarybat{faction = "Shaft"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Gi" = (/obj/structure/flora/ausbushes/stalkybush,/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) -"Gj" = (/obj/structure/flora/ausbushes/reedbush,/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) -"Gk" = (/obj/structure/flora/ausbushes/palebush,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Gl" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Gm" = (/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"Gn" = (/obj/structure/flora/ausbushes/sunnybush,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"Go" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"Gp" = (/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"Gq" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) -"Gr" = (/turf/unsimulated/mineral,/area/site53/llcz/mine/explored) -"Gt" = (/mob/living/simple_animal/yithian,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"Gu" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"Gv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Gw" = (/obj/structure/closet/acloset,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) -"Gx" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Gy" = (/obj/machinery/door/airlock/highsecurity,/obj/machinery/door/blast/regular,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) -"Gz" = (/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"GA" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"GB" = (/mob/living/simple_animal/tindalos{dir = 4},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"GC" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"GD" = (/obj/structure/barricade,/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) -"GE" = (/obj/machinery/door/blast/regular,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) -"GF" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) -"GG" = (/obj/structure/table/rack,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) -"GH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass/research{name = "SCP-012"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/scp012) -"GI" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/bed/chair/shuttle{name = "Reeducation Chair"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) -"GL" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) -"GM" = (/obj/item/ammo_magazine/scp/mk9/rubber,/turf/simulated/floor/holofloor/grass,/area/site53/llcz/mine/unexplored) -"GN" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"GO" = (/obj/machinery/fabricator,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"GP" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"GQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "scp8panic"; name = "SCP-008 Lockdown shutter"},/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor,/area/site53/uhcz/scp8containment) -"GR" = (/obj/item/light/tube,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"GS" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"GT" = (/obj/structure/table/woodentable,/obj/structure/plushie/ian,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"GU" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/reeducation) -"GV" = (/obj/structure/railing/mapped,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"GW" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"GX" = (/obj/structure/hygiene/shower,/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"GY" = (/obj/structure/cable/green,/obj/machinery/power/apc/hyper{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"Ha" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/assignmentbubble) -"Hb" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Hc" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/primaryhallway) -"Hd" = (/obj/structure/bed/roller,/obj/machinery/vending/wallmed1{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"He" = (/obj/structure/table/standard,/obj/item/clothing/mask/surgical,/obj/item/clothing/mask/surgical,/obj/item/clothing/mask/surgical,/obj/item/clothing/gloves/latex,/obj/item/clothing/gloves/latex,/obj/item/clothing/gloves/latex,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Hf" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"Hg" = (/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Hh" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"Hi" = (/obj/machinery/camera/network/lcz{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Hj" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Hl" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Hm" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Hn" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/table/reinforced,/obj/item/boombox,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"Ho" = (/obj/item/modular_computer/console/preset/security{dir = 1; icon_state = "console"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Hp" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Hq" = (/obj/structure/target_stake,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Hr" = (/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Hs" = (/obj/structure/railing/mapped,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Ht" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/window/reinforced{dir = 0},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Hu" = (/obj/structure/table/rack,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/machinery/camera/network/scp106,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"Hv" = (/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"Hw" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Hx" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Hy" = (/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/outline/blue,/obj/structure/holohoop,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Hz" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/holohoop,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"HA" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"HB" = (/obj/machinery/computer/cryopod{pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/machinery/alarm{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) -"HC" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"HD" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/machinery/flasher{id_tag = "line1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HE" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HF" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HG" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/machinery/flasher{id_tag = "line2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HH" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/machinery/flasher{id_tag = "line3"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HI" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"HJ" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/assignment) -"HK" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HL" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HM" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HN" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HO" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HP" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/railing/mapped{dir = 1},/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HQ" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HR" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HS" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HT" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/sign/dclass{pixel_y = -32},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HU" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HV" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"HW" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/flasher{id_tag = "line1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HX" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HY" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"HZ" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"Ia" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/flasher{id_tag = "line2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"Ib" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"Ic" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/flasher{id_tag = "line3"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) -"Id" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"Ie" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) -"If" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Ig" = (/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/westleft{req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Ih" = (/obj/structure/bed/chair/comfy,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Ii" = (/obj/machinery/door/airlock/multi_tile/glass/security{name = "Security checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Ij" = (/obj/machinery/flasher/portable,/obj/machinery/light,/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"Ik" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Il" = (/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/dkitchen,/obj/item/card/id/dassignment/dkitchen,/obj/item/card/id/dassignment/dkitchen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"Im" = (/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) -"In" = (/obj/structure/morgue{dir = 8},/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) -"Io" = (/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Ip" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"Iq" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"Ir" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/flasher{id_tag = "Lower LCZ Flash"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"Is" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"It" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"Iu" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Iv" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"Iw" = (/obj/item/organ/internal/brain,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Ix" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"Iy" = (/obj/structure/table/reinforced,/obj/machinery/door/window/northright{name = "LLCZ Medical Checkpoint"},/obj/machinery/door/window/southright{name = "LLCZ Medical Checkpoint"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/obj/machinery/door/blast/shutters/open{begins_closed = 1; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"Iz" = (/obj/item/clothing/mask/balaclava,/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) -"IA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) -"IB" = (/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"IC" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"ID" = (/obj/structure/closet{name = "D-Class Storage"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"IF" = (/obj/item/modular_computer/console/preset/security,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"IG" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"IH" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"II" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"IJ" = (/obj/machinery/power/apc/hyper{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"IK" = (/obj/structure/closet/cabinet,/obj/machinery/light{dir = 1},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"IL" = (/obj/structure/bed/chair/office/light,/obj/effect/landmark{name = "JoinLatelcz"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"IM" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"IN" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"IO" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"IP" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"IQ" = (/obj/structure/table/marble,/obj/item/newspaper,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"IR" = (/obj/effect/catwalk_plated/dark,/obj/structure/sign/directions/ez{pixel_x = 30},/turf/simulated/floor,/area/site53/lhcz/hallway) -"IS" = (/obj/structure/table/reinforced,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"IT" = (/obj/machinery/flasher{id_tag = "Reeducation Flasher"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"IU" = (/obj/structure/mopbucket,/obj/machinery/light/small,/obj/item/mop,/obj/item/reagent_containers/glass/bucket,/obj/item/mop,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"IV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"IW" = (/obj/item/clothing/under/scp/dclass{pixel_y = -1},/obj/item/clothing/head/collectable/hardhat{pixel_y = 20},/obj/structure/statue{desc = "A plaque on the statue reads: 'For once he stood here, a friend in orange. The Liberator.'"; name = "statue of The Liberator"},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"IX" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"IY" = (/obj/structure/table/reinforced,/obj/item/toy/figure/janitor,/obj/item/clothing/head/beret/purple,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"IZ" = (/obj/machinery/door/airlock/security{name = "Commisionary"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Ja" = (/obj/machinery/door/airlock/glass/civilian{name = "Secure store"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"Jb" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Jc" = (/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/obj/machinery/vending/soda{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) -"Jd" = (/obj/item/spacecash/bundle/c1000,/obj/item/spacecash/bundle/c1000,/obj/item/spacecash/bundle/c1000,/obj/item/spacecash/bundle/c1000,/obj/item/spacecash/bundle/c1000,/obj/structure/closet/crate,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Je" = (/obj/structure/table/rack,/obj/item/storage/fancy/cigarettes,/obj/item/storage/fancy/cigarettes/carcinomas,/obj/item/storage/fancy/cigarettes/dromedaryco,/obj/item/storage/fancy/cigarettes/jerichos,/obj/item/storage/fancy/cigarettes/killthroat,/obj/item/storage/fancy/cigarettes/luckystars,/obj/item/storage/fancy/cigarettes/menthols,/obj/item/storage/fancy/cigarettes/professionals,/obj/item/storage/box/matches,/obj/item/storage/box/matches,/obj/item/storage/box/matches,/obj/item/flame/lighter/cyan,/obj/item/flame/lighter/green,/obj/item/flame/lighter/pink,/obj/item/flame/lighter/red,/obj/item/flame/lighter/yellow,/obj/item/flame/lighter,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Jf" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"Jg" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/camera/network/lcz{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Jh" = (/obj/machinery/light{dir = 1},/obj/machinery/button/blast_door{id_tag = "Mining Checkpoint Lockdown"; name = "Mining Checkpoint Lockdown"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"Ji" = (/obj/machinery/button/blast_door{id_tag = "Security Bubble Windows"; name = "Security Bubble Windows"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Jj" = (/obj/structure/table/reinforced,/obj/item/boombox,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Jk" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"Jl" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Jm" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber Departure"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) -"Jo" = (/obj/machinery/light/spot{dir = 1},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Jp" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) -"Jq" = (/obj/item/storage/mirror{pixel_y = -28},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Jr" = (/obj/structure/table/reinforced,/obj/item/pen,/obj/item/paper,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Js" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"Jt" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) -"Ju" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Mining Access Gate 1"; name = "Mining Access Gate 1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"Jv" = (/obj/structure/table/reinforced,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"Jw" = (/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"},/obj/effect/decal/cleanable/dirt,/obj/effect/spider/stickyweb,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mine/unexplored) -"Jx" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/lightgrey/border,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Jy" = (/obj/machinery/door/airlock/science{name = "SCP-173 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Jz" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"JA" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Mining Access Gate 2"; name = "Mining Access Gate 2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"JB" = (/obj/structure/table/standard,/obj/item/book/manual/chef_recipes,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"JC" = (/obj/machinery/computer/guestpass{pixel_y = 28},/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"JD" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Living Room Access"; name = "049 Living Room Access"; pixel_y = -23},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"JE" = (/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/mask/muzzle,/obj/item/clothing/ears/earmuffs,/obj/structure/closet,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JF" = (/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/structure/closet,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JG" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-008"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor,/area/site53/lhcz/hallway) -"JH" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106parts) -"JI" = (/obj/structure/closet/djcloset,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JJ" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 2 shutter"; name = "Isocell 2 shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JK" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Iso 2"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 2 shutter"; name = "Isocell 2 shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JM" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) -"JN" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/airlock/highsecurity{name = "Reeducation Iso 1"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 1 shutter"; name = "Isocell 1 shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JO" = (/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JP" = (/obj/machinery/flasher{id_tag = "Reeducation Flasher"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JQ" = (/obj/item/storage/firstaid/fire,/turf/simulated/floor/exoplanet/volcanic,/area/site53/llcz/mine/unexplored) -"JR" = (/obj/structure/table/standard,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows South"; name = "DCZ Booth Windows South"},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) -"JS" = (/obj/machinery/button/blast_door{id_tag = "Reeducation Lockdown"; name = "Reeducation Lockdown"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/power/apc{dir = 8},/obj/machinery/light{dir = 8},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JT" = (/obj/structure/table/reinforced,/obj/item/tank/anesthetic,/obj/item/tank/anesthetic,/obj/item/clothing/mask/breath/anesthetic,/obj/item/clothing/mask/breath/anesthetic,/obj/machinery/light,/obj/item/wrench,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/syringe,/obj/item/reagent_containers/syringe,/obj/item/reagent_containers/syringe,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"JU" = (/obj/item/modular_computer/console/preset/security{dir = 8; icon_state = "console"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"JV" = (/obj/machinery/door/blast/regular{id_tag = "Test Subject Line West"; name = "Test Subject Line West"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"JW" = (/obj/structure/closet/secure_closet/guard/specialistshotgun,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"JX" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/roller,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"JY" = (/obj/machinery/photocopier/faxmachine{department = "SCP-173 Containment Chamber"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"JZ" = (/obj/structure/disposalpipe/segment,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) -"Ka" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"Kb" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/pen,/obj/item/paper_bin,/obj/machinery/door/blast/shutters/open{id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpoint) -"Kc" = (/obj/effect/landmark/start{name = "IT Technician"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) -"Kd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"Ke" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Kf" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Kg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Kh" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Ki" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Kj" = (/obj/machinery/light{dir = 1},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) -"Kk" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Kl" = (/obj/structure/fireaxecabinet,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) -"Km" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"Kn" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"Ko" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) -"Kp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"Kq" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Kr" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"Ks" = (/obj/structure/sign/warning/secure_area/armory,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) -"Kt" = (/turf/simulated/floor/holofloor/wood,/area/site53/llcz/dclass/primaryhallway) -"Ku" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"Kv" = (/obj/structure/hygiene/sink{dir = 8; pixel_x = -11},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Kw" = (/obj/item/device/flashlight/lamp,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Kx" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"Ky" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"Kz" = (/obj/structure/bed,/obj/item/bedsheet,/obj/effect/landmark{name = "JoinLateDclass"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"KA" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{name = "D-Class Assignments"; req_access = list("ACCESS_SECURITY_LEVEL2"); id_tag = "dclassassig"},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) -"KB" = (/obj/structure/table/standard,/obj/item/clothing/gloves/boxing,/obj/item/clothing/gloves/boxing,/obj/item/clothing/gloves/boxing,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"KC" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"KD" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"KE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/spot{dir = 8},/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/door/window/brigdoor{dir = 4; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"KF" = (/obj/structure/table/steel_reinforced,/obj/item/spacecash/bundle/c10,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"KG" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"KH" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"KI" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"KJ" = (/obj/item/soap,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"KK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/science{name = "SCP-173 Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"KL" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{dir = 1; id_tag = "scp8_airlock"; pixel_y = -25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4")); tag_exterior_door = "scp8_exterior"; tag_interior_door = "scp8_interior"},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"KM" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/scp012) -"KN" = (/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"KO" = (/obj/item/device/radio/intercom/locked{dir = 4; name = "intercom (SCP-012)"; pixel_x = -26},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"KP" = (/obj/structure/table/rack,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/reinforced/fifty,/obj/item/stack/material/glass/reinforced/fifty,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"KQ" = (/obj/effect/decal/cleanable/flour,/turf/simulated/wall/titanium,/area/site53/llcz/mine/unexplored) -"KR" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"KS" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Control Subject Preparation"; name = "Control Subject Preparation"},/obj/machinery/light{dir = 8},/obj/machinery/button/blast_door{dir = 4; id_tag = "Control Subject Area"; name = "Control Subject Area"; pixel_x = -23},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"KT" = (/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"KU" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/hallways) -"KV" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"KW" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) -"KZ" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"La" = (/obj/machinery/door/airlock/glass/civilian{name = "D-Class WC"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"Lb" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"Ld" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Le" = (/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Lf" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"Lg" = (/obj/machinery/camera/network/lcz,/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Lh" = (/obj/structure/bed/chair/shuttle/black,/obj/structure/railing/mapped{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"Li" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 1 shutter"; name = "Isocell 1 shutter"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Lj" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/storage/mrebag/menu5,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Lk" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 0},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Ll" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"Lm" = (/obj/effect/floor_decal/sign/m,/obj/machinery/light{dir = 8},/obj/item/modular_computer/console/preset/security{dir = 4; icon_state = "console"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"Ln" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Lo" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"Lp" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"Lq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Lr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"Lt" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"Lu" = (/obj/structure/bed/chair/office/comfy/blue{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"Lv" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Lw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) -"Lx" = (/obj/machinery/vending/snack,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) -"Ly" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/machinery/power/apc/hyper{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Lz" = (/obj/machinery/status_display,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/ulcz/scp173) -"LA" = (/obj/effect/paint_stripe/red,/obj/structure/sign/warning/biohazard,/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) -"LB" = (/obj/structure/ladder/up,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"LC" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"LD" = (/obj/machinery/firealarm{name = "emergency alarm"; pixel_y = 17},/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"LE" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"LF" = (/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"LH" = (/obj/machinery/vending/medical{dir = 4},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"LI" = (/obj/structure/bed/chair/office{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"LJ" = (/obj/structure/hygiene/toilet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"LK" = (/obj/structure/closet/l3closet,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"LL" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"LM" = (/obj/item/storage/box/checkers/chess/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"LN" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/machinery/door/window/brigdoor/eastleft{dir = 8; name = "SCP-500 Primary Containment Module Door"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"LO" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters/open{id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpoint) -"LP" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"LQ" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor,/area/site53/llcz/hallways) -"LR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"LS" = (/obj/structure/bed,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"LT" = (/obj/structure/closet,/obj/effect/floor_decal/corner/purple/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"LU" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Surgery Window Shutter"; name = "049 Surgery Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"LV" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entrance Windows"; name = "DCZ Entrance Windows"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"LX" = (/obj/machinery/light{dir = 1},/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"; pixel_y = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"LY" = (/obj/structure/table/standard,/obj/item/storage/slide_projector,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"LZ" = (/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"Ma" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Mb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Mc" = (/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"Md" = (/obj/structure/table/rack,/obj/item/storage/toolbox/electrical,/obj/item/storage/toolbox/mechanical,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Me" = (/obj/machinery/cryopod,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) -"Mf" = (/obj/structure/table/standard,/obj/item/material/knife/table/plastic,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"Mg" = (/obj/item/device/camera,/obj/item/device/camera_film,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Mh" = (/obj/machinery/sleeper{dir = 4},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Mi" = (/obj/structure/table/standard,/obj/item/gun/launcher/syringe,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Mj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Mk" = (/obj/structure/closet/crate/hydroponics/prespawned,/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"Ml" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Mo" = (/obj/machinery/camera/network/scp049{dir = 1; name = "SCP-049 WC"},/turf/simulated/floor/tiled/freezer,/area/site53/lhcz/scp049containment) -"Mp" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Mq" = (/obj/machinery/button/blast_door{id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"; pixel_y = 24},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"Mr" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Ms" = (/obj/structure/table/marble,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"Mt" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"Mv" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"Mw" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"Mx" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"My" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/directions/security,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) -"Mz" = (/obj/machinery/light/spot{dir = 4},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) -"MA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"MB" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"MC" = (/obj/effect/landmark{name = "scp049"},/obj/structure/bed/chair/comfy/black{dir = 8},/obj/structure/sign/greencross{pixel_x = 32},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"ME" = (/obj/structure/table/standard,/obj/item/device/paint_sprayer,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"MF" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entrance Windows"; name = "DCZ Entrance Windows"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"MG" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"MH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"MI" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"MK" = (/obj/machinery/camera/network/lcz{dir = 4},/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"ML" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"MM" = (/obj/effect/floor_decal/corner/yellow/mono,/obj/machinery/chemical_dispenser/full,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"MN" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) -"MO" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"MP" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"MR" = (/obj/machinery/light/spot{dir = 1},/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"MS" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"MT" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"MV" = (/obj/machinery/bodyscanner{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"MW" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"MX" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"MY" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/button/blast_door{dir = 8; id_tag = "Infected Subject Area"; name = "Infected Subject Area"; pixel_x = 22; pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) -"Na" = (/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Nb" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) -"Nc" = (/obj/structure/closet/secure_closet/guard/riotshotguns,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"Ne" = (/obj/effect/floor_decal/corner/purple/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Nf" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) -"Nh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) -"Ni" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) -"Nj" = (/obj/machinery/camera/autoname{name = "SCP-049 Observation 2"; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"Nk" = (/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) -"Nl" = (/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Nm" = (/obj/structure/table/standard,/obj/machinery/reagent_temperature/cooler{pixel_x = 7},/obj/machinery/reagent_temperature{pixel_x = -7},/obj/effect/floor_decal/corner/yellow/mono,/obj/item/stack/material/phoron/ten,/obj/item/stack/material/phoron/ten,/obj/item/stack/material/phoron/ten,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp049containment) -"Nn" = (/obj/structure/closet/l3closet/virology,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"Np" = (/obj/structure/table/standard,/obj/item/storage/box/syringegun,/obj/item/storage/box/syringegun,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Nq" = (/obj/effect/floor_decal/industrial/firstaid{dir = 1},/obj/machinery/door/window/brigdoor/northright{name = "Medbay Secure"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_MEDICAL"))},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Nr" = (/obj/structure/table/standard,/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Ns" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Nt" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Nu" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/shieldwallgen/online{max_range = 10; req_access = list(); storedpower = 50000},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106parts) -"Nv" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Nx" = (/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/obj/item/clothing/mask/muzzle,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Ny" = (/obj/structure/bed/chair/shuttle{name = "Reeducation Chair"},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"Nz" = (/obj/item/device/flashlight,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"NA" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"NB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"NC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/railing/mapped,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"ND" = (/obj/machinery/light{dir = 4},/obj/machinery/vending/hydronutrients,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"NE" = (/obj/structure/scp173_cage,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"NF" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"NG" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"NI" = (/obj/item/device/flashlight/lantern,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) -"NJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"NK" = (/obj/structure/foamedmetal,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"NL" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular{id_tag = "173north"},/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) -"NM" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"NN" = (/obj/machinery/door/unpowered/simple/wood,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"NP" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"NQ" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"; req_access = list("ACCESS_SCIENCE_LEVEL4")},/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/storage/box/syringes,/obj/item/storage/box/syringes,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"NR" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"NS" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) -"NT" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"NU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/apc/hyper{pixel_y = -25},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"NV" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/hallways) -"NW" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"NX" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/obj/structure/railing/mapped,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"NZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/hygiene/sink/kitchen{dir = 8; name = "surgery sink"; pixel_x = 21},/obj/effect/floor_decal/industrial/firstaid{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Oa" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"Ob" = (/obj/item/modular_computer/console/preset/medical{dir = 4; icon_state = "console"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"Oc" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"Od" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Oe" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/spray/cleaner,/obj/item/storage/firstaid,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"Of" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/chem) -"Og" = (/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"Oi" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Oj" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "173emerg"},/turf/simulated/floor,/area/site53/ulcz/scp173) -"Ok" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"Ol" = (/obj/effect/floor_decal/sign/or1,/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/body_scan_display{pixel_y = 20},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Om" = (/obj/machinery/light,/obj/structure/filingcabinet,/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"On" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"Op" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) -"Os" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Ot" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"Ov" = (/obj/structure/disposalpipe/segment{dir = 4},/mob/living/simple_animal/hostile/scarybat{faction = "Shaft"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Ow" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "Test Subject Line West"; name = "Test Subject Line West"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = -6},/obj/machinery/button/blast_door{dir = 1; id_tag = "Test Subject Line East"; name = "Test Subject Line East"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Ox" = (/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Oy" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/item/storage/firstaid/stab,/obj/structure/window/basic,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Oz" = (/obj/machinery/atmospherics/unary/tank/air{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"OA" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"OB" = (/obj/effect/wallframe_spawn/reinforced,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"OC" = (/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"OD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) -"OE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"OF" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"OG" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"OH" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cryo) -"OI" = (/obj/structure/table/standard,/obj/item/material/minihoe,/obj/item/reagent_containers/glass/bucket,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"OJ" = (/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/structure/filingcabinet,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"OK" = (/obj/effect/paint_stripe/red,/obj/structure/sign/warning,/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) -"OL" = (/obj/structure/sign/scp/keter_scp{pixel_y = -32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"OM" = (/obj/machinery/button/blast_door{dir = 8; id_tag = "Control Subject Preparation"; name = "Control Subject Preparation"; pixel_x = 24; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"ON" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"OO" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"OP" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"OR" = (/obj/structure/mopbucket,/obj/item/mop,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_ridged,/area/site53/uhcz/scp8containment) -"OS" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/camera/autoname{dir = 8; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"OT" = (/obj/machinery/door/airlock/highsecurity{name = "Prep and Equipment"; req_access = list("ACCESS_SECURITY_LEVEL4")},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"OU" = (/obj/effect/catwalk_plated/white,/obj/machinery/door/airlock/highsecurity{name = "SCP-008"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor,/area/site53/uhcz/scp8containment) -"OV" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"OW" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) -"OX" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) -"OY" = (/obj/item/trash/cigbutt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/mine/unexplored) -"OZ" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Pa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/light/small/red,/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) -"Pb" = (/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"Pc" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Pd" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"Pe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Pf" = (/obj/effect/catwalk_plated,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"Pg" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Entity Cage"; name = "Entity Cage"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Ph" = (/obj/structure/table/standard,/obj/item/ironingiron,/obj/item/ironingiron,/obj/item/ironingiron,/obj/item/ironingiron,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"Pi" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/space) -"Pk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"Pl" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"Pm" = (/obj/effect/decal/cleanable/cobweb2,/obj/structure/table/woodentable,/obj/item/storage/toolbox/electrical,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"Pn" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"Po" = (/obj/structure/table/rack,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/regular,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/toxin,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/machinery/camera/network/scp049{dir = 4; name = "SCP-049 Medical Storage"},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"Pp" = (/obj/machinery/papershredder,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Pq" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Pr" = (/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Ps" = (/obj/structure/crematorium{dir = 4; id = "scp8crem"},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"Pt" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Pu" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/closet{name = "D-Class Medical Storage"},/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/head/nursehat,/obj/item/clothing/head/nursehat,/obj/item/clothing/head/nursehat,/obj/item/clothing/glasses/hud/health/visor,/obj/item/clothing/glasses/hud/health/visor,/obj/item/clothing/glasses/hud/health/visor,/obj/item/device/scanner/health,/obj/item/device/scanner/health,/obj/item/device/scanner/health,/obj/item/storage/belt/medical/emt,/obj/item/storage/belt/medical/emt,/obj/item/storage/belt/medical/emt,/obj/item/storage/box/armband/med,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Pv" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/item/auto_cpr,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Pw" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"Px" = (/obj/structure/sign/scp/safe_scp{pixel_x = -32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"Py" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/traffic{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"Pz" = (/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/gun/energy/lasertag,/obj/item/gun/energy/lasertag,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"PA" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"PB" = (/obj/effect/floor_decal/corner/red/border,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"PC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"PD" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"PE" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkcryo) -"PF" = (/obj/machinery/button/crematorium{id_tag = "scp8crem"; pixel_y = -24; req_access = list("ACCESS_SCIENCE_LEVEL4")},/obj/structure/crematorium{dir = 8; id = "scp8crem"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"PG" = (/obj/structure/table/woodentable,/obj/machinery/light,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"PH" = (/obj/item/clothing/gloves/latex/nitrile,/obj/item/reagent_containers/spray/cleaner,/obj/item/clothing/suit/surgicalapron,/obj/item/clothing/mask/surgical,/obj/structure/table/rack,/obj/item/defibrillator/loaded,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"PI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"PJ" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Airlock Observation Window Shutter"; name = "049 Airlock Observation Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"PK" = (/obj/machinery/portable_atmospherics/hydroponics/soil,/obj/machinery/light,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"PL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"PN" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"PO" = (/obj/machinery/shieldwallgen{active = 1; anchored = 1; max_range = 21; req_access = list()},/obj/structure/sign/scp/keter_scp{pixel_y = 32},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"PQ" = (/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"PR" = (/obj/structure/closet/secure_closet/freezer/kitchen{req_access = newlist()},/obj/machinery/light{dir = 4},/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"PS" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"PT" = (/obj/effect/catwalk_plated/dark,/obj/structure/sign/directions/ez{dir = 8; pixel_x = 30},/turf/simulated/floor,/area/site53/lhcz/hallway) -"PU" = (/obj/structure/iv_drip,/obj/effect/floor_decal/industrial/firstaid{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"PV" = (/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"PW" = (/obj/machinery/job_terminal/unlocked,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"PX" = (/obj/machinery/chemical_dispenser/full,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"PY" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"PZ" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters/open{dir = 4; icon_state = "shutter0"; id_tag = "Security Bubble Door"; name = "Security Bubble Door"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Qa" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Qc" = (/obj/effect/decal/cleanable/cobweb2,/obj/effect/decal/cleanable/blood,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Qd" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/steel_ridged,/area/site53/uhcz/scp8containment) -"Qe" = (/obj/structure/bed/chair/office,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Qf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Qg" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) -"Qh" = (/obj/machinery/organ_printer/flesh/mapped,/obj/item/storage/box/freezer,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Qi" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/dclass/primaryhallway) -"Qj" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/closet/secure_closet/hydroponics_dclass,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"Qk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"Ql" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Qm" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Qn" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"Qo" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Qp" = (/obj/machinery/light/small{dir = 8},/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"Qq" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Qr" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine{department = "SCP-151 Containment Chamber"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"Qs" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) -"Qt" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Qu" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) -"Qv" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Qw" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light,/obj/machinery/chem_master,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Qx" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/paper/dcell,/obj/item/spacecash/bundle/c100,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Qy" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{id_tag = "106cycle"; locked = 1; name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"Qz" = (/obj/structure/table/standard,/obj/machinery/reagent_temperature/cooler{pixel_x = 7},/obj/machinery/reagent_temperature{pixel_x = -7},/obj/effect/floor_decal/corner/yellow/mono,/obj/item/stack/material/phoron/ten,/obj/item/stack/material/phoron/ten,/obj/item/stack/material/phoron/ten,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"QA" = (/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"QB" = (/obj/machinery/door/airlock/highsecurity{name = "Experimentation Center"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/shutters{id_tag = "Infected Subject Area"; name = "Infected Subject Area"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"QC" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"QD" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"QE" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"QF" = (/obj/structure/table/standard,/obj/item/clothing/head/chefhat,/obj/item/clothing/head/chefhat,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"QG" = (/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/obj/machinery/button/blast_door{id_tag = "247lockdown"; name = "Containment Unit Lockdown button"; pixel_y = 24},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"QH" = (/obj/structure/mattress/dirty,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"QI" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"QJ" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/loading{dir = 8; name = "Entry Line"},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbay"; name = "CDZ Medbay"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"QK" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"QL" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "049 Living Room Access"; name = "049 Living Room Access"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"QM" = (/obj/machinery/seed_extractor,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"QN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"QO" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"QP" = (/obj/effect/paint_stripe/gray,/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"QQ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/dclass{name = "\improper Mandatory Search!"; pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"QS" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"QT" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/autoname{c_tag = "SCP-008-3"; dir = 4; network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"QU" = (/obj/structure/table/reinforced,/obj/machinery/light/spot{dir = 8},/obj/item/clothing/gloves/latex/nitrile,/obj/item/clothing/mask/surgical,/obj/item/clothing/suit/surgicalapron,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/reagent_containers/spray/cleaner,/obj/machinery/flasher{id_tag = "EMTflashCDZ"; name = "Medical Flash"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"QV" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-500 Security Checkpoint"; req_access = list(list("ACCESS_SECURITY_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"QX" = (/obj/effect/floor_decal/corner/purple/border{dir = 9},/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"QY" = (/obj/effect/paint_stripe/gray,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"QZ" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) -"Ra" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"Rb" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Observation Shutter Central"; name = "Observation Shutter Central"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Rc" = (/obj/item/taperoll/engineering,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"Rd" = (/obj/structure/table/reinforced,/obj/machinery/light/spot{dir = 1},/obj/machinery/button/blast_door{dir = 1; id_tag = "Security Bubble Window"; name = "Entry Bubble Windows"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "Security Bubble Door"; name = "Security Bubble Door"; pixel_y = -2; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Re" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/medical{name = "Medical Storage"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_MEDICAL"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Rf" = (/obj/structure/table/steel_reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/item/storage/pill_bottle/scp500,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Rg" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/table,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"Rh" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Ri" = (/obj/structure/stairs/east,/turf/simulated/floor/lino,/area/site53/engineering/server_room) -"Rj" = (/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/structure/table/reinforced,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Rk" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"Rl" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Rm" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Rn" = (/obj/machinery/optable,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Ro" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) -"Rp" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"Rq" = (/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"},/obj/effect/decal/cleanable/dirt,/obj/effect/spider/stickyweb,/turf/simulated/floor,/area/site53/llcz/mine/unexplored) -"Rr" = (/obj/structure/table/reinforced,/obj/item/material/kitchen/rollingpin,/obj/item/clothing/suit/chef/classic,/obj/item/clothing/head/collectable/chef,/obj/item/toy/figure/chef,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Rs" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"Rt" = (/obj/machinery/door/airlock/science{name = "SCP-173 Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Ru" = (/obj/machinery/light{dir = 8},/obj/machinery/camera/network/scp049{dir = 4; name = "SCP-049 Operating Theatre"},/obj/structure/table/glass,/obj/item/storage/firstaid/surgery,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"Rv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Rw" = (/obj/structure/bookcase/manuals/medical,/obj/machinery/light{dir = 8},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) -"Rx" = (/obj/structure/table/reinforced,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/machinery/light/spot{dir = 4},/obj/effect/floor_decal/corner/b_green/mono,/obj/item/storage/medical_lolli_jar,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Ry" = (/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/obj/item/storage/box/gloves,/obj/item/storage/box/masks,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"Rz" = (/obj/item/tape_roll,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"RA" = (/obj/structure/skele_stand,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"RB" = (/obj/item/cane{desc = "The very cane used by the Liberator. It strikes terror in the men in white, but for the men in orange, it inspires."; force = 7; name = "the Liberators cane"},/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"RC" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"RD" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"RE" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"RF" = (/obj/structure/hygiene/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/item/storage/mirror{pixel_x = -23; pixel_y = 5},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"RG" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{req_access = list("ACCESS_SECURITY_LEVEL2"); name = "Block 2"; id_tag = "Warning2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"RH" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost) -"RI" = (/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"RJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) -"RK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid/corner,/obj/machinery/door/airlock/medical{name = "Surgery"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"RL" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Observation Shutter Cage"; name = "Observation Shutter Cage"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"RM" = (/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"RN" = (/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"RO" = (/obj/machinery/door/airlock/maintenance{name = "SCP-173 Cleaning Supplies"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "173custodial"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"RP" = (/obj/effect/paint_stripe/gray,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"RQ" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"RR" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"RS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"RT" = (/obj/machinery/door/airlock/security{name = "D-Block"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/botany) -"RU" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"RV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"RW" = (/obj/machinery/floodlight,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"RX" = (/obj/machinery/light,/obj/effect/catwalk_plated,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"RY" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor,/area/site53/lhcz/hallway) -"RZ" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/warning/corner{dir = 8; icon_state = "warningcorner"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Sa" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) -"Sb" = (/obj/effect/floor_decal/industrial/firstaid/corner{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Sc" = (/obj/machinery/door/airlock/civilian{name = "D-Class Cryo"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) -"Sd" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Test Subject Line East"; name = "Test Subject Line East"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Se" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 10},/obj/item/storage/mirror{dir = 4; pixel_x = 23; pixel_y = 5},/turf/simulated/floor/tiled/freezer,/area/site53/lhcz/scp049containment) -"Sf" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/science{name = "SCP-012 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Sg" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Bedroom Window Shutter"; name = "049 Bedroom Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"Sh" = (/obj/machinery/light,/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"Si" = (/obj/item/bone/skull/deer,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"Sj" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Sk" = (/obj/machinery/contraband_detector,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) -"Sl" = (/obj/machinery/door/airlock/research{name = "Containment Chamber"; req_access = list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3")},/obj/machinery/door/blast/regular{dir = 8; id_tag = "third3"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Sm" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/deliveryChute{dir = 8},/obj/machinery/door/window{dir = 8; name = "DANGER: LEADS TO SCP-012 CHAMBER"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Sn" = (/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"So" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/door/blast/shutters{id_tag = "Observation Shutter Cage"; name = "Observation Shutter Cage"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"Sp" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/machinery/alarm{dir = 8; pixel_x = 25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/dark/monotile,/area/site53/ulcz/scp173) -"Sq" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/roller,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Ss" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"St" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) -"Su" = (/obj/structure/closet/radiation,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"Sv" = (/obj/structure/janitorialcart,/turf/simulated/floor/tiled/steel_ridged,/area/site53/uhcz/scp8containment) -"Sw" = (/obj/effect/floor_decal/corner/purple/border{dir = 6},/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Sx" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Sy" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Sz" = (/obj/machinery/body_scanconsole{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"SA" = (/obj/machinery/smartfridge/chemistry,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"SB" = (/obj/structure/sign/warning/biohazard{pixel_y = 34},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/unary/tank,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"SC" = (/obj/machinery/button/blast_door{id_tag = "scp8panic"; name = "Panic button"; pixel_y = 24},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"SD" = (/obj/machinery/light{dir = 1},/obj/effect/catwalk_plated,/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"SE" = (/obj/effect/landmark/start{name = "Class D"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"SF" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{dir = 4; id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"SG" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"SH" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"SJ" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"SK" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"SL" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Control Subject Preparation"; name = "Control Subject Preparation"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"SM" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"SN" = (/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"SO" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"SP" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Office Window Shutter"; name = "049 Office Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"SQ" = (/obj/structure/closet/secure_closet/paramedic,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/device/flash,/obj/item/device/flash,/obj/item/clothing/glasses/sunglasses,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"SR" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"SS" = (/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"ST" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"SU" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/flasher{id_tag = "EMTflashCDZ"; name = "Medical Flash"},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"SV" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/scp049containment) -"SW" = (/obj/structure/closet/crate/bin,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/book/manual/scp/medsop,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"SX" = (/obj/structure/table/reinforced,/obj/item/taperoll/medical,/obj/item/taperoll/medical,/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/b_green/mono,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"SY" = (/obj/structure/railing/mapped,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"SZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "dchecksouth"; name = "South Blastdoors"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Booth Windows South"; name = "DCZ Booth Windows South"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) -"Ta" = (/obj/structure/table/rack,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/plasteel/fifty,/obj/item/stack/material/plasteel/fifty,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"Tb" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"Tc" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Te" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Tf" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 8},/turf/simulated/floor,/area/site53/lhcz/hallway) -"Tg" = (/obj/structure/ore_box,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) -"Th" = (/obj/structure/table/standard,/obj/item/storage/lockbox/vials,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Ti" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Tj" = (/obj/machinery/vending/hydroseeds/generic,/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"Tk" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"Tl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) -"Tm" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkequip) -"Tn" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) -"To" = (/obj/structure/table/rack,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/electrical,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"Tp" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/obj/item/screwdriver,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_y = 28},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Tq" = (/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{id_tag = "SCP 008 Storage"; name = "SCP 008 Storage"},/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) -"Tr" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Ts" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor,/area/site53/llcz/mine/unexplored) -"Tt" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Tu" = (/turf/simulated/floor,/area/site53/llcz/mine/unexplored) -"Tv" = (/obj/machinery/door/airlock/highsecurity{name = "Outbreak Gear"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Tw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) -"Tx" = (/obj/machinery/computer/operating,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) -"Ty" = (/obj/structure/table/standard,/obj/item/device/camera,/obj/item/device/camera_film,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Tz" = (/mob/living/simple_animal/hostile/scarybat{faction = "Shaft"},/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) -"TA" = (/obj/structure/table/standard,/obj/machinery/door/blast/shutters/open{id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpoint) -"TB" = (/obj/machinery/camera/autoname{dir = 8; network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"TC" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"TD" = (/obj/machinery/firealarm{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"TE" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"TF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"TG" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"TH" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/surgery) -"TI" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-500 Cable Maintenance"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"TJ" = (/obj/structure/table/standard,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"TK" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"TM" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"TN" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/warning/smoking,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) -"TO" = (/obj/machinery/button/femur_breaker{pixel_y = 22},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"TP" = (/obj/item/device/taperecorder,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"TQ" = (/obj/effect/floor_decal/corner/purple/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"TR" = (/obj/effect/catwalk_plated,/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"TS" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) -"TT" = (/obj/effect/landmark{name = "scp173"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"TU" = (/obj/effect/floor_decal/corner/purple/border{dir = 10},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"TV" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/blast/regular{id_tag = "049 South Section Entryway"; name = "049 South Section Entryway"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"TW" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/warning/moving_parts,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) -"TX" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) -"TY" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"TZ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Ua" = (/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Ub" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Uc" = (/obj/machinery/light{dir = 1},/obj/structure/closet/jcloset_torch,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) -"Ud" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped{dir = 1},/obj/machinery/camera/network/scp049{dir = 1; name = "SCP-049 Access Gatehouse"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"Ue" = (/obj/structure/table/standard,/obj/machinery/firealarm{dir = 8; name = "emergency alarm"},/obj/effect/floor_decal/industrial/firstaid,/obj/machinery/camera/autoname{c_tag = "SCP-008-2"; dir = 4; network = list("Engineering Network")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Ug" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped,/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage"; name = "Entity Cage"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"Uh" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "SCP-500"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor,/area/site53/lhcz/hallway) -"Ui" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) -"Uj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/sign/dclass{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) -"Uk" = (/obj/effect/catwalk_plated/white,/obj/machinery/light{dir = 4},/turf/simulated/floor/plating,/area/site53/ulcz/scp173) -"Ul" = (/obj/structure/table/reinforced,/obj/machinery/camera/network/lcz,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/stack/medical/splint,/obj/item/stack/medical/splint,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Um" = (/obj/machinery/light,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Un" = (/obj/structure/table/standard,/obj/item/storage/box/freezer,/obj/item/storage/box/bodybags,/obj/item/device/radio,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"Uo" = (/obj/structure/hygiene/shower{dir = 8},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"Up" = (/obj/structure/table/rack,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"Uq" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Ur" = (/obj/structure/flora/ausbushes/leafybush,/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) -"Us" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/storage/bible/bible,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Ut" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"Uu" = (/turf/unsimulated/mineral,/area/site53/uhcz/scp8containment) -"Uv" = (/obj/structure/railing/mapped,/obj/machinery/button/blast_door{dir = 1; id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Uw" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"Ux" = (/obj/structure/table/standard,/obj/item/folder/red,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Uy" = (/obj/structure/table/standard,/obj/machinery/microscope,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Uz" = (/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/obj/structure/cable,/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"UA" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{req_access = list("ACCESS_SECURITY_LEVEL2"); name = "Block 3"; id_tag = "Warning3"},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"UB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"UC" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/bar_coffee/full,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"UD" = (/obj/structure/table/reinforced,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"UE" = (/obj/machinery/reagentgrinder,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"UG" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"UI" = (/obj/machinery/light,/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green,/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"UJ" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/camera/network/scp049{dir = 4; name = "SCP-049 Containment Chamberlock"},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"UK" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) -"UL" = (/obj/machinery/door/airlock/highsecurity{name = "Local Virology"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"UM" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"UN" = (/obj/machinery/door/airlock/glass/civilian{name = "Free store"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"UO" = (/obj/machinery/alarm{pixel_y = 23; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"UP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"UQ" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"UR" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"UT" = (/obj/effect/decal/cleanable/flour,/obj/effect/landmark/corpse/classd,/obj/item/device/camera/tvcamera,/obj/item/device/radio/headset,/obj/item/integrated_circuit/input/gps,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"UU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"UV" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"UW" = (/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"UX" = (/obj/structure/morgue{dir = 2},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) -"UY" = (/obj/structure/virology/analyser,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"UZ" = (/obj/structure/bed/chair/wood{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"Va" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Vb" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/clothing/accessory/armband/med,/obj/item/clothing/accessory/armband/med,/obj/item/clothing/accessory/armband/med,/obj/item/clothing/accessory/armband/med,/obj/item/clothing/accessory/armband/med,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Vc" = (/obj/structure/table/standard,/obj/machinery/camera/autoname{dir = 1; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Vd" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"Ve" = (/obj/effect/floor_decal/industrial/warning{dir = 5; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Vf" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Vg" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-1102-RU"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor,/area/site53/lhcz/hallway) -"Vh" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"; req_access = list("ACCESS_SCIENCE_LEVEL4")},/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/storage/box/syringes,/obj/item/storage/box/syringes,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"Vi" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/door/blast/shutters{id_tag = "Observation Shutter Central"; name = "Observation Shutter Central"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"Vj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Vk" = (/obj/effect/decal/cleanable/blood/splatter,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"Vl" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Office Window Shutter"; name = "049 Office Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) -"Vm" = (/obj/machinery/firealarm{name = "emergency alarm"; pixel_y = 17},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Vn" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/med_checkpointoverlook) -"Vo" = (/obj/machinery/light_construct{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) -"Vp" = (/obj/structure/table/standard,/obj/machinery/light{dir = 1},/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Vq" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"Vr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Vs" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"Vt" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "173emerg"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Vu" = (/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/port_gen/pacman/mrs,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"Vv" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Vw" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Vy" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/surgery) -"Vz" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"VA" = (/obj/structure/bed/chair,/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"VB" = (/obj/machinery/button/blast_door{id_tag = "DCZChem"; name = "Chemistry Shutters"; pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"VC" = (/obj/effect/floor_decal/corner/purple/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"VE" = (/obj/machinery/door/firedoor{dir = 4},/obj/machinery/door/blast/regular/open{dir = 8; icon_state = "pdoor0"; id_tag = "scp8panic"; name = "SCP-008 Lockdown shutter"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/external/glass/bolted/cycling{id_tag = "scp8_interior"},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"VF" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/blast_door{dir = 4; id_tag = "Control Subject Area"; name = "Control Subject Area"; pixel_x = -23},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"VG" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"VH" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/machinery/door/window/brigdoor/eastleft{name = "SCP-500 Primary Containment Module Door"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"VJ" = (/obj/machinery/organ_printer/flesh/mapped,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"VK" = (/obj/structure/table/steel_reinforced,/obj/machinery/button/blast_door{id_tag = "right500"},/obj/effect/floor_decal/corner/purple/border{dir = 6},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"VL" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"VM" = (/obj/structure/table/rack,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/plastic/fifty,/obj/item/stack/material/plastic/fifty,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"VN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"VO" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/bucket,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"VP" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/engineering/maintenance/llczmaint) -"VQ" = (/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/loading{dir = 4; name = "Exit Line"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbay"; name = "CDZ Medbay"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"VR" = (/obj/effect/paint_stripe/white,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/prepainted,/area/site53/engineering/maintenance/llczmaint) -"VS" = (/obj/effect/floor_decal/industrial/loading{dir = 8; name = "Entry Line"},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbay"; name = "CDZ Medbay"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"VT" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Maintenance Closet"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"VU" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage"; name = "Entity Cage"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) -"VV" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/photo{name = "strange photo"; desc = "there's a white man in the photo, his face is crossed out with something sharp...I think I've heard of him somewhere."},/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"VW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"VZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"Wa" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Wb" = (/obj/structure/hygiene/shower{dir = 4},/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"Wc" = (/obj/structure/hygiene/sink{dir = 1; pixel_y = 11},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Wd" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-1102-RU"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) -"We" = (/obj/structure/closet/secure_closet/guard/riotshotguns,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) -"Wf" = (/obj/machinery/access_button/airlock_exterior{master_tag = "scp8_airlock"; pixel_x = 25; pixel_y = -25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 14},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Wg" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/machinery/door/airlock/multi_tile/glass/civilian{id_tag = "lczairlock1"; name = "D-class"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"Wh" = (/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Wi" = (/obj/structure/sign/scp/euclid_scp{pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"Wj" = (/obj/machinery/chem_master,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) -"Wl" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"Wm" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Medical Supply Storage Window Shutter"; name = "049 Medical Supply Storage Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"Wn" = (/obj/structure/closet/crate,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Wo" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Wp" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "first1"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Wq" = (/obj/effect/decal/cleanable/blood/splatter,/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) -"Wr" = (/obj/machinery/camera/network/hcz,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"Ws" = (/obj/structure/table/steel_reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/machinery/door/window/brigdoor/eastleft,/obj/item/storage/briefcase/scp1102ru,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Wt" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) -"Wu" = (/obj/structure/bed/roller/ironingboard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"Wv" = (/obj/structure/railing/mapped,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"Ww" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Wx" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Wy" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 14},/obj/machinery/door/airlock/external/glass/bolted/cycling{id_tag = "scp8_exterior"},/obj/machinery/door/blast/regular/open{dir = 8; icon_state = "pdoor0"; id_tag = "scp8panic"; name = "SCP-008 Lockdown shutter"},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Wz" = (/obj/machinery/barrier,/obj/machinery/camera/network/lcz{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"WA" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"WB" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/pen,/obj/item/paper_bin,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) -"WC" = (/obj/effect/floor_decal/corner/purple/border{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"WD" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/lhcz/hallway) -"WE" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"WF" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) -"WG" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) -"WH" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"WI" = (/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"WJ" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"WK" = (/obj/machinery/seed_extractor,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) -"WL" = (/obj/item/reagent_containers/food/drinks/cans/sodawater,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"WM" = (/obj/machinery/door/airlock/highsecurity/bolted{name = "SCP-500 Secure Containment Cell"; req_access = list(list("ACCESS_SECURITY_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"WN" = (/obj/structure/hygiene/sink{dir = 8; pixel_x = -12},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"WO" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/llcz/scp500) -"WP" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lhcz/hallway) -"WQ" = (/obj/machinery/button/blast_door{dir = 8; id_tag = "Infected Subject Area"; name = "Infected Subject Area"; pixel_x = 22; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"WR" = (/obj/machinery/light,/obj/structure/ore_box,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) -"WS" = (/obj/structure/morgue{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) -"WT" = (/obj/effect/paint_stripe/gray,/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/dclass/reeducation) -"WU" = (/obj/effect/floor_decal/industrial/firstaid/corner{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"WV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) -"WW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"WX" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/surgery) -"WY" = (/obj/machinery/camera/network/hcz{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"WZ" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/hcz,/turf/simulated/floor,/area/site53/lhcz/hallway) -"Xa" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Xb" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/traffic{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"Xc" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Xe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Xf" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/machinery/button/blast_door{id_tag = "third3"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"Xg" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Test Subject Line East"; name = "Test Subject Line East"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Xh" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Xi" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"Xj" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Entity Cage"; name = "Entity Cage"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Xk" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Xl" = (/obj/structure/closet/l3closet/virology,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"Xm" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) -"Xn" = (/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"Xo" = (/obj/structure/table/reinforced,/obj/item/beach_ball,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Xp" = (/obj/machinery/door/airlock/highsecurity{name = "Janitoral Equipment"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"Xq" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 8},/turf/simulated/floor,/area/site53/lhcz/hallway) -"Xr" = (/obj/item/paper{name = "hand-written note"; info = "FUCK FUCK FUCK!!! They promised to get me out of here! I'm D-9174 at least they made me think so, I've been digging for about two hundred hours.... fuck! HE SAID HE WAS GOING TO GET ME OUT OF HERE! they made me fall asleep next to a fucking painting, I was in my house first, then I dug, I dug almost without interruptions! HE SAID THAT THEY WOULD SAVE ME! fuck! fuck! fuck! I'm gradually suffocating, there's a bunch of MY FUCKING corpses, I dug into this fucking room, it shows hope, I hear someone digging already under me, I brought some tools with me, I hope someone finds me and saves me......."},/obj/item/pen,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"Xt" = (/obj/machinery/button/crematorium{id_tag = "scp8crem"; pixel_x = -24; req_access = list("ACCESS_SCIENCE_LEVEL4")},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"Xu" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "173"; name = "Southern 173 Gate"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "173north"; name = "Northern 173 Gate"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Xv" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/roller,/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"Xw" = (/obj/structure/hygiene/sink/kitchen{dir = 8; name = "surgery sink"; pixel_x = 21},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) -"Xx" = (/obj/machinery/chem_master,/obj/effect/floor_decal/corner/yellow/mono,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) -"Xy" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) -"Xz" = (/obj/structure/iv_drip,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"XA" = (/obj/effect/floor_decal/industrial/traffic{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"XB" = (/obj/structure/closet/secure_closet,/obj/item/material/twohanded/spear,/obj/item/material/knife/combat,/obj/item/material/knife/combat,/obj/item/material/twohanded/fireaxe,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"XC" = (/obj/structure/closet/crate/freezer,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/effect/floor_decal/corner/b_green/mono,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"XD" = (/obj/effect/floor_decal/corner/purple/border{dir = 5},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"XE" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"XF" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/turf/simulated/floor/tiled/dark/monotile,/area/site53/ulcz/scp173) -"XG" = (/obj/machinery/camera/autoname{dir = 1; network = list("SCP-247 CCTV Network")},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"XH" = (/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) -"XI" = (/obj/structure/closet/l3closet,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"XJ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"XK" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) -"XL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"XM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/device/radio/intercom/locked{dir = 8; name = "intercom (SCP-012)"; pixel_x = 32},/obj/effect/catwalk_plated,/obj/machinery/light/small/red{dir = 4; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/llcz/scp012) -"XN" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Observation Shutter Control Subject"; name = "Observation Shutter Control Subject"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"XP" = (/obj/structure/bed/chair/wheelchair{dir = 8},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"XQ" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/reagent_containers/ivbag/blood/OMinus,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"XR" = (/obj/machinery/stove,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"XS" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"XT" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"XU" = (/obj/item/trash/cigbutt,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"XV" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) -"XW" = (/obj/structure/table/standard,/obj/item/storage/box/beakers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) -"XX" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder{pixel_y = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"XY" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 West Section Habitations"; name = "049 West Section Habitations"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "049 East Section Medical"; name = "049 East Section Medical"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"XZ" = (/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) -"Ya" = (/obj/machinery/light,/obj/structure/hygiene/toilet{dir = 4},/turf/simulated/floor/tiled/freezer,/area/site53/lhcz/scp049containment) -"Yb" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor,/area/site53/llcz/mine/unexplored) -"Yc" = (/obj/structure/railing/mapped,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) -"Yd" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"Ye" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 0},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"Yf" = (/obj/structure/hygiene/shower{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Yg" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/maintenance) -"Yh" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Yi" = (/obj/structure/hygiene/shower{dir = 8},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 14},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"Yj" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/valve/shutoff/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) -"Yk" = (/obj/structure/bed/roller/ironingboard,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) -"Yl" = (/obj/item/clothing/gloves/thick/botany,/obj/item/material/minihoe,/obj/structure/closet/secure_closet/hydroponics_torch,/obj/item/reagent_containers/glass/bucket,/obj/item/shovel/spade,/obj/item/device/radio/headset/headset_service,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"Ym" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) -"Yn" = (/obj/structure/table/standard,/obj/machinery/light,/obj/item/device/taperecorder,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Yo" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Airlock Observation Window Shutter"; name = "049 Airlock Observation Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "049 South Section Entryway"; name = "049 South Section Entryway"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"Yp" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"Yr" = (/obj/structure/sign/directions/ez{pixel_y = -30},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"Ys" = (/obj/structure/virology/centrifuge,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Yt" = (/obj/machinery/door/airlock/hatch/maintenance{name = "LHCZ Maintenance"; req_access = list("ACCESS_SCIENCE_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"Yu" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Yv" = (/obj/machinery/light{dir = 8},/obj/structure/bed/roller,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Yw" = (/obj/structure/closet/acloset,/obj/item/gun/projectile/revolver/holdout,/obj/item/paper{info = "To whoever this may concern : if you found this, nicely done, you got yourself a gun, and perhaps a shot at freedom. The guards are well armoured, so be careful. Find the correct opportunity. I no longer need it, and if they found this in my cell or worse, on me, I'd be in a whole world of trouble. Take it, hide it, don't show it to anyone. -A friend in orange"; name = "hand-written note"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) -"Yx" = (/obj/effect/floor_decal/industrial/firstaid{dir = 1},/obj/machinery/access_button/airlock_interior{master_tag = "scp8_airlock"; pixel_x = -25; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"Yy" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz,/turf/simulated/floor,/area/site53/lhcz/hallway) -"Yz" = (/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) -"YA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"YB" = (/obj/machinery/door/airlock/highsecurity{name = "Experimentation Center"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/shutters{id_tag = "Control Subject Area"; name = "Control Subject Area"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"YC" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/machinery/portable_atmospherics/hydroponics/soil,/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) -"YD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/industrial/firstaid{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) -"YE" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor,/area/site53/lhcz/hallway) -"YF" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/machinery/photocopier/faxmachine{department = "IT Department"; send_access = list(500)},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) -"YH" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"YI" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"YJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{id_tag = "106cycle"; locked = 1; name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"YK" = (/obj/item/device/radio,/obj/item/device/radio,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"YL" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"YM" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) -"YN" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) -"YO" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"YP" = (/obj/structure/hygiene/sink/kitchen{pixel_y = 22},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"YQ" = (/obj/structure/hygiene/sink{dir = 1; pixel_y = 16},/obj/machinery/camera/autoname{c_tag = "SCP-008-1"; dir = 4; network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"YR" = (/obj/machinery/light,/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) -"YS" = (/turf/simulated/floor/exoplanet/volcanic,/area/site53/llcz/mine/unexplored) -"YU" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{dir = 4; id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) -"YV" = (/obj/item/tape_roll,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) -"YW" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"YX" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) -"YY" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 0},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"YZ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) -"Za" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "SCP-008 Observation"; send_access = list(204)},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) -"Zb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/sign/scp/euclid_scp{pixel_y = -32},/turf/simulated/floor,/area/site53/uhcz/scp106parts) -"Zc" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) -"Zd" = (/obj/structure/kitchenspike,/obj/item/material/knife/kitchen/cleaver,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) -"Ze" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) -"Zg" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Zh" = (/obj/structure/table/standard,/obj/item/storage/box/syringes,/obj/item/storage/box/syringes,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"Zi" = (/obj/machinery/requests_console{department = "Archives"; departmentType = 5; pixel_y = -32},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) -"Zj" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/item/pen,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) -"Zl" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/science{name = "SCP-012 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Zm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/standard,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"Zn" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 1},/obj/machinery/microwave{pixel_y = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) -"Zo" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/clothing/accessory/armband/cargo,/obj/item/clothing/accessory/armband/cargo,/obj/item/clothing/accessory/armband/cargo,/obj/item/clothing/accessory/armband/cargo,/obj/item/clothing/accessory/armband/cargo,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) -"Zp" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/unsimulated/mineral,/area/site53/llcz/mining/miningops) -"Zq" = (/obj/structure/table/standard,/obj/item/storage/toolbox/mechanical{pixel_y = 8},/obj/item/storage/toolbox/electrical,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) -"Zr" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/morgue) -"Zs" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"Zt" = (/obj/structure/cable/green,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) -"Zu" = (/obj/structure/closet,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) -"Zv" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/scp500) -"Zw" = (/obj/structure/curtain/open/shower,/obj/structure/hygiene/shower,/turf/simulated/floor/tiled/freezer,/area/site53/lhcz/scp049containment) -"Zx" = (/obj/machinery/button/blast_door{id_tag = "247lockdown"; name = "Containment Unit Lockdown button"; pixel_y = 24; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) -"Zy" = (/obj/machinery/camera/network/lcz{name = "SCP-500"},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) -"Zz" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) -"ZA" = (/obj/effect/floor_decal/industrial/traffic{dir = 4},/obj/machinery/firealarm{dir = 1; name = "emergency alarm"; pixel_y = -27},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) -"ZB" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) -"ZC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "Medical Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) -"ZD" = (/obj/structure/hygiene/shower{dir = 8},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) -"ZE" = (/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"ZF" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"ZG" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/hallways) -"ZH" = (/obj/effect/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) -"ZI" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) -"ZJ" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"ZK" = (/obj/machinery/camera/network/scp012{c_tag = "Containment Chamber"},/obj/effect/catwalk_plated,/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/llcz/scp012) -"ZL" = (/obj/machinery/vending/medical{name = "D-Block NanoMed Plus"; req_access = list("ACCESS_DCLASS_MEDICAL")},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) -"ZM" = (/obj/machinery/door/airlock/highsecurity{name = "Experimentation Center"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/shutters{id_tag = "Control Subject Area"; name = "Control Subject Area"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"ZN" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) -"ZO" = (/obj/structure/mattress/dirty,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) -"ZP" = (/obj/machinery/light{dir = 1},/obj/structure/closet/l3closet/virology,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) -"ZQ" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-008"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/shutters{id_tag = "SCP 008 Storage"; name = "SCP 008 Storage"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) -"ZR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) -"ZS" = (/obj/item/paper/d_class_guide,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) -"ZT" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) -"ZU" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) -"ZW" = (/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{id_tag = "Entity Cage"; name = "Entity Cage"},/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) -"ZX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) -"ZY" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) -"ZZ" = (/obj/structure/table/rack,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/head/cowboy_hat,/obj/item/clothing/gloves/thick,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"aaj" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 8},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"aaq" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"abn" = (/obj/structure/closet/secure_closet/guard/riotshotguns,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"abM" = (/obj/structure/stairs/east,/turf/simulated/floor/lino,/area/site53/engineering/server_room) +"acd" = (/obj/structure/closet,/obj/item/clothing/under/suit_jacket/female,/obj/item/clothing/under/suit_jacket/navy,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/red,/obj/item/clothing/under/suit_jacket/tan,/obj/item/device/synthesized_instrument/synthesizer,/obj/item/clothing/under/hosformalmale{name = "Admiral uniform"},/obj/item/clothing/suit/storage/leather_jacket,/obj/item/clothing/suit/storage/toggle/hoodie/black,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/under/rank/security/isd/suit,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"acw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) +"acD" = (/obj/effect/floor_decal/industrial/loading{dir = 4; name = "Exit Line"},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbay"; name = "CDZ Medbay"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"acF" = (/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"adj" = (/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"adF" = (/obj/structure/table/reinforced,/obj/item/beach_ball/holovolleyball,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"adW" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"aek" = (/obj/structure/closet/crate,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"ahs" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line2"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/assignmentbubble) +"ahu" = (/obj/machinery/button/blast_door{id_tag = "explockdown"; name = "Containment Center Lockdown button"; pixel_y = 24},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"ahV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"aiI" = (/obj/machinery/status_display,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/ulcz/scp173) +"ajW" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Lower Heavy Containment Zone Bypass"},/obj/structure/cable/green{d2 = 6; icon_state = "0-6"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"aki" = (/turf/unsimulated/mineral,/area/site53/llcz/dclass/reeducation) +"akm" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber Intake"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"aks" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"akR" = (/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"akX" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/spray/cleaner,/obj/item/storage/firstaid,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"aof" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/radio/intercom/locked{dir = 4; name = "intercom (SCP-012)"; pixel_x = -32},/obj/effect/catwalk_plated,/obj/machinery/light/small/red{dir = 8; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/llcz/scp012) +"aoO" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"apM" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"apP" = (/obj/effect/floor_decal/industrial/loading{dir = 8; name = "Entry Line"},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbay"; name = "CDZ Medbay"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"aqj" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) +"aqC" = (/obj/structure/table/standard,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"aqY" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"arg" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"ark" = (/obj/structure/bed/chair/office{dir = 1},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"arW" = (/obj/effect/floor_decal/corner/purple/border{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"asH" = (/obj/machinery/firealarm{name = "emergency alarm"; pixel_y = 17},/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"ati" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"atZ" = (/obj/structure/bookcase/manuals/medical,/obj/machinery/light{dir = 8},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"awt" = (/obj/machinery/door/window/brigdoor/southright{req_access = list("ACCESS_NETWORK")},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"axi" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"axJ" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"ayp" = (/obj/structure/fireaxecabinet,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) +"ayv" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"ayA" = (/obj/machinery/camera/network/scp012{c_tag = "Preperation"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"aza" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"azw" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/autoname{c_tag = "SCP-008-3"; dir = 4; network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"azB" = (/obj/structure/hygiene/toilet{dir = 4},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"azP" = (/obj/structure/closet/secure_closet/guard/specialistshotgun,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"azV" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"aAj" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped{dir = 1},/obj/machinery/camera/network/scp049{dir = 1; name = "SCP-049 Access Gatehouse"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"aBi" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"aBR" = (/obj/machinery/camera/network/scp343{dir = 8; name = "scp347"; network = list("SCP-347 CCTV Network")},/obj/item/storage/mirror{pixel_x = 24},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"aBW" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/surgery) +"aCb" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"aDb" = (/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"aDj" = (/obj/structure/table/standard,/obj/machinery/firealarm{dir = 8; name = "emergency alarm"},/obj/effect/floor_decal/industrial/firstaid,/obj/machinery/camera/autoname{c_tag = "SCP-008-2"; dir = 4; network = list("Engineering Network")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"aDF" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"aDT" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"aEj" = (/obj/structure/closet/acloset,/obj/item/gun/projectile/revolver/holdout,/obj/item/paper{info = "To whoever this may concern : if you found this, nicely done, you got yourself a gun, and perhaps a shot at freedom. The guards are well armoured, so be careful. Find the correct opportunity. I no longer need it, and if they found this in my cell or worse, on me, I'd be in a whole world of trouble. Take it, hide it, don't show it to anyone. -A friend in orange"; name = "hand-written note"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) +"aFw" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/machinery/light/spot{dir = 4},/obj/structure/table/plastic,/obj/structure/flora/pottedplant/deskferntrim,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"aFD" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"aGc" = (/obj/machinery/camera/autoname{name = "SCP-049 Observation 1"; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"aGC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"aGR" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"aHB" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) +"aIg" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"aII" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"aJB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/sign/scp/euclid_scp{pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"aJK" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/maintenance) +"aKP" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"aLc" = (/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"aLk" = (/obj/structure/closet/l3closet/virology,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"aLu" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"aLB" = (/obj/structure/curtain/open/shower/security,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/humanoidcontainment) +"aLG" = (/obj/structure/table/standard,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"aMa" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"aMy" = (/obj/machinery/conveyor{id = "mining_internal"; id_tag = "mining_internal"},/turf/simulated/floor,/area/site53/llcz/mining/miningops) +"aMz" = (/obj/machinery/vending/soda,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"aNz" = (/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/mask/muzzle,/obj/item/clothing/ears/earmuffs,/obj/structure/closet,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"aOF" = (/obj/item/clothing/head/collectable/hardhat,/mob/living/simple_animal/hostile/meat/horrorminer{faction = "Shaft"},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"aQm" = (/obj/structure/window/reinforced/tinted,/obj/structure/window/reinforced/tinted{dir = 4},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"aQv" = (/obj/machinery/vending/medical{dir = 4},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"aQw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"aQx" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"aQE" = (/obj/machinery/light/small/red,/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"aQT" = (/obj/effect/floor_decal/scp/stop,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"aRl" = (/obj/effect/paint_stripe/gunmetal,/turf/simulated/wall/titanium,/area/site53/engineering/maintenance/lowerselfdestruct) +"aRo" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/hallway) +"aRy" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass/research{name = "Hallway"},/turf/simulated/floor,/area/site53/llcz/hallways) +"aRR" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Medical Storage"; name = "049 Medical Storage"; pixel_y = -23},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"aRW" = (/obj/effect/decal/cleanable/flour,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"aSz" = (/obj/effect/floor_decal/industrial/outline/red,/obj/item/stool/padded,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"aSD" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"aSI" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"aSS" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"aTl" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"aTv" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"aUT" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"aVd" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/storage) +"aWb" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"aWs" = (/obj/structure/hygiene/shower{dir = 4},/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"aWH" = (/obj/item/storage/box/handcuffs,/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/table/standard,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"aWJ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"aXu" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cryo) +"aZj" = (/obj/structure/table/woodentable/mahogany,/obj/item/storage/bible,/obj/item/clothing/accessory/chaplaininsignia,/obj/item/mirror,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"aZJ" = (/obj/machinery/button/blast_door{name = "Armory"; req_access = list("ACCESS_SECURITY_LEVEL3"); id_tag = "Armorydcz"},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) +"baT" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"baX" = (/obj/machinery/shieldwallgen{active = 1; anchored = 1; max_range = 21; req_access = list()},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"bcq" = (/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/dkitchen,/obj/item/card/id/dassignment/dkitchen,/obj/item/card/id/dassignment/dkitchen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"bcM" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"bcP" = (/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"bcX" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"bdm" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/space) +"bdA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/lcz{dir = 1},/obj/structure/closet/crate/trashcart,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"beh" = (/obj/structure/bed/roller,/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) +"bet" = (/obj/structure/sign/dclass{pixel_y = 32},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"bey" = (/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"beF" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"bfJ" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-500 Security Checkpoint"; req_access = list(list("ACCESS_SECURITY_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"bfS" = (/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) +"bfX" = (/obj/effect/catwalk_plated,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) +"bge" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/machinery/alarm{dir = 8; pixel_x = 25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/dark/monotile,/area/site53/ulcz/scp173) +"bgt" = (/obj/machinery/light{dir = 4},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"bgw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"big" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/surgery,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/door/window/brigdoor/westleft{name = "Surgery Kit Box"; req_access = list("ACCESS_MEDICAL_LEVEL2")},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"bih" = (/obj/machinery/light_construct{dir = 1},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"bix" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/hatch/maintenance{name = "LHCZ Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/item/taperoll/engineering/applied,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"biS" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"bjl" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"bjv" = (/obj/machinery/button/blast_door{id_tag = "247lockdown"; name = "Containment Unit Lockdown button"; pixel_y = 24; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) +"bkh" = (/obj/effect/paint_stripe/paleblue,/turf/simulated/wall/r_wall/prepainted,/area/site53/engineering/server_room) +"bkp" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/machinery/flasher{id_tag = "line3"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"bkv" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) +"bkK" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"blr" = (/obj/machinery/door/airlock/hatch{name = "LLCZ Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/door/blast/shutters{begins_closed = 1; id_tag = "Lower LCZ Checkpoint Maintenance Access"; name = "Lower LCZ Checkpoint Maintenance Access"},/turf/simulated/floor,/area/site53/llcz/hallways) +"blJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/maintenance) +"bmf" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine{department = "SCP-151 Containment Chamber"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"bnl" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"bnq" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/storage) +"bnP" = (/obj/item/clothing/head/hairflower/blue,/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) +"bnQ" = (/obj/machinery/door/airlock/vault{name = "Self Destruct Room"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"bnS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"bnY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/device/radio/intercom/locked{dir = 8; name = "intercom (SCP-012)"; pixel_x = 32},/obj/effect/catwalk_plated,/obj/machinery/light/small/red{dir = 4; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/llcz/scp012) +"boH" = (/obj/effect/decal/cleanable/cobweb2,/obj/random/drinkbottle,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"bqm" = (/obj/item/stool/padded,/obj/effect/floor_decal/industrial/outline/grey,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"bqU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) +"brn" = (/obj/structure/bookcase/manuals,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"brQ" = (/obj/item/paper/crumpled/bloody{info = "It's relaxing here. It's... comfortable in here... It's fun to be here... It's relaxing. It's relaxing. ... I want to die here in peace and quiet..."; name = "bloody paper"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"bsj" = (/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"bsp" = (/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"bsB" = (/obj/machinery/stove,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"bub" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"bup" = (/obj/machinery/light,/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"bvD" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) +"bvL" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"bxg" = (/obj/machinery/flasher/portable,/obj/machinery/light,/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"bxl" = (/obj/structure/bed/chair/pew/left,/obj/machinery/light,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"bxD" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Entrance Windows"; name = "DCZ Entrance Windows"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"byr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"byx" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"bzd" = (/obj/structure/window/reinforced/tinted{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"bzx" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"bAp" = (/obj/machinery/light,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) +"bAR" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"bAS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"bBK" = (/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) +"bBM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"bDu" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/storage/mrebag/menu5,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"bEm" = (/obj/structure/sign/dclass{pixel_x = 32},/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"bEy" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/roller,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"bEU" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"bFh" = (/obj/machinery/door/window/brigdoor/southleft{req_access = list("ACCESS_NETWORK")},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"bFx" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"bFI" = (/turf/unsimulated/mineral,/area/site53/surface) +"bFS" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"bGK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"bHf" = (/obj/machinery/light,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"bHN" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "049 Living Room Access"; name = "049 Living Room Access"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"bJO" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/lightgrey/border,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"bJR" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) +"bMe" = (/turf/unsimulated/mineral,/area/space) +"bMA" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"bME" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/llcz/hallways) +"bMJ" = (/obj/item/tape_roll,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"bNp" = (/turf/simulated/floor,/area/site53/surface) +"bNE" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"bNH" = (/obj/structure/hygiene/shower{dir = 8},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"bNK" = (/obj/item/device/camera,/obj/item/device/camera_film,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"bNR" = (/obj/effect/paint_stripe/orange,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) +"bOf" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"bOj" = (/obj/machinery/button/alternate/door/bolts{pixel_y = -25; id_tag = "Humagateway1"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"bOl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "Medical Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"bOm" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"bOt" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/pen,/obj/item/paper_bin,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"bOG" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/plating,/area/site53/llcz/mining/miningops) +"bPd" = (/obj/structure/flora/ausbushes/palebush,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"bPm" = (/obj/structure/hygiene/sink{dir = 8; pixel_x = -11},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"bPt" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/reeducation) +"bPz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"bRj" = (/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/mine/unexplored) +"bRv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"bSn" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"bSC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"bSL" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"bTW" = (/obj/machinery/light{dir = 1},/obj/machinery/button/blast_door{id_tag = "Mining Checkpoint Lockdown"; name = "Mining Checkpoint Lockdown"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"bUM" = (/turf/unsimulated/mineral,/area/site53/lhcz/hallway) +"bVm" = (/obj/item/paper/d_class_guide,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"bVq" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"bWS" = (/obj/structure/sign/directions/ez{dir = 8; pixel_x = -30},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"bYa" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"bYT" = (/obj/item/modular_computer/console/preset/medical{dir = 4; icon_state = "console"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"bZl" = (/obj/structure/sign/SecureArealv4mtf{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"bZB" = (/obj/item/storage/toolbox/electrical,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"bZO" = (/obj/structure/closet/secure_closet/guard/riotshotguns,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"bZR" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"caf" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/ulcz/scp173) +"cak" = (/turf/simulated/floor/exoplanet/lava,/area/site53/llcz/mine/unexplored) +"caB" = (/obj/structure/bed/chair/shuttle/black,/obj/structure/railing/mapped{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"cbb" = (/obj/structure/table/standard,/obj/item/folder/red,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"cbn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"cbF" = (/obj/item/device/radio,/obj/item/device/radio,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"cbK" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/machinery/power/apc/hyper{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"cca" = (/obj/machinery/floodlight,/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) +"ccO" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"cdu" = (/obj/effect/floor_decal/scp/stop,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"cee" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"ces" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"ceu" = (/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"ceN" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"ceR" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"cfl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"cfv" = (/obj/structure/curtain/open/shower/security,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"cfB" = (/obj/machinery/door/airlock/vault{name = "Self Destruct Room"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/lowernukeladders) +"cfI" = (/obj/machinery/button/alternate/door/bolts{id_tag = "Humagateway1"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) +"cgr" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"cgz" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"cgB" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/highsecurity{name = "Medical Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"chq" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"; pixel_y = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ciP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"cjx" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/machinery/camera/network/hcz{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"ckn" = (/obj/effect/landmark/start{name = "IT Technician"},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"clq" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"cmk" = (/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"cmm" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"cmD" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"cmE" = (/obj/structure/closet/l3closet,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"cmG" = (/obj/structure/stairs/south,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"cnA" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"coc" = (/obj/machinery/door/airlock/science{name = "SCP-173"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/scp173) +"cou" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "Mining Access Gate 1"; name = "Mining Access Gate 1"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "Mining Access Gate 2"; name = "Mining Access Gate 2"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"coJ" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"cpt" = (/obj/structure/sign/directions/medical{dir = 8; pixel_x = -32},/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"cpJ" = (/obj/machinery/conveyor_switch/oneway{id = "mining_internal"; id_tag = "mining_internal"; name = "mining conveyor"},/obj/machinery/light/spot{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"cqz" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/door/airlock/highsecurity{name = "LCZ Armoury"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{dir = 4; id_tag = "Armoury Equipment"; name = "Secure Storage Room"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"cqM" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"cry" = (/obj/effect/floor_decal/corner/red/border,/obj/structure/bed/chair/pew/left,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"csf" = (/obj/machinery/fabricator,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"csk" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters/open{id_tag = "Warning2"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"csl" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"csp" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"ctF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) +"cuu" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/obj/item/modular_computer/console/preset/SCP_dataserver,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"cuH" = (/obj/machinery/door/airlock/multi_tile/glass/civilian{dir = 8; icon_state = "closed"; name = "Mining Factory"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"cvx" = (/obj/structure/table/reinforced,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/obj/item/foam_dart,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"cvD" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/bed/chair/shuttle{name = "Reeducation Chair"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) +"cvG" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"cwe" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Bedroom Window Shutter"; name = "049 Bedroom Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"cwn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"cwC" = (/obj/effect/paint_stripe/orange,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) +"cwZ" = (/obj/machinery/seed_extractor,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"cyP" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"cyW" = (/obj/machinery/shieldwallgen{active = 1; anchored = 1; max_range = 21; req_access = list()},/obj/structure/sign/scp/keter_scp{pixel_y = 32},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"cAt" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"cDs" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"cEq" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"cEu" = (/obj/machinery/light/small{dir = 8},/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"cEP" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"cEQ" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"cEY" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"cFm" = (/obj/machinery/cooker/fryer,/obj/effect/floor_decal/corner/green/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"cHc" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"cHs" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"},/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"cHP" = (/obj/structure/ladder/up,/obj/effect/floor_decal/industrial/warning{dir = 9; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) +"cJq" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"cJN" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"cKz" = (/obj/item/device/camera_film,/obj/item/device/camera_film,/obj/structure/table/standard,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"cKT" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"cKV" = (/obj/effect/paint_stripe/yellow,/turf/simulated/wall/titanium,/area/site53/lhcz/scp895) +"cKW" = (/obj/structure/table/rack,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/trauma,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"cLb" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"cLk" = (/obj/machinery/computer/operating,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) +"cLn" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"cLV" = (/obj/structure/closet{name = "Coroner"},/obj/item/clothing/under/rank/medical/scrubs/black,/obj/item/clothing/mask/surgical,/obj/item/clothing/gloves/latex/nitrile,/obj/item/autopsy_scanner,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) +"cMf" = (/obj/machinery/door/airlock/security{name = "D-Class Assignments"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/assignmentbubble) +"cNi" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"cNG" = (/obj/structure/bed/chair/office/comfy{dir = 1},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"cOv" = (/obj/structure/bed/padded,/obj/item/bedsheet,/mob/living/carbon/human/scp527,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"cOw" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/lhcz/hallway) +"cOz" = (/obj/machinery/optable,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"cOD" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Self-Destruct Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor,/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"cOP" = (/obj/item/device/flashlight/pen,/obj/machinery/power/apc,/obj/structure/cable/green,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"cPB" = (/obj/machinery/door/airlock/glass/security{name = "049 Access"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"cPT" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"cQB" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"cQC" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"cQO" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"cQV" = (/obj/turbolift_map_holder/scp106,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/hallway) +"cRv" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"cRx" = (/obj/machinery/light/spot{dir = 4},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"cSh" = (/obj/effect/paint_stripe/gray,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkequip) +"cSt" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 2 shutter"; name = "Isocell 2 shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"cSE" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/scp1102room) +"cTm" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"cUg" = (/obj/effect/floor_decal/corner/purple/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"cUj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"cUH" = (/obj/machinery/camera/network/scp343{name = "scp347"; network = list("SCP-347 CCTV Network")},/obj/structure/bookcase/manuals/medical,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"cUY" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"cVM" = (/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"cVT" = (/obj/machinery/door/airlock/highsecurity{name = "Janitoral Equipment"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"cWj" = (/obj/machinery/door/airlock/highsecurity{name = "D-Cells Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Cubicle 1"; name = "LCZ Checkpoint Cubicle 1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"cWI" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"cWT" = (/obj/item/modular_computer/console/preset/security{dir = 4; icon_state = "console"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"cXc" = (/obj/machinery/camera/network/lcz{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"cXl" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/highsecurity{name = "SCP-012"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"cYA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"cYC" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/emergency,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"cZm" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"cZM" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"dah" = (/obj/effect/floor_decal/industrial/loading{dir = 8; name = "Entry Line"},/obj/machinery/door/firedoor{dir = 4},/obj/machinery/door/airlock/multi_tile/glass/medical{id_tag = "LobbyMedD"; name = "Medbay Lobby"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL1","ACCESS_DCLASS_MEDICAL"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"dbF" = (/obj/structure/closet,/obj/item/clothing/accessory/sweater,/obj/item/clothing/head/hijab,/obj/item/clothing/mask/gas/plaguedoctor,/obj/item/clothing/mask/gas/monkeymask,/obj/item/clothing/mask/gas/cyborg,/obj/item/clothing/mask/pig,/obj/item/clothing/head/richard,/obj/machinery/light{dir = 4},/obj/item/clothing/mask/gas/sexymime,/obj/item/clothing/mask/gas/sexyclown,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"dbN" = (/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"dbR" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"dbT" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/machinery/door/airlock/hatch/maintenance{name = "Self-Destruct Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"dce" = (/obj/machinery/door/airlock/multi_tile/glass/security{name = "Security checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"dcM" = (/obj/structure/table/plastic,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/beaker,/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ddl" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"ddy" = (/obj/effect/floor_decal/corner/purple/border{dir = 9},/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"deG" = (/obj/machinery/biogenerator,/obj/machinery/light,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"dfc" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"dfl" = (/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"dfo" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line1"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/assignmentbubble) +"dhi" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"dhq" = (/obj/machinery/sleeper{dir = 4},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"dhH" = (/obj/effect/paint_stripe/white,/turf/simulated/wall/r_wall/prepainted,/area/site53/engineering/server_room) +"dhJ" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"diF" = (/obj/machinery/door/airlock/vault{name = "Self Destruct Room"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"djh" = (/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"dki" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"dkt" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/machinery/light/spot{dir = 4},/obj/structure/table/plastic,/obj/structure/flora/pottedplant/deskleaf,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"dlL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"dmw" = (/obj/machinery/light{dir = 8},/obj/structure/bed/roller,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"dmz" = (/obj/structure/table/reinforced,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"dmQ" = (/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"dmS" = (/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"dnr" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/machinery/door/window{dir = 1; name = "Corpse Delivery (Danger: Deadly)"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/disposal/deliveryChute{desc = "A note read: Dispose of bodies here"; dir = 1; name = "Termination Disposal"; pixel_y = -5},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) +"dok" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"dpE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"dqo" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"dqQ" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/table/standard,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"dqU" = (/obj/item/paper/crumpled/bloody{info = "Do you know what you can see in the South?"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"drN" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"dsc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/sign/dclass{name = "\improper Mandatory Search!"; pixel_y = -32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"dse" = (/obj/effect/landmark{name = "scp420j"},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"dsi" = (/obj/machinery/atmospherics/pipe/zpipe/up/supply{dir = 1},/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{dir = 1},/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/obj/structure/cable,/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"dsq" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"dsu" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/apc/hyper{pixel_y = -25},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"dsD" = (/obj/machinery/door/airlock/research{name = "Containment Chamber"; req_access = list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3")},/obj/machinery/door/blast/regular{dir = 8; id_tag = "third3"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"dte" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"dtQ" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"dvl" = (/obj/structure/table/standard,/obj/item/device/paint_sprayer,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"dvE" = (/obj/structure/bed/roller,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"dvH" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/scp106{dir = 8; name = "SCP-106 Outdoor Observation East"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"dvN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"dvP" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"dvT" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/primaryhallway) +"dvU" = (/obj/effect/decal/cleanable/blood/splatter,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"dvV" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/floor_decal/corner/red/bordercorner,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"dwM" = (/obj/machinery/camera/network/hcz{dir = 4},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"dxh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"dxF" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"dyx" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"dyy" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"dyU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"dyY" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"dzV" = (/obj/machinery/door/airlock/glass{name = "347"},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"dAc" = (/obj/structure/railing/mapped,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/palebush,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"dAD" = (/obj/structure/closet/secure_closet/site53/dmining,/obj/item/device/flashlight/lantern,/obj/item/clothing/mask/gas/half,/obj/item/tank/emergency/oxygen/engi,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"dAQ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"dBJ" = (/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"dCl" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"dCt" = (/obj/structure/table/rack,/obj/item/stack/material/plasteel/fifty,/obj/item/stack/material/plasteel/fifty,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"dDt" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"dDv" = (/obj/machinery/light,/obj/structure/table/standard,/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"dDG" = (/obj/machinery/light/small{dir = 8},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) +"dEq" = (/obj/machinery/power/apc/hyper{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"dED" = (/obj/structure/bed/roller,/obj/machinery/vending/wallmed1{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"dEQ" = (/obj/machinery/light{dir = 1},/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"; pixel_y = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"dGl" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Self-Destruct Bypass"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"dGq" = (/obj/item/organ/internal/lungs,/obj/item/organ/internal/heart,/obj/item/organ/internal/liver,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/heart,/obj/item/organ/internal/heart,/obj/item/organ/internal/liver,/obj/item/organ/internal/liver,/obj/item/organ/internal/lungs,/obj/item/organ/internal/lungs,/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"dGr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) +"dGt" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"dGD" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"dGX" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Office Window Shutter"; name = "049 Office Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"dHF" = (/obj/effect/floor_decal/industrial/loading{dir = 4; name = "Exit Line"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/multi_tile/glass/medical{id_tag = "LobbyMedD"; name = "Medbay Lobby"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL1","ACCESS_DCLASS_MEDICAL"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"dID" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"dIO" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/roller,/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"dJe" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/llcz/hallways) +"dKq" = (/obj/machinery/light/small,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"dKB" = (/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/structure/sign/warning/secure_area{dir = 1; pixel_y = -32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"dKF" = (/obj/structure/closet,/obj/effect/floor_decal/corner/purple/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"dKM" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"dLk" = (/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"dLG" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"dLV" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint Cubicle 1"; name = "LCZ Checkpoint Cubicle 1"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) +"dNd" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/light/small/red{dir = 4; icon_state = "bulb1"},/obj/machinery/firealarm,/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) +"dNU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"dNV" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"dOm" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) +"dOU" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"dPS" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"dQA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"dQT" = (/obj/effect/paint_stripe/white,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/prepainted,/area/site53/engineering/maintenance/llczmaint) +"dRi" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"dRp" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/filingcabinet,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"dRX" = (/obj/machinery/microwave,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"dSw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"dTC" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Observation Shutter Central"; name = "Observation Shutter Central"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"dUk" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 6; icon_state = "warning"},/obj/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"dUS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"dVA" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"dVB" = (/obj/structure/closet,/obj/effect/floor_decal/corner/purple/border{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"dWs" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"dWN" = (/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/gun/energy/lasertag,/obj/item/gun/energy/lasertag,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"dYd" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/device/megaphone,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"dZu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"dZw" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters/open{id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpoint) +"eai" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"eao" = (/obj/machinery/door/airlock/security{req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"eap" = (/obj/structure/bed/chair/comfy/black{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"eaF" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"eaY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"ebj" = (/obj/effect/landmark{name = "JoinLatelcz"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"ebx" = (/obj/machinery/cooker/candy,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"ebE" = (/obj/effect/paint_stripe/white,/turf/simulated/wall/titanium,/area/site53/engineering/maintenance/llczmaint) +"ecE" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/obj/structure/railing/mapped,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"eek" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"eeF" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/seaweed/glow,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"eeG" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"efI" = (/obj/machinery/door/airlock/highsecurity{name = "Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "explockdown"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"egA" = (/obj/machinery/camera/autoname{dir = 8; network = list("Heavy Containment Zone Network")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"egD" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) +"egJ" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"egW" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"ehB" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/paper/dcell,/obj/item/spacecash/bundle/c100,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"ehI" = (/obj/effect/paint_stripe/gray,/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"ehP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"eld" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"emG" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) +"emK" = (/obj/effect/catwalk_plated/white,/obj/machinery/door/airlock/highsecurity{name = "SCP-008"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor,/area/site53/uhcz/scp8containment) +"eoj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) +"eoq" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"epn" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"epK" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"epO" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"eqW" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"erq" = (/obj/machinery/door/blast/regular{id_tag = "dchecksouth"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"ery" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"erC" = (/obj/machinery/computer/cryopod{pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) +"erY" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"esL" = (/obj/structure/closet/cabinet,/obj/machinery/light{dir = 1},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"ets" = (/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/obj/machinery/door/window/brigdoor{dir = 8; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 4; name = "Secure booth"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"etO" = (/obj/structure/disposalpipe/segment{dir = 4},/mob/living/simple_animal/hostile/scarybat{faction = "Shaft"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"etR" = (/obj/machinery/camera/network/lcz{name = "SCP-500"},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"euk" = (/obj/item/tape_roll,/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) +"euB" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"euE" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"evB" = (/obj/structure/bed/chair/wood{dir = 8},/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"evD" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"evG" = (/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"evJ" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) +"evS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"evU" = (/obj/machinery/light{dir = 4},/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"ewL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"exb" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"exu" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/door/blast/shutters{id_tag = "Observation Shutter Central"; name = "Observation Shutter Central"},/obj/machinery/button/blast_door{dir = 8; id_tag = "Infected Subject Area"; name = "Infected Subject Area"; pixel_x = 22; pixel_y = 32},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"eyq" = (/obj/structure/table/plastic,/obj/item/paper_bin,/obj/item/pen/multi,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"eyx" = (/obj/effect/paint_stripe/red,/obj/structure/sign/scp/euclid_scp,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) +"eyH" = (/obj/structure/ladder/up,/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"ezK" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"ezU" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"eAB" = (/obj/item/taperoll/engineering,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"eBk" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) +"eBx" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "Armorydcz"; name = "Armory"},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"eBz" = (/obj/machinery/button/crematorium{id_tag = "scp8crem"; pixel_y = -24; req_access = list("ACCESS_SCIENCE_LEVEL4")},/obj/structure/crematorium{dir = 8; id = "scp8crem"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"eBN" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"eBS" = (/obj/structure/table/steel_reinforced,/obj/machinery/button/blast_door{id_tag = "right500"},/obj/effect/floor_decal/corner/purple/border{dir = 6},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"eCu" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"eCZ" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"eDk" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"eEk" = (/obj/structure/morgue{dir = 2},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) +"eFi" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) +"eFl" = (/obj/machinery/button/blast_door{dir = 4; id_tag = "Reeducation Shutter"; name = "Reeducation Shutter"; pixel_x = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/northleft{name = "Reeducation Separator"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"eGx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"eGK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"eGP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"eGX" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"eHr" = (/obj/structure/railing/mapped{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"eHU" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"eHW" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"eHY" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/science{name = "SCP-012 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"eIA" = (/obj/structure/curtain/open/bed,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"eIG" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/machinery/door/window/brigdoor/eastleft{name = "SCP-500 Primary Containment Module Door"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"eIN" = (/obj/structure/disposalpipe/segment,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) +"eJN" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"eKb" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"eKf" = (/obj/structure/table/reinforced,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"eKK" = (/obj/structure/table/rack,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/plastic/fifty,/obj/item/stack/material/plastic/fifty,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"eLz" = (/obj/effect/floor_decal/sign/or2,/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/body_scan_display{pixel_y = 20},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"eLJ" = (/obj/item/trash/cigbutt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/mine/unexplored) +"eMk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) +"eNC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"eND" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Airlock Observation Window Shutter"; name = "049 Airlock Observation Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "049 South Section Entryway"; name = "049 South Section Entryway"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"eNE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) +"eOt" = (/obj/structure/ladder/up,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) +"eOO" = (/obj/structure/closet/crate,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"eOY" = (/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"ePc" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Surgery Window Shutter"; name = "049 Surgery Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"ePx" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) +"ePC" = (/obj/structure/mopbucket,/obj/machinery/light/small,/obj/item/mop,/obj/item/reagent_containers/glass/bucket,/obj/item/mop,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"eQl" = (/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"eRm" = (/obj/item/device/taperecorder,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"eRp" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/reeducation) +"eRy" = (/obj/effect/catwalk_plated,/obj/structure/closet/crate/bin,/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"eRC" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"eSg" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"eSj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"eSn" = (/obj/machinery/camera/autoname{dir = 8; network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"eSp" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"eSw" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"eTZ" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "Mining Lockdown"; name = "Mining Lockdown"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"eUd" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"eUz" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"eUJ" = (/obj/structure/railing/mapped,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"eUM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"eVd" = (/obj/machinery/smartfridge/drying_rack,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"eVm" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"eVE" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"eVO" = (/obj/structure/bed/chair/armchair/black,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"eWG" = (/obj/structure/table/standard,/obj/machinery/light,/obj/item/device/taperecorder,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"eWJ" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) +"eWX" = (/obj/structure/closet/crate/freezer,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/effect/floor_decal/corner/b_green/mono,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"eXL" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/reeducation) +"eXT" = (/obj/structure/hygiene/sink{dir = 1; pixel_y = 16},/obj/machinery/camera/autoname{c_tag = "SCP-008-1"; dir = 4; network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"eYy" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"eYR" = (/obj/structure/hygiene/drain/bath,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"eYV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"eZg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"eZG" = (/obj/structure/hygiene/sink{pixel_y = -11},/obj/effect/floor_decal/corner/green/border,/obj/machinery/light/spot,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"faf" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"faD" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/item/stool/padded,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"faH" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) +"faS" = (/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"fbv" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"fcd" = (/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"fdd" = (/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/obj/structure/closet/l3closet/virology,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"fdh" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"fdm" = (/obj/machinery/vending/weeb,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"fep" = (/obj/effect/floor_decal/corner/purple/border{dir = 5},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"feQ" = (/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"ffQ" = (/obj/structure/morgue{dir = 8},/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) +"ffZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/industrial/firstaid{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"fgk" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"fgn" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "173emerg"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"fha" = (/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) +"fhr" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"fhD" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/recreationhallway) +"fhG" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"fih" = (/obj/structure/bed/padded,/obj/item/bedsheet/brown,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"fin" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"fiF" = (/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"fjj" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) +"fjR" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "Lower LCZ Checkpoint West Access"; name = "Lower LCZ Checkpoint West Access"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "Lower LCZ Checkpoint East Access"; name = "Lower LCZ Checkpoint East Access"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"fkm" = (/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"fkv" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"fkZ" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/bed/roller,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"flm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/sign/scp/euclid_scp{pixel_y = -32},/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"flB" = (/obj/structure/closet/secure_closet/guard/riotgear,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"fmA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/light/small/red,/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) +"fmB" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/lcz{dir = 1},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"fnb" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border,/obj/machinery/button/blast_door{id_tag = "second2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"fnL" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"fnT" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 10},/obj/item/storage/mirror{dir = 4; pixel_x = 23; pixel_y = 5},/turf/simulated/floor/tiled/freezer,/area/site53/lhcz/scp049containment) +"fpm" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/camera/network/scp049{dir = 4; name = "SCP-049 Containment Chamberlock"},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"fpy" = (/obj/structure/closet/acloset,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) +"fpK" = (/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) +"fpS" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) +"fpW" = (/obj/structure/iv_drip,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"fqO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/science{name = "SCP-173 Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"frC" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"frX" = (/obj/machinery/door/blast/shutters{id_tag = "D-class cells"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"fsa" = (/obj/effect/paint_stripe/red,/obj/structure/sign/warning,/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) +"fss" = (/obj/effect/paint_stripe/gray,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"fsE" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"ftl" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"ftX" = (/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"fun" = (/obj/machinery/job_terminal/unlocked,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"fus" = (/obj/machinery/light,/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"fuW" = (/obj/machinery/vending/medical{name = "D-Block NanoMed Plus"; req_access = list("ACCESS_DCLASS_MEDICAL")},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"fvL" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"fvX" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"fwj" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"fwk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"fwK" = (/obj/structure/mattress/dirty,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"fxj" = (/obj/machinery/door/unpowered/simple/wood,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"fxL" = (/obj/machinery/light{dir = 8},/obj/machinery/camera/network/scp049{dir = 4; name = "SCP-049 Operating Theatre"},/obj/structure/table/glass,/obj/item/storage/firstaid/surgery,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"fyl" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"fyJ" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"fyM" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"fyO" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) +"fyP" = (/mob/living/simple_animal/hostile/scarybat,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"fzc" = (/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"fzk" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/assignmentbubble) +"fAl" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/scp500) +"fAm" = (/obj/item/device/flashlight,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"fAu" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line3"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/assignmentbubble) +"fAF" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"fAH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"fBe" = (/obj/machinery/light,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"fBB" = (/obj/structure/table/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/item/pen,/obj/item/paper_bin,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows North"; name = "DCZ Booth Windows North"},/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) +"fCb" = (/obj/machinery/door/airlock/security{req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"fCV" = (/obj/structure/table/standard,/obj/item/clothing/head/chefhat,/obj/item/clothing/head/chefhat,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"fDU" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"fDV" = (/obj/structure/table/standard,/obj/machinery/light{dir = 1},/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"fEi" = (/obj/structure/table/standard,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows North"; name = "DCZ Booth Windows North"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) +"fEv" = (/obj/item/trash/cigbutt,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"fEw" = (/obj/machinery/door/airlock/hatch/maintenance{name = "SCP-106 Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"fFi" = (/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"fFk" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"fFn" = (/obj/machinery/door/airlock/highsecurity{name = "Experimentation Center"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/shutters{id_tag = "Control Subject Area"; name = "Control Subject Area"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"fFD" = (/obj/structure/table/steel_reinforced,/obj/item/spacecash/bundle/c10,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"fFG" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"fFP" = (/obj/effect/decal/cleanable/blood/splatter,/obj/effect/decal/cleanable/ash,/obj/item/pickaxe/makeshift{pixel_x = -14; pixel_y = -2},/obj/item/shovel/makeshift{pixel_y = -6; pixel_x = -8},/obj/item/reagent_containers/food/snacks/chips,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"fFT" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped{dir = 1},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"fFV" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/uhcz/scp8containment) +"fGq" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/machinery/camera/network/hcz{name = "HCZ Security Post"; dir = 4},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"fGz" = (/obj/item/modular_computer/console/preset{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) +"fHx" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "left500"},/obj/structure/sign/SecureArealv4mtf{pixel_y = 32},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"fIg" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"fIl" = (/obj/machinery/light{dir = 1},/obj/structure/closet/l3closet/virology,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"fII" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/northleft{req_access = list("ACCESS_SCIENCE_LEVEL1","ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"fJx" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/kitchenbotanybubble) +"fKb" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/closet/secure_closet/hydroponics_dclass,/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"fKF" = (/obj/machinery/button/blast_door{id_tag = "line1"; name = "Line Shutters"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"fKN" = (/obj/effect/floor_decal/industrial/firstaid{dir = 1},/obj/machinery/access_button/airlock_interior{master_tag = "scp8_airlock"; pixel_x = -25; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"fKQ" = (/obj/structure/table/standard,/obj/item/storage/lockbox/vials,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/obj/item/reagent_containers/glass/beaker/vial,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"fKY" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"fMa" = (/obj/machinery/camera/autoname{name = "SCP-049 Observation 2"; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"fMA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"fMQ" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"fNj" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/clothing/accessory/armband/cargo,/obj/item/clothing/accessory/armband/cargo,/obj/item/clothing/accessory/armband/cargo,/obj/item/clothing/accessory/armband/cargo,/obj/item/clothing/accessory/armband/cargo,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"fNO" = (/obj/effect/decal/cleanable/blood/splatter,/obj/effect/decal/cleanable/cobweb2,/obj/effect/decal/cleanable/cobweb,/obj/item/reagent_containers/food/snacks/carrotfries,/obj/item/reagent_containers/food/snacks/carrotfries,/obj/item/reagent_containers/food/snacks/carrotfries,/obj/item/reagent_containers/food/drinks/cans/orangecola,/obj/item/reagent_containers/food/drinks/cans/orangecola,/obj/item/storage/firstaid,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"fNQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) +"fOr" = (/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/machinery/camera/network/hcz{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/table/standard,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"fPI" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"fPY" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"fPZ" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular{id_tag = "173"},/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) +"fQg" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"fQi" = (/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"fQA" = (/obj/machinery/status_display,/turf/simulated/wall/r_wall/prepainted,/area/site53/llcz/mining/miningops) +"fRV" = (/obj/machinery/nuke_cylinder_dispenser,/obj/effect/paint_stripe/gunmetal,/turf/simulated/wall/titanium,/area/site53/engineering/selfdestruct) +"fSn" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"fSt" = (/obj/structure/flora/ausbushes/ppflowers,/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"fTW" = (/obj/machinery/door/airlock/security{name = "D-Class Prep"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"fUf" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage"; name = "Entity Cage"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"fUx" = (/obj/machinery/light/small,/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/obj/structure/disposalpipe/up{dir = 8},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"fUE" = (/obj/structure/table/reinforced,/obj/item/storage/pill_bottle/amnesticsa,/obj/item/storage/pill_bottle/amnesticsb,/obj/item/storage/pill_bottle/amnesticsi,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"fVc" = (/obj/effect/paint_stripe/gray,/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/dclass/reeducation) +"fVo" = (/obj/machinery/vitals_monitor,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"fVz" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"fWB" = (/obj/structure/table/steel_reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/machinery/door/window/brigdoor/eastleft,/obj/item/storage/briefcase/scp1102ru,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"fWI" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) +"fWN" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"fWQ" = (/obj/structure/bed/chair/padded/black{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"fXo" = (/obj/effect/catwalk_plated,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"fXv" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor,/area/site53/llcz/hallways) +"fXF" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"fZf" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost) +"fZB" = (/obj/machinery/door/blast/regular{id_tag = "Test Subject Line West"; name = "Test Subject Line West"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"fZH" = (/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"fZQ" = (/obj/structure/table/standard,/obj/machinery/microscope,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"fZR" = (/obj/item/paper{info = "БЛЯТЬ БЛЯТЬ БЛЯТЬ БЛЯТЬ!!! они обещали меня вытащить отсюда! Я D-9174 по крайней мере они заставили меня так думать, я копал около двух сот часов.... блять! ОН ГОВОРИЛ ЧТО ВЫТАЩИТ МЕНЯ ОТСЮДА! меня заставили уснуть возле ебаной картины, я был сначало в своём доме, потом копал, копал почти без перерывов! ОН ГОВОРИЛ ЧТО МЕНЯ СПАСУТ! БЛЯТЬ! БЛЯТЬ! БЛЯТЬ! я постепенно задыхаюсь, тут куча МОИХ трупов МОИХ БЛЯТЬ, я выкопался в эту ебаную комнату, она подаёт надежды, я слышу буд-то кто-то роет уже подо мной, я притащил с собой немного инструментов, надеюсь что кто-то найдёт меня, и спасёт........"; name = "hand-written note"},/turf/simulated/wall/titanium,/area/site53/llcz/mine/unexplored) +"fZY" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"gav" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "173emerg"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"gaS" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) +"gaT" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"gaY" = (/obj/structure/plasticflaps,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"gbf" = (/obj/structure/table/standard,/obj/item/material/minihoe,/obj/item/reagent_containers/glass/bucket,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"gbF" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"gbU" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"gcN" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"gdb" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"gdm" = (/obj/structure/mopbucket,/obj/item/mop,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_ridged,/area/site53/uhcz/scp8containment) +"gee" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"geR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"gfM" = (/obj/item/device/radio/intercom/locked{dir = 1; name = "intercom (SCP-173)"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"ggj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"ggE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"ggF" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"ggN" = (/obj/machinery/camera/network/entrance,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"ggO" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"ghw" = (/obj/effect/floor_decal/corner/red/bordercee,/obj/machinery/barrier,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"ghz" = (/obj/machinery/door/airlock/highsecurity{name = "Interview Room"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/steel_grid,/area/site53/llcz/hallways) +"ghC" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor,/area/site53/surface) +"ghM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"ghV" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/hallways) +"gin" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"gio" = (/obj/structure/hygiene/shower{dir = 8},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"giJ" = (/obj/item/soap,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"giN" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"giR" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"giT" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"gjh" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"gju" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"gjO" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 4},/turf/simulated/floor,/area/site53/lhcz/hallway) +"gkm" = (/obj/structure/table/rack,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/electrical,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"gkr" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "173"; name = "Southern 173 Gate"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "173north"; name = "Northern 173 Gate"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"gkz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"gkB" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/camera/autoname{dir = 8; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"gmf" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"gmj" = (/obj/machinery/floodlight,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) +"gmp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"gmz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"gno" = (/obj/structure/table/reinforced,/obj/item/card/id/dassignment/djanitorial,/obj/item/card/id/dassignment/djanitorial,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"gom" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"goP" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"goW" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"gpf" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"gpi" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/obj/structure/table/plastic,/obj/machinery/button/blast_door{id_tag = "ProcedureroomLock"; name = "Procedure room Lockdown"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2")); pixel_y = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"gqb" = (/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"gra" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/steel_ridged,/area/site53/uhcz/scp8containment) +"grn" = (/obj/structure/disposalpipe/segment,/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) +"grM" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"grV" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"gsv" = (/obj/structure/table/steel_reinforced,/obj/machinery/light/small/red,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"gsM" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"gtz" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"gtJ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/light/small,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"guh" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"gvc" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"gvd" = (/obj/structure/table/woodentable/mahogany,/obj/machinery/microwave,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"gvp" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/effect/floor_decal/corner/red/mono,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"gvu" = (/obj/machinery/door/airlock/civilian{name = "Kitchen"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"gwp" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) +"gwy" = (/obj/structure/flora/ausbushes/palebush,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"gxd" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{id_tag = "106cycle"; locked = 1; name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"gxm" = (/obj/structure/table/steel_reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"gxJ" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/machinery/camera/network/hcz{name = "HCZ Security Post"; dir = 4},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"gyl" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"gyD" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"gyM" = (/obj/structure/window/reinforced{dir = 0},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"gyN" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/storage/pill_bottle/happy,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"gzk" = (/obj/machinery/light,/obj/machinery/button/blast_door{dir = 1; id_tag = "Isocell 1 shutter"; name = "Isocell 1 shutter"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"gzn" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"gzP" = (/obj/structure/closet/coffin,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"gBp" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"gBZ" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"gCi" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"gDh" = (/obj/machinery/door/airlock/highsecurity{name = "Experimentation Center"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/shutters{id_tag = "Control Subject Area"; name = "Control Subject Area"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"gDx" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-500"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"gDK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"gEa" = (/obj/structure/closet,/obj/item/clothing/under/blackjumpskirt,/obj/item/clothing/under/rank/roboticist/skirt,/obj/item/clothing/under/shortjumpskirt,/obj/item/clothing/under/skirt/swept,/obj/item/clothing/under/skirt_c/dress/long/gown,/obj/item/clothing/under/solgov/utility/expeditionary_skirt,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"gEd" = (/obj/item/modular_computer/laptop,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"gEg" = (/obj/machinery/vending/cola,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"gEo" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"gFb" = (/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/isolation) +"gFB" = (/obj/structure/bed/chair/wheelchair{dir = 8},/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/firealarm{name = "emergency alarm"; pixel_y = 17},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"gFG" = (/obj/effect/decal/cleanable/flour,/obj/effect/landmark/corpse/classd,/obj/item/device/camera/tvcamera,/obj/item/device/radio/headset,/obj/item/integrated_circuit/input/gps,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"gFZ" = (/obj/item/storage/mirror{pixel_y = -28},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"gGk" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"gGn" = (/obj/machinery/door/airlock/highsecurity{name = "Experimentation Center"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"gHt" = (/obj/structure/railing/mapped{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"gHH" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) +"gIh" = (/obj/machinery/door/airlock/glass/civilian{name = "kitchen"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"gJh" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"; req_access = list("ACCESS_SCIENCE_LEVEL4")},/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/storage/box/syringes,/obj/item/storage/box/syringes,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"gJi" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 8},/turf/simulated/floor,/area/site53/lhcz/hallway) +"gJp" = (/obj/effect/decal/cleanable/ash,/obj/item/card/id/classd{name = "D-9174"},/obj/item/weldingtool/mini,/obj/item/reagent_containers/food/snacks/chips,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"gJR" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/door/blast/shutters{id_tag = "Observation Shutter Central"; name = "Observation Shutter Central"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"gJX" = (/obj/structure/bed/chair/wood{dir = 8},/obj/machinery/camera/network/scp049{dir = 1; name = "SCP-049 Bedroom/Garden"},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"gJZ" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"gKe" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"gKy" = (/obj/machinery/smartfridge/foods,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"gMe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"gMi" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"gMT" = (/obj/machinery/door/airlock/highsecurity{name = "LCZ Cryo"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) +"gNf" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Test Subject Line East"; name = "Test Subject Line East"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"gOc" = (/obj/machinery/photocopier/faxmachine{department = "SCP-173 Containment Chamber"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"gPd" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"gPC" = (/obj/machinery/access_button/airlock_exterior{master_tag = "scp8_airlock"; pixel_x = 25; pixel_y = -25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 14},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"gPK" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"gPS" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"gQe" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpointoverlook) +"gRa" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/sign/directions/ez{dir = 1; pixel_y = 30},/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"gSG" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border,/obj/machinery/button/blast_door{id_tag = "first1"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"gSI" = (/obj/structure/table/reinforced,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"gSK" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"gSY" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"gTc" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"gTr" = (/obj/machinery/camera/network/scp343{name = "scp527"; network = list("SCP-527 CCTV Network"); dir = 8},/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard{name = "TV"},/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"gTQ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"gUb" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/camera/network/lcz{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"gVE" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"gWm" = (/obj/item/clothing/under/rank/janitor,/turf/simulated/floor,/area/site53/surface) +"gWU" = (/obj/machinery/firealarm{name = "emergency alarm"; pixel_y = 17},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"gWY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"gXp" = (/obj/item/clothing/head/hairflower/yellow,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"gXv" = (/obj/machinery/cooker/oven,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"gXV" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/bed/chair/padded/black{dir = 1},/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"gXX" = (/obj/structure/railing/mapped,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"gYo" = (/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"},/obj/effect/decal/cleanable/dirt,/obj/effect/spider/stickyweb,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mine/unexplored) +"gYP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"gZn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"gZE" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"ham" = (/obj/effect/decal/cleanable/blood/splatter,/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) +"hax" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Shower checkpoint windows"; name = "Shower checkpoint windows"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"hbc" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"hbw" = (/turf/simulated/floor/holofloor/wood,/area/site53/llcz/dclass/primaryhallway) +"hbX" = (/obj/machinery/conveyor{dir = 8; id = "mining_internal"; id_tag = "mining_internal"},/obj/structure/plasticflaps,/turf/simulated/floor,/area/site53/llcz/mining/miningops) +"hcM" = (/obj/structure/table/rack,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"hdh" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"hdD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"heD" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/northright{req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"heE" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/deliveryChute{dir = 8},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) +"heY" = (/obj/structure/closet/secure_closet/freezer/kitchen/mining,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"hfg" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"hfs" = (/obj/machinery/camera/network/hcz{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"hfC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"hgv" = (/obj/item/trash/pistachios,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"hgZ" = (/obj/machinery/button/flasher{id_tag = "line1"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"hhW" = (/obj/machinery/camera/autoname{dir = 1; network = list("SCP-247 CCTV Network")},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"hib" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"hiP" = (/obj/machinery/light{dir = 1},/obj/structure/closet/jcloset_torch,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"hjj" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-500 Cable Maintenance"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"hjk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) +"hjZ" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"hkt" = (/obj/structure/closet/secure_closet/medical1{anchored = 1; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL2"))},/obj/machinery/light,/obj/item/storage/box/armband/med,/obj/item/clothing/head/nursehat,/obj/item/clothing/head/nursehat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/device/flash,/obj/item/device/flash,/obj/item/clothing/glasses/sunglasses,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"hkZ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"hlj" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/flora/ausbushes/sunnybush,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"hme" = (/obj/structure/table/reinforced,/obj/item/storage/mre,/obj/item/storage/mre,/obj/item/storage/mre,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"hnq" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"; req_access = list("ACCESS_SCIENCE_LEVEL4")},/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/reagent_containers/glass/beaker/vial/scp008,/obj/item/storage/box/syringes,/obj/item/storage/box/syringes,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"hnK" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/valve/shutoff/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"hnL" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/filingcabinet,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"hnX" = (/obj/structure/bed/chair/office/comfy/black{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"hoI" = (/obj/structure/table/standard,/obj/machinery/reagent_temperature/cooler{pixel_x = 7},/obj/machinery/reagent_temperature{pixel_x = -7},/obj/effect/floor_decal/corner/yellow/mono,/obj/item/stack/material/phoron/ten,/obj/item/stack/material/phoron/ten,/obj/item/stack/material/phoron/ten,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp049containment) +"hoW" = (/obj/structure/crematorium{dir = 4; id = "scp8crem"},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"hpz" = (/obj/effect/floor_decal/industrial/traffic{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"hpC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"hpE" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/reeducation) +"hqN" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"hrG" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/hcz,/turf/simulated/floor,/area/site53/lhcz/hallway) +"hso" = (/obj/item/modular_computer/console/preset/SCP_dataserver{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) +"hsO" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"huC" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/obj/item/screwdriver,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_y = 28},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"hvj" = (/obj/machinery/conveyor{dir = 6; id = "mining_internal"; id_tag = "mining_internal"},/turf/simulated/floor,/area/site53/llcz/mining/miningops) +"hvM" = (/obj/item/device/flashlight/lamp,/obj/structure/table/plastic,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"hwt" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"hwM" = (/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"hxc" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"hxG" = (/obj/machinery/button/blast_door{dir = 8; id_tag = "Infected Subject Area"; name = "Infected Subject Area"; pixel_x = 22; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"hxP" = (/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) +"hya" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) +"hyA" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"hyS" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"hzl" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"hzr" = (/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"hzG" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"hAn" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"hBn" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"hBG" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"hCa" = (/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/obj/item/storage/box/gloves,/obj/item/storage/box/masks,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"hCc" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"hCd" = (/obj/machinery/alarm{pixel_y = 23; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"hCU" = (/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"hDG" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) +"hDN" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/primaryhallway) +"hEc" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/airlock/highsecurity{name = "Reeducation Iso 1"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 1 shutter"; name = "Isocell 1 shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"hEd" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"hEe" = (/obj/machinery/door/airlock/external/glass/bolted{id_tag = "Humagateway1"; name = "internal door"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"hEj" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"hEo" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"hEN" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/kitchen) +"hFh" = (/obj/machinery/conveyor{dir = 8; id = "mining_internal"; id_tag = "mining_internal"},/turf/simulated/floor,/area/site53/llcz/mining/miningops) +"hGa" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"hGq" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"hGt" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/brigdoor/southright{req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northleft,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line3"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignmentbubble) +"hGy" = (/obj/machinery/reagentgrinder,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"hGC" = (/obj/machinery/door/firedoor,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "scp8panic"; name = "SCP-008 Lockdown shutter"},/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor,/area/site53/uhcz/scp8containment) +"hHa" = (/obj/structure/table/standard,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"hHu" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"hHz" = (/obj/item/device/camera,/obj/structure/table/standard,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"hIu" = (/obj/effect/paint_stripe/red,/obj/structure/sign/warning/caution,/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) +"hJo" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) +"hJq" = (/obj/effect/floor_decal/corner/red/border,/obj/structure/bed/chair/pew,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"hJM" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"hJS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"hLo" = (/obj/machinery/door/airlock/highsecurity{name = "Outbreak Gear"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"hLu" = (/obj/machinery/door/airlock/glass/civilian{id_tag = "lczairlock3"},/obj/machinery/door/blast/shutters/open{id_tag = "D Recreation Access"; name = "D Recreation Access"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/recreationhallway) +"hLv" = (/obj/structure/sign/warning/high_voltage{pixel_y = 32},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/machinery/flasher{id_tag = "Lower LCZ Flash"},/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"hMn" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/reagent_containers/ivbag/blood/OMinus,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"hMD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor,/area/site53/llcz/maintenance) +"hNi" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"hNo" = (/obj/structure/bed/chair/office/light,/obj/effect/landmark{name = "JoinLatelcz"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"hOo" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/corner{dir = 8; icon_state = "warningcorner"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"hOW" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"hPk" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor/northright{req_access = list("ACCESS_NETWORK")},/obj/item/reagent_containers/food/drinks/glass2/coffeecup/foundation,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"hQc" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"hQQ" = (/obj/structure/bed/chair/padded/black,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"hQR" = (/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"hRk" = (/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"hRl" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"hRB" = (/obj/effect/catwalk_plated/white,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) +"hRU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"hRX" = (/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"hRY" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"hSb" = (/obj/structure/morgue{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) +"hTX" = (/obj/machinery/keycard_auth{pixel_y = 28; req_access = list("ACCESS_SCIENCE_LEVEL4","ACCESS_ENGINEERING_LEVEL4","ACCESS_SCIENCE_LEVEL3")},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"hUg" = (/obj/structure/table/reinforced,/obj/item/boombox,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"hUL" = (/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"hVm" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"hWg" = (/turf/unsimulated/mineral,/area/site53/uhcz/scp106parts) +"hWJ" = (/obj/structure/table/plastic,/obj/machinery/chemical_dispenser/bar_alc/full,/obj/effect/floor_decal/corner/green/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"hWW" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"hXt" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 1},/obj/machinery/microwave{pixel_y = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"hYc" = (/obj/machinery/cooker/fryer,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"hYI" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"hZJ" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"hZQ" = (/obj/structure/bed/chair/wood/mahogany{dir = 4},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"hZV" = (/obj/effect/paint_stripe/gray,/obj/item/device/radio/intercom/locked{dir = 1; name = "intercom (SCP-173)"},/turf/simulated/wall/titanium,/area/site53/ulcz/scp173) +"ibe" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"ibG" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"icI" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"idK" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"ifi" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"ify" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"ifO" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 10; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"igO" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"iiq" = (/obj/item/device/flashlight/lamp,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"iiB" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/storage/mrebag/menu3,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"iiI" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/storage/bible/bible,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"iiS" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"iiT" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"ijz" = (/obj/machinery/cooker/cereal,/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ijO" = (/obj/structure/hygiene/shower,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"iko" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ikA" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/machinery/photocopier/faxmachine{department = "IT Department"; send_access = list(500)},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"ilG" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"ilN" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"iml" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"imw" = (/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"imZ" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"inI" = (/obj/effect/decal/cleanable/greenglow,/mob/living/simple_animal/hostile/scarybat{faction = "Shaft"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"inN" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/item/modular_computer/console/preset/library,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"ioa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/spot{dir = 8},/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/door/window/brigdoor{dir = 4; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"iof" = (/obj/effect/floor_decal/industrial/loading{dir = 8; name = "Entry Line"},/obj/machinery/door/firedoor{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"ioR" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Shower checkpoint windows"; name = "Shower checkpoint windows"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/cellbubble) +"ipf" = (/obj/machinery/optable,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"ipu" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"ipL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"iqs" = (/obj/structure/hygiene/toilet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"irC" = (/obj/structure/table/standard,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows South"; name = "DCZ Booth Windows South"},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) +"isP" = (/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"itm" = (/obj/machinery/door/airlock/security{name = "D-Class Assignments"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/assignmentbubble) +"ito" = (/obj/machinery/door/airlock/external/glass{id_tag = "Humagateway1"; name = "Exterior door"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"itr" = (/turf/simulated/floor/holofloor/grass,/area/site53/llcz/mine/unexplored) +"itM" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/llcz/hallways) +"iud" = (/obj/item/clothing/gloves/latex/nitrile,/obj/item/reagent_containers/spray/cleaner,/obj/item/clothing/suit/surgicalapron,/obj/item/clothing/mask/surgical,/obj/structure/table/rack,/obj/item/defibrillator/loaded,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"iuh" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"iuA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"ivh" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/janitorial) +"ivl" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "173emerg"},/turf/simulated/floor,/area/site53/ulcz/scp173) +"ivv" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"ivz" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"ivA" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"ivD" = (/obj/effect/decal/cleanable/cobweb2,/obj/effect/decal/cleanable/blood,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"iwg" = (/obj/machinery/optable,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"iwB" = (/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"ixk" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"ixF" = (/obj/structure/bed/roller/ironingboard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"iyK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"izj" = (/obj/structure/table/reinforced,/obj/machinery/door/window/northright{name = "LLCZ Medical Checkpoint"},/obj/machinery/door/window/southright{name = "LLCZ Medical Checkpoint"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/obj/machinery/door/blast/shutters/open{begins_closed = 1; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"iAn" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{name = "Block 1"; req_access = list("ACCESS_SECURITY_LEVEL2"); id_tag = "Warning1"},/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"iAF" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"iAN" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor,/area/site53/llcz/hallways) +"iAU" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) +"iBc" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"iBq" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/item/storage/firstaid/stab,/obj/structure/window/basic,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"iBt" = (/obj/item/spacecash/bundle/c1000,/obj/item/spacecash/bundle/c1000,/obj/item/spacecash/bundle/c1000,/obj/item/spacecash/bundle/c1000,/obj/item/spacecash/bundle/c1000,/obj/structure/closet/crate,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"iCU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"iDy" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"iDD" = (/obj/machinery/button/flasher{id_tag = "Reeducation Flasher"; pixel_y = 32},/obj/structure/table/reinforced,/obj/item/device/megaphone,/obj/item/paper_bin,/obj/item/pen,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"iDJ" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/obj/machinery/light{dir = 8},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"iDW" = (/obj/structure/closet/secure_closet/guard/specialistshotgun,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"iEo" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"iEH" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"iFn" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"iGi" = (/obj/machinery/cooker/oven,/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"iGl" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"iHF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/scp106{dir = 1; name = "SCP-106 Outdoor Observation South"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"iHG" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"iHJ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Mining Access Gate 2"; name = "Mining Access Gate 2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"iIy" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"iIE" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"iJa" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/drinks/bottle/vodka,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"iJl" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Iso 2"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 2 shutter"; name = "Isocell 2 shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"iJv" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/hostile/meat/horrorminer{faction = "Shaft"},/turf/simulated/floor,/area/site53/llcz/mine/unexplored) +"iKb" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/plating,/area/site53/llcz/dclass/botany) +"iKi" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/barrier,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"iKF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) +"iLJ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/dclass{name = "\improper Mandatory Search!"; pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"iMw" = (/turf/unsimulated/mineral,/area/site53/llcz/mine/explored) +"iMM" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 0},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/obj/item/boombox,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"iNB" = (/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"iND" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Mining Checkpoint Lockdown"; name = "Mining Checkpoint Lockdown"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"iNY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"iOe" = (/obj/machinery/door/airlock/hatch/maintenance{name = "LHCZ Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"iOw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"iOH" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"iPo" = (/obj/machinery/door/airlock/highsecurity{id_tag = "106cycle"; locked = 1; name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106parts) +"iPK" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) +"iQh" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) +"iQW" = (/obj/structure/railing/mapped,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"iRo" = (/obj/structure/table/reinforced,/obj/item/beach_ball/holoball,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"iRu" = (/obj/effect/floor_decal/corner/purple/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"iRB" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/llcz/hallways) +"iRZ" = (/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"iSj" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"iSl" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"iSn" = (/obj/machinery/door/airlock/multi_tile/glass/civilian{dir = 8; icon_state = "closed"; name = "Canteen"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"iTg" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"iTX" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"iUi" = (/obj/structure/table/plastic,/obj/item/device/taperecorder,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"iUr" = (/obj/structure/table/woodentable/mahogany,/obj/item/device/flashlight/lamp/green,/obj/item/clothing/head/kitty,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"iUz" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/flasher{id_tag = "line3"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"iUI" = (/obj/structure/ladder/up,/turf/simulated/floor,/area/site53/surface) +"iUP" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"iUS" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"iWU" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/janitorialcart,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"iXg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"iXQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"iXY" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 4; id_tag = "173custodial"; name = "Custodial Access"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"iXZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"iYb" = (/obj/structure/table/plastic,/obj/machinery/reagentgrinder/juicer,/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"iYe" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/yellow/mono,/obj/machinery/reagentgrinder,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"iYh" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Mining Checkpoint Window"; name = "Mining Checkpoint Window"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/plating,/area/site53/llcz/mining/miningops) +"iYx" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/floor_decal/scp/stop,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"iZn" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"jah" = (/obj/machinery/reagentgrinder,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"jbj" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"jbF" = (/obj/effect/floor_decal/corner/purple/border{dir = 6},/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"jcn" = (/obj/effect/catwalk_plated,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"jcC" = (/obj/item/modular_computer/console/preset/security{dir = 8; icon_state = "console"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"jcS" = (/obj/item/bone/skull/deer,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"jdj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"jdM" = (/obj/machinery/camera/network/lcz{dir = 4},/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"jep" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 1 shutter"; name = "Isocell 1 shutter"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"jeN" = (/obj/structure/virology/analyser,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"jfa" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"jfE" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"jgk" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"jgz" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/machinery/door/airlock/multi_tile/glass/civilian{id_tag = "lczairlock1"; name = "D-class"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"jgP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"jgZ" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/flasher{id_tag = "line2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"jhk" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/hallways) +"jhr" = (/obj/item/device/flashlight/lantern,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"jih" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) +"jiG" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"jiV" = (/obj/structure/curtain/open/bed,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"jjc" = (/obj/machinery/floodlight,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"jjl" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"jjr" = (/obj/structure/table/standard,/obj/item/book/manual/chef_recipes,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"jjN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"jkB" = (/obj/structure/kitchenspike,/obj/item/material/knife/kitchen/cleaver,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"jkO" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"jkS" = (/obj/item/storage/mre,/obj/item/storage/mre,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"jlv" = (/obj/item/stool/bar/padded,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"jlE" = (/obj/machinery/washing_machine,/obj/machinery/firealarm{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"jlM" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"jmA" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/drinks/bottle/tomatojuice{name = "Tomat"; desc = "This is the little developer of the new map, Tomato, he tried really hard and burst turned into juice...he's a good boy"},/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"jmD" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) +"jne" = (/obj/machinery/flasher/portable,/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green,/obj/machinery/button/blast_door{id_tag = "Armoury Equipment"; name = "Secure room"; pixel_x = -32; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"jni" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/maintenance) +"jnL" = (/obj/structure/hygiene/toilet,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"jnM" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/contraband_detector,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"jod" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) +"jpD" = (/obj/structure/hygiene/shower{dir = 8},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 14},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"jqr" = (/obj/structure/virology/centrifuge,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"jqv" = (/obj/machinery/door/airlock/hatch{name = "Maintenance"},/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"jrd" = (/obj/machinery/smartfridge/chemistry,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp049containment) +"jrl" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"jsy" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/space) +"jtW" = (/obj/structure/sign/warning/secure_area/armory,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) +"juc" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"jur" = (/obj/structure/table/reinforced,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"jux" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/turf/unsimulated/floor{icon_state = "dark"},/area/site53/engineering/selfdestruct) +"juL" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"jwu" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Observation Shutter Control Subject"; name = "Observation Shutter Control Subject"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"jxx" = (/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"},/obj/effect/decal/cleanable/dirt,/obj/effect/spider/stickyweb,/turf/simulated/floor,/area/site53/llcz/mine/unexplored) +"jxL" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"jyW" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/site53/llcz/mining/miningops) +"jzE" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"jAe" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{name = "SCP-049"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"jAf" = (/obj/structure/cable/green,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"jAQ" = (/obj/item/storage/belt/holster/security,/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) +"jBG" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) +"jBO" = (/obj/structure/closet/secure_closet/guard/lethalshotgunammunitionbuckshot,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"jBX" = (/obj/effect/paint_stripe/red,/obj/structure/sign/warning/biohazard,/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) +"jCj" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"jCl" = (/obj/structure/bed/chair/office/comfy/beige{dir = 4},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"jCu" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) +"jDq" = (/obj/machinery/light,/obj/effect/catwalk_plated,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"jDJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"jDS" = (/obj/machinery/chem_master,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"jDV" = (/obj/machinery/door/airlock/multi_tile/glass/civilian{name = "Botany"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_BOTANY"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/botany) +"jDY" = (/obj/effect/floor_decal/corner/red/bordercorner,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"jEi" = (/obj/structure/table/reinforced,/obj/item/storage/pill_bottle/amnesticsa,/obj/item/storage/pill_bottle/amnesticsb,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"jEx" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/accessory/armband/hydro,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"jEO" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Lower Heavy Containment Substation"},/obj/structure/cable/green,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"jFw" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor,/area/site53/llcz/maintenance) +"jFJ" = (/obj/structure/table/reinforced,/obj/machinery/camera/network/lcz,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/stack/medical/splint,/obj/item/stack/medical/splint,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"jFK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/science{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor,/area/site53/llcz/hallways) +"jGe" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped,/obj/machinery/light/small/emergency{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) +"jHa" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"jHA" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) +"jIu" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/maintenance) +"jIL" = (/obj/effect/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"jIT" = (/turf/unsimulated/mineral,/area/site53/ulcz/humanoidcontainment) +"jJf" = (/obj/structure/sign/directions/examroom,/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/briefing) +"jJV" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"jKa" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"jKF" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"jKU" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"jLM" = (/obj/structure/railing/mapped,/obj/effect/floor_decal/corner/paleblue/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"jMv" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/bucket,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"jNa" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "SCP-247 Observation"; send_access = list(303)},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"jNK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"jOq" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"jPb" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"jPe" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"jPq" = (/obj/machinery/door/unpowered/simple/wood{name = "derelict building"},/obj/effect/decal/cleanable/blood/splatter,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mine/unexplored) +"jPL" = (/obj/item/light/tube,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"jQR" = (/obj/effect/paint_stripe/orange,/obj/effect/floor_decal/sign/d,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) +"jRg" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"jRi" = (/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"jSL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"jTu" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"jTC" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"jTE" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkcryo) +"jUl" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"jUM" = (/turf/simulated/floor/exoplanet/volcanic,/area/site53/llcz/mine/unexplored) +"jVd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"jVI" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"jVK" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"jWf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor,/area/site53/llcz/maintenance) +"jWt" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"jWO" = (/obj/machinery/vending/hydroseeds/generic,/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"jXI" = (/obj/machinery/vitals_monitor,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"jXS" = (/obj/effect/wallframe_spawn/reinforced,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/paint_stripe/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"jYz" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"jYF" = (/obj/structure/table/steel_reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/item/storage/pill_bottle/scp500,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"jYZ" = (/obj/structure/bed/chair/shuttle{name = "Reeducation Chair"},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"jZm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"jZq" = (/obj/structure/table/reinforced,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/machinery/light/spot{dir = 4},/obj/effect/floor_decal/corner/b_green/mono,/obj/item/storage/medical_lolli_jar,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"kay" = (/obj/machinery/light/small/red,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"kaB" = (/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"kbs" = (/obj/machinery/requests_console{department = "Archives"; departmentType = 5; pixel_y = -32},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"kbL" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"kch" = (/obj/item/modular_computer/laptop,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"kdt" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"kee" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"keB" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor,/area/site53/llcz/mine/unexplored) +"keH" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"kfB" = (/obj/item/modular_computer/console/preset/security{dir = 8; icon_state = "console"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"kgN" = (/obj/machinery/button/blast_door{id_tag = "Security Bubble Windows"; name = "Security Bubble Windows"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"khG" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 8},/turf/simulated/floor,/area/site53/lhcz/hallway) +"khM" = (/obj/structure/closet/l3closet/virology,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"kil" = (/obj/structure/table/reinforced,/obj/item/storage/chewables/candy/medicallollis,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/bodybags,/obj/item/storage/chewables/candy/medicallollis,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"kiF" = (/obj/machinery/body_scanconsole{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"kiP" = (/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) +"kjJ" = (/obj/effect/floor_decal/corner/red/border,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"kjM" = (/obj/machinery/barrier,/obj/machinery/camera/network/lcz{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"kkt" = (/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dkitchen,/obj/item/card/id/dassignment/dkitchen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"kkx" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) +"kkG" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder{pixel_y = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"kkX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"klE" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"kml" = (/obj/machinery/portable_atmospherics/hydroponics/soil,/obj/machinery/light,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"kmC" = (/obj/machinery/button/blast_door{id_tag = "scp8panic"; name = "Panic button"; pixel_y = 24},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"kmJ" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"knd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"kng" = (/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"kno" = (/obj/structure/closet/secure_closet,/obj/item/material/twohanded/spear,/obj/item/material/knife/combat,/obj/item/material/knife/combat,/obj/item/material/twohanded/fireaxe,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"knz" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/structure/flora/pottedplant/deskfern,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"knG" = (/obj/structure/sign/scp/keter_scp{pixel_y = -32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"knN" = (/obj/machinery/photocopier/faxmachine{department = "D-Class Primary Security Post"; send_access = list(202)},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"knZ" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Living Room Window Shutter"; name = "049 Living Room Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"koJ" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber Intake"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"koM" = (/obj/machinery/door/airlock/civilian{name = "D-Class Cryo"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) +"koV" = (/obj/item/reagent_containers/food/drinks/cans/sodawater,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"kqv" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"krp" = (/obj/structure/bed/chair/wood/mahogany{dir = 8},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"krW" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor,/area/site53/llcz/hallways) +"ksz" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/unsimulated/mineral,/area/site53/llcz/mining/miningops) +"ksF" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Living Room Window Shutter"; name = "049 Living Room Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"ksK" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/mine/explored) +"ktA" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"ktG" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"kum" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/hallways) +"kuy" = (/obj/structure/table/reinforced,/obj/item/hand_labeler,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"kvs" = (/obj/machinery/light,/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"kwc" = (/obj/structure/fitness/weightlifter,/turf/simulated/floor/tiled/dark/airless,/area/site53/llcz/dclass/primaryhallway) +"kwT" = (/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"kxb" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"kxS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"kyk" = (/obj/structure/scp173_cage,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"kym" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"kyz" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/blast_door{dir = 4; id_tag = "Control Subject Area"; name = "Control Subject Area"; pixel_x = -23},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"kyW" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"kzd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) +"kzj" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"kBU" = (/obj/item/device/flashlight/lamp,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"kBW" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"kCt" = (/obj/structure/table/woodentable/ebony,/obj/item/flame/candle,/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"kCH" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"kDF" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"kDP" = (/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"kDX" = (/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/structure/filingcabinet,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"kEf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"kEg" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"kEB" = (/obj/machinery/flasher{id_tag = "Reeducation Flasher"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"kEM" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"kFi" = (/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"kFR" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/vending/coffee,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"kGD" = (/obj/machinery/button/femur_breaker{pixel_y = 22},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"kGJ" = (/obj/machinery/door/airlock/security{name = "D-Block"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/botany) +"kGU" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"kGV" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"kHa" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"kHE" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) +"kIN" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"kJc" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"kKF" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"kLe" = (/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/alarm{dir = 1; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"kLy" = (/obj/item/clothing/shoes/swat,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"kLV" = (/obj/item/clothing/gloves/thick/botany,/obj/item/material/minihoe,/obj/structure/closet/secure_closet/hydroponics_torch,/obj/item/reagent_containers/glass/bucket,/obj/item/shovel/spade,/obj/item/device/radio/headset/headset_service,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"kOr" = (/obj/effect/floor_decal/corner/red/border,/obj/machinery/light/spot,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"kOu" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/kitchenbotanybubble) +"kOQ" = (/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"kPg" = (/obj/machinery/photocopier/faxmachine{department = "SCP-012 Containment Chamber"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"kPx" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Medical Supply Storage Window Shutter"; name = "049 Medical Supply Storage Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"kQC" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"kQK" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Living Room Access"; name = "049 Living Room Access"; pixel_y = -23},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"kQR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"kQV" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"kRg" = (/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"kRs" = (/obj/machinery/bodyscanner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"kRD" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"kSh" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"kSi" = (/obj/effect/floor_decal/corner/yellow/mono,/obj/machinery/chemical_dispenser/full,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"kTk" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Mining Checkpoint Lockdown"; name = "Mining Checkpoint Lockdown"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"kTE" = (/obj/structure/table/standard,/obj/item/storage/box/syringes,/obj/item/storage/box/syringes,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"kTM" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor,/area/site53/lhcz/hallway) +"kUx" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"kUA" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"kUG" = (/obj/machinery/door/airlock/civilian{name = "canteen"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchen) +"kVF" = (/obj/machinery/vending/classdwater,/obj/machinery/light{dir = 4},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"kVG" = (/obj/structure/morgue{dir = 8},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) +"kVV" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"kWc" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/door/blast/shutters{id_tag = "Observation Shutter Cage"; name = "Observation Shutter Cage"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"kWe" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 14},/obj/machinery/door/airlock/external/glass/bolted/cycling{id_tag = "scp8_exterior"},/obj/machinery/door/blast/regular/open{dir = 8; icon_state = "pdoor0"; id_tag = "scp8panic"; name = "SCP-008 Lockdown shutter"},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"kWh" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"kXe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/lcz{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"kXi" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/regular,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"kXm" = (/obj/item/storage/mirror{pixel_y = -28},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"kXp" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"kXH" = (/obj/structure/table/woodentable/mahogany,/obj/item/reagent_containers/food/snacks/slice/applecake,/obj/item/newspaper,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"kYh" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"kYI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"kYN" = (/obj/item/modular_computer/console/preset/paperwork_dataserver{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) +"kYW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Mining Access Gate 1"; name = "Mining Access Gate 1"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"kZv" = (/obj/structure/window/reinforced/tinted,/obj/structure/hygiene/shower{dir = 4},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"kZx" = (/obj/structure/table/reinforced,/obj/item/beach_ball,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"kZY" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"kZZ" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 4; id_tag = "EZ Checkpoint West"; name = "EZ Checkpoint West"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mine/unexplored) +"lcy" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"ldT" = (/obj/machinery/light,/obj/structure/ore_box,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) +"leU" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 1},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"lfB" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"lfZ" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/flasher{id_tag = "Lower LCZ Flash"},/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"lgT" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"lib" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/uhcz/scp106parts) +"liv" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"liL" = (/obj/machinery/icecream_vat,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"liU" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{id_tag = "049 West Section Habitations"; name = "049 West Section Habitations"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"ljb" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"ljm" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"ljn" = (/obj/machinery/firealarm{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"ljp" = (/obj/structure/curtain/open/shower/security,/turf/simulated/floor/holofloor/wood,/area/site53/llcz/dclass/primaryhallway) +"ljH" = (/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"ljR" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/machinery/light/small/emergency{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) +"lkh" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 0},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"lkR" = (/obj/effect/catwalk_plated/white,/obj/machinery/light{dir = 8},/turf/simulated/floor/plating,/area/site53/ulcz/scp173) +"lli" = (/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"llj" = (/obj/structure/bed/chair/office/comfy/blue{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"llw" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"llF" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"lmg" = (/turf/unsimulated/mineral,/area/site53/uhcz/scp8containment) +"lmP" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped,/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"lmV" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"lmW" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber Departure"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) +"lnA" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/llcz/hallways) +"lnF" = (/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"lnG" = (/obj/structure/closet/djcloset,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"loP" = (/obj/structure/table/rack,/obj/item/reagent_containers/food/snacks/sosjerky,/obj/item/reagent_containers/food/snacks/sosjerky,/obj/item/reagent_containers/food/snacks/sosjerky,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/boombox,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"loR" = (/obj/structure/sign/poster/tegu_random,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) +"lpM" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"lqh" = (/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"lqi" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"lqM" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/railing/mapped{dir = 8},/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"lrA" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/drinks/bottle/whiskey,/obj/item/reagent_containers/glass/rag,/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"lrL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) +"lrN" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"lsm" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) +"lsR" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) +"ltf" = (/obj/machinery/door/airlock/science{name = "Airlock"; req_access = list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3")},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"ltl" = (/obj/machinery/light/spot,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"lty" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"ltM" = (/obj/effect/decal/cleanable/flour,/turf/simulated/wall/titanium,/area/site53/llcz/mine/unexplored) +"luw" = (/obj/machinery/light{dir = 4},/obj/machinery/suspension_gen,/obj/item/wrench,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"lwo" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/structure/bed/chair/padded/black{dir = 1},/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"lwA" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/holohoop,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"lwF" = (/obj/machinery/light,/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"lwQ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/sign/dclass{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/recreationhallway) +"lwX" = (/obj/structure/disposalpipe/segment,/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"lyE" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkcryo) +"lyV" = (/obj/structure/hygiene/sink{dir = 1; pixel_y = 16},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"lzf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) +"lzh" = (/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"lzN" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/chem) +"lAw" = (/obj/machinery/light,/obj/structure/target_stake,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"lBn" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/item/modular_computer/console/preset/medical{dir = 4; icon_state = "console"},/turf/unsimulated/floor{icon_state = "dark"},/area/site53/engineering/selfdestruct) +"lCk" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"lCl" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"lCO" = (/obj/machinery/vending/hydronutrients/generic,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"lCU" = (/obj/structure/crematorium{dir = 4; id = "Reeducation Cremator"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) +"lDM" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/sign/warning/secure_area{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"lED" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/warning/smoking,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) +"lEW" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4; icon_state = "warningcorner"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"lGa" = (/obj/machinery/chem_master/condimaster,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"lGE" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"lHO" = (/obj/structure/table/woodentable,/obj/machinery/light,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"lIe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"lIo" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/botany) +"lIK" = (/obj/machinery/button/blast_door{id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"; pixel_y = 24},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"lJC" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"lKu" = (/obj/structure/table/steel_reinforced,/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"lKO" = (/obj/structure/railing/mapped,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"lLi" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"lLn" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"lMM" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Control Subject Preparation"; name = "Control Subject Preparation"},/obj/machinery/light{dir = 8},/obj/machinery/button/blast_door{dir = 4; id_tag = "Control Subject Area"; name = "Control Subject Area"; pixel_x = -23},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"lMV" = (/obj/structure/closet/djcloset,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"lOh" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/blast/regular{id_tag = "049 South Section Entryway"; name = "049 South Section Entryway"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"lOI" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"lPi" = (/obj/machinery/light{dir = 1},/obj/structure/table/standard,/obj/item/device/scanner/plant,/obj/item/device/scanner/plant,/obj/item/device/scanner/plant,/obj/item/device/scanner/plant,/obj/item/device/scanner/plant,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"lPN" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"lPO" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/red/bordercee{dir = 4},/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"lQa" = (/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"lQd" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"lQr" = (/obj/structure/bed/chair/office/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"lQE" = (/obj/structure/bed/chair/comfy,/obj/structure/bed/chair/comfy,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"lQI" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/railing/mapped{dir = 1},/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"lRl" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"lSx" = (/obj/machinery/button/crematorium{id_tag = "scp8crem"; pixel_x = -24; req_access = list("ACCESS_SCIENCE_LEVEL4")},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"lSI" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"lSJ" = (/turf/simulated/floor,/area/site53/lhcz/hallway) +"lSL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"lUD" = (/obj/structure/bed,/obj/item/bedsheet,/obj/effect/landmark{name = "JoinLateDclass"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"lUF" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/sign/directions/ez{dir = 8; pixel_y = 30},/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"lVo" = (/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"lVr" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"lVM" = (/obj/item/clothing/mask/balaclava,/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) +"lVX" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"lXd" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"lYH" = (/obj/machinery/light/small,/obj/structure/cable/green,/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"lYY" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"lZj" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"lZO" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"lZU" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-008"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/shutters{id_tag = "SCP 008 Storage"; name = "SCP 008 Storage"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"maP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/structure/sign/warning/internals_required{dir = 8; pixel_x = 32},/obj/effect/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"maS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"maX" = (/obj/machinery/vending/fitness,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"mbs" = (/obj/effect/catwalk_plated/white,/obj/machinery/light{dir = 4},/turf/simulated/floor/plating,/area/site53/ulcz/scp173) +"mbD" = (/obj/item/modular_computer/console/preset/security,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"mcC" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/storage/pill_bottle/dice,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"mcI" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"mdl" = (/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"mdu" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint Cubicle 2"; name = "LCZ Checkpoint Cubicle 2"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) +"mdA" = (/obj/structure/bed/chair,/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"mem" = (/obj/structure/flora/pottedplant/deskfern{pixel_x = 3},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"meD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"meS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"mfF" = (/obj/item/modular_computer/console/preset/security{dir = 1; icon_state = "console"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"mgP" = (/obj/machinery/button/blast_door{id_tag = "Reeducation Lockdown"; name = "Reeducation Lockdown"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/power/apc{dir = 8},/obj/machinery/light{dir = 8},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"mgS" = (/obj/machinery/body_scanconsole{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"mhP" = (/obj/structure/bookcase/manuals/engineering,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"mjF" = (/obj/machinery/door/airlock/highsecurity{name = "Local Virology"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"mkd" = (/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"mke" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"mkm" = (/obj/effect/floor_decal/corner/green/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"mkV" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"mlw" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/brigdoor/southright{req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northleft,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignmentbubble) +"mmp" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"mnk" = (/obj/machinery/vending/hydroseeds/priced,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"mnI" = (/obj/structure/table/steel_reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"mop" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"moB" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"mpe" = (/obj/structure/table/reinforced,/obj/item/device/lightreplacer,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"mpC" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"mqz" = (/obj/machinery/light/spot{dir = 1},/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"mqQ" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/scp012) +"mqR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"mrk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Security Bubble Windows"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cellbubble) +"msw" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"msB" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"msF" = (/obj/effect/floor_decal/corner/red/border,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"msN" = (/obj/machinery/camera/network/scp343{name = "scp166-V"; network = list("SCP-166-V CCTV Network")},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"mtx" = (/obj/item/material/cross/gold{anchored = 1},/turf/simulated/floor/carpet,/area/site53/ulcz/humanoidcontainment) +"mul" = (/obj/machinery/vending/boozeomat{req_access = list()},/obj/effect/floor_decal/corner/green/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"muG" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"mvE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"mwc" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) +"mwd" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"mwu" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"mxb" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"mxt" = (/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"mxP" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"myo" = (/obj/machinery/button/blast_door{dir = 8; id_tag = "Control Subject Preparation"; name = "Control Subject Preparation"; pixel_x = 24; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"myK" = (/obj/machinery/flasher{id_tag = "Reeducation Flasher"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"myL" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"mzQ" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Surgery Window Shutter"; name = "049 Surgery Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"mAu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"mAz" = (/obj/machinery/door/airlock/highsecurity{name = "LCZ Armoury"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"mBd" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) +"mBE" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"mBO" = (/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"mCe" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"mCh" = (/obj/structure/closet/wardrobe/chaplain_black,/obj/machinery/camera/network/scp343{name = "scp166-V"; network = list("SCP-166-V CCTV Network")},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"mCp" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/prep) +"mCs" = (/obj/structure/hygiene/shower{dir = 4},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"mCH" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"mCK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"mCT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"mDf" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) +"mDh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"mDv" = (/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"mDK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"mDV" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Control Subject Preparation"; name = "Control Subject Preparation"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"mEC" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"mEF" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"mFa" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) +"mFr" = (/obj/structure/railing/mapped,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"mFt" = (/obj/item/organ/internal/brain,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"mFz" = (/obj/structure/sign/scp/euclid_scp{pixel_x = 32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"mFW" = (/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/door/window/brigdoor{dir = 4; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"mGe" = (/obj/item/modular_computer/console/preset/civilian{dir = 1; icon_state = "console"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"mGs" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) +"mGx" = (/obj/item/tape_roll,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"mGR" = (/obj/machinery/door/blast/regular{id_tag = "dclassassig"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"mJb" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkequip) +"mJe" = (/obj/item/device/flashlight/lamp,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"mJN" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/button/blast_door{dir = 8; id_tag = "Infected Subject Area"; name = "Infected Subject Area"; pixel_x = 22; pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) +"mJO" = (/obj/machinery/camera/network/lcz,/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"mJV" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"mKj" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"mKl" = (/obj/structure/table/marble,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"mKF" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/assignment) +"mKP" = (/obj/machinery/door/airlock/science{name = "SCP-173 Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"mKU" = (/obj/machinery/light/small{dir = 8},/obj/machinery/button/flasher{id_tag = "terminationcell"; pixel_y = -30},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"mLF" = (/obj/structure/hygiene/toilet{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"mLI" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"mLR" = (/obj/machinery/door/airlock/glass/security{name = "049 Observation"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"mMr" = (/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"mMW" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"mNb" = (/obj/effect/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"mNv" = (/obj/structure/hygiene/sink{dir = 8; pixel_x = -12},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"mNB" = (/obj/structure/ladder/up,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"mNH" = (/obj/machinery/atmospherics/unary/tank/air{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"mOL" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) +"mOS" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"mPw" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"mPP" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"mQq" = (/obj/effect/floor_decal/industrial/firstaid/corner{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"mRa" = (/obj/machinery/camera/network/scp106{dir = 4; name = "SCP-106 Outdoor Observation West"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"mRq" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"mSq" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) +"mTd" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"mTl" = (/obj/machinery/door/airlock/highsecurity{name = "D-Cells Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entry Checkpoint Access2"; name = "DCZ Entry Checkpoint Access"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"mTz" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{req_access = list("ACCESS_SECURITY_LEVEL2"); name = "Block 2"; id_tag = "Warning2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"mTT" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"mVg" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkequip) +"mVq" = (/obj/effect/paint_stripe/orange,/obj/item/storage/mirror{pixel_x = -10},/obj/item/storage/mirror{pixel_x = 10},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/shower) +"mWG" = (/obj/machinery/light,/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dbotany,/obj/item/card/id/dassignment/dbotany,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"mXi" = (/obj/item/clothing/gloves/white,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"mXo" = (/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"mXt" = (/obj/machinery/button/flasher{id_tag = "line2"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"mXA" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/machinery/flasher{id_tag = "Lower LCZ Flash"},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"mZx" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"mZR" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"nao" = (/obj/effect/floor_decal/industrial/firstaid{dir = 1},/obj/machinery/door/window/brigdoor/northright{name = "Medbay Secure"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_MEDICAL"))},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"naz" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"nbo" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"nbD" = (/obj/machinery/light{dir = 4},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"nbT" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) +"ncu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"ncC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"ndq" = (/obj/structure/janitorialcart,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"ndz" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/obj/structure/window/reinforced{dir = 8},/obj/machinery/button/flasher{id_tag = "Lower LCZ Flash"; name = "Flasher"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"ndI" = (/obj/machinery/door/blast/regular,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) +"ndL" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"ndW" = (/obj/structure/window/reinforced/tinted{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"nej" = (/obj/structure/table/rack,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"neD" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"nfw" = (/obj/structure/table/standard,/obj/item/gun/launcher/syringe,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"nfE" = (/obj/machinery/door/airlock/highsecurity/bolted{name = "SCP-500 Secure Containment Cell"; req_access = list(list("ACCESS_SECURITY_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"ngg" = (/obj/machinery/door/airlock/highsecurity{name = "Prep and Equipment"; req_access = list("ACCESS_SECURITY_LEVEL4")},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"ngh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"ngq" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/mine/unexplored) +"ngH" = (/obj/item/flame/candle,/obj/structure/table/woodentable,/turf/simulated/floor/holofloor/wood,/area/site53/llcz/dclass/primaryhallway) +"ngL" = (/obj/structure/barricade,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"nhg" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/closet/djcloset,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"nhR" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"nhY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"niO" = (/obj/effect/floor_decal/corner/red/border,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"niR" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/llcz/maintenance) +"njQ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"nkq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"nli" = (/obj/structure/hygiene/drain/bath,/obj/machinery/light{dir = 1},/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) +"nlz" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"nlS" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) +"nmc" = (/obj/machinery/atmospherics/pipe/zpipe/up/supply{dir = 1},/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{dir = 1},/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/obj/structure/disposalpipe/up{dir = 1},/obj/structure/cable,/turf/simulated/floor,/area/site53/llcz/maintenance) +"nmo" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"nmO" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"noi" = (/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/loading{dir = 4; name = "Exit Line"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbay"; name = "CDZ Medbay"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"noH" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"noR" = (/obj/structure/closet/secure_closet/guard/specialistshotgun,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"npl" = (/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable,/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"npn" = (/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"npV" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Office Window Shutter"; name = "049 Office Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"nqk" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/surgery,/obj/item/storage/box/freezer,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/medicalpost/morgue) +"nrd" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"nrM" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"nsr" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"nsu" = (/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"nsO" = (/obj/structure/bed/chair/wheelchair{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"ntj" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"nuh" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"nun" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/structure/table/plastic,/obj/item/storage/fancy/crayons,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"nuo" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"nuG" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/flasher{id_tag = "terminationcell"},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) +"nuL" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"nuT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/light/small/red,/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) +"nvz" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"nvG" = (/obj/machinery/door/airlock/glass{name = "527"},/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"nvT" = (/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"nwn" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 0},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"nxf" = (/obj/structure/bed/chair/pew/left/mahogany,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"nxo" = (/obj/structure/railing/mapped,/obj/machinery/button/blast_door{dir = 1; id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"nxF" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"nxJ" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"nxK" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/deliveryChute{dir = 8},/obj/machinery/door/window{dir = 8; name = "DANGER: LEADS TO SCP-012 CHAMBER"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"nxM" = (/obj/machinery/organ_printer/flesh/mapped,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"nyw" = (/obj/structure/flora/ausbushes/ppflowers,/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"nzs" = (/obj/structure/cable,/obj/machinery/power/terminal{dir = 8},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"nzX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"nAp" = (/obj/effect/floor_decal/corner/green/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"nAy" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/closet{name = "D-Class Medical Storage"},/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/head/nursehat,/obj/item/clothing/head/nursehat,/obj/item/clothing/head/nursehat,/obj/item/clothing/glasses/hud/health/visor,/obj/item/clothing/glasses/hud/health/visor,/obj/item/clothing/glasses/hud/health/visor,/obj/item/device/scanner/health,/obj/item/device/scanner/health,/obj/item/device/scanner/health,/obj/item/storage/belt/medical/emt,/obj/item/storage/belt/medical/emt,/obj/item/storage/belt/medical/emt,/obj/item/storage/box/armband/med,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"nBm" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/structure/bed/chair/pew/left,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"nBB" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/item/modular_computer/console/preset/aislot/sysadmin{dir = 8; icon_state = "console"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) +"nBK" = (/obj/machinery/libraryscanner,/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"nCf" = (/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"nCj" = (/obj/machinery/door/airlock/security{name = "Commisionary"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"nCA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"nDq" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/blast/shutters/open{begins_closed = 1; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/obj/machinery/button/alternate/door{id_tag = "LobbyMedD"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"nEc" = (/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"nEl" = (/obj/structure/window/reinforced/tinted,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"nEm" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"nER" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"nFZ" = (/obj/machinery/flasher{id_tag = "Reeducation Flasher"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"nGA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/lcz{dir = 4},/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"nGQ" = (/obj/item/modular_computer/console/preset/cardslot/command_sec{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"nGV" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"nHd" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "SCP-008 Observation"; send_access = list(204)},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"nHK" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"nHQ" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/light{dir = 4},/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Entry Checkpoint Access2"; name = "DCZ Entry Checkpoint Access2"; pixel_x = -4; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = 8},/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Entry Checkpoint Access"; name = "DCZ Entry Checkpoint Access"; pixel_x = -4; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = -2},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"nHX" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/turf/simulated/floor/tiled/dark/monotile,/area/site53/ulcz/scp173) +"nIj" = (/obj/machinery/door/airlock/medical{name = "Chemistry"; req_access = list("ACCESS_MEDICAL_LEVEL2")},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"nIy" = (/obj/structure/closet/crate/bin,/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"nKf" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = 32},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"nKp" = (/obj/item/device/radio/intercom/locked{dir = 4; name = "intercom (SCP-012)"; pixel_x = -26},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"nKz" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"nLc" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"nLU" = (/obj/machinery/light,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"nMf" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters/open{id_tag = "Warning3"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"nMt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/standard,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"nNu" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"nNC" = (/obj/machinery/button/blast_door{id_tag = "DCZChem"; name = "Chemistry Shutters"; pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"nNR" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"nOJ" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"nPf" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"nPW" = (/obj/structure/table/standard,/obj/item/clothing/gloves/boxing/blue,/obj/item/clothing/gloves/boxing/blue,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"nRc" = (/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"},/obj/item/organ/internal/lungs,/obj/item/organ/internal/lungs,/obj/item/organ/internal/lungs,/obj/item/organ/internal/liver,/obj/item/organ/internal/liver,/obj/item/organ/internal/liver,/obj/item/organ/internal/heart,/obj/item/organ/internal/heart,/obj/item/organ/internal/heart,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"nRk" = (/obj/effect/paint_stripe/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"nRn" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbaywin"; name = "CDZ Medbay Window Shutters"},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"nTS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"nTT" = (/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"nVx" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"nWj" = (/obj/structure/bed,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"nWn" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/warning/corner{dir = 8; icon_state = "warningcorner"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"nXO" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"nYf" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"nYy" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "Shower checkpoint windows"; name = "Shower checkpoint windows"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"nYT" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/photo{name = "strange photo"; desc = "there's a white man in the photo, his face is crossed out with something sharp...I think I've heard of him somewhere."},/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"oav" = (/obj/structure/closet,/obj/item/device/camera,/obj/item/device/camera_film,/obj/item/device/camera_film,/obj/effect/floor_decal/corner/purple/border{dir = 9},/obj/item/crowbar/emergency_forcing_tool,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"oaQ" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) +"oaV" = (/obj/effect/floor_decal/corner/paleblue/mono,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"obd" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"ocD" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) +"ocK" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"odd" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{id_tag = "106cycle"; locked = 1; name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"odl" = (/obj/structure/table/rack,/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/item/stack/material/titanium,/obj/item/stack/material/titanium,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"odm" = (/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"; req_access = list("ACCESS_SCIENCE_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) +"odG" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"oeJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass/research{name = "SCP-012"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/scp012) +"oeW" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters/open{id_tag = "Warning1"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"ofK" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"ofO" = (/obj/item/clothing/under/scp/dclass{pixel_y = -1},/obj/item/clothing/head/collectable/hardhat{pixel_y = 20},/obj/structure/statue{desc = "A plaque on the statue reads: 'For once he stood here, a friend in orange. The Liberator.'"; name = "statue of The Liberator"},/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"ogj" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"ohu" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{id_tag = "049 East Section Medical"; name = "049 East Section Medical"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"ohC" = (/obj/machinery/light,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"ohS" = (/obj/structure/table/plastic,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ohV" = (/obj/machinery/light,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"oib" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/flasher{id_tag = "Lower LCZ Flash"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"oid" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped{dir = 1},/obj/machinery/light/small/emergency,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) +"oif" = (/obj/item/pickaxe,/turf/simulated/floor,/area/site53/surface) +"oiF" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"ojz" = (/obj/effect/paint_stripe/red,/obj/structure/sign/SecureArealv4mtf,/turf/simulated/wall/titanium,/area/site53/llcz/scp500) +"ojF" = (/obj/effect/landmark{name = "scp049"},/obj/structure/bed/chair/comfy/black{dir = 8},/obj/structure/sign/greencross{pixel_x = 32},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"okg" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"okI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"okL" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"olw" = (/obj/machinery/job_terminal,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"olN" = (/obj/structure/table/reinforced,/obj/item/toy/figure/janitor,/obj/item/clothing/head/beret/purple,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"onn" = (/obj/structure/table/reinforced,/obj/item/gun/launcher/foam/revolver,/obj/item/gun/launcher/foam,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"onQ" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) +"onX" = (/obj/machinery/light/spot{dir = 1},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ook" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"ooF" = (/obj/structure/table/standard,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"opi" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Medical Supply Storage Window Shutter"; name = "049 Medical Supply Storage Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"oqu" = (/obj/structure/table/reinforced,/obj/item/deck/cards,/obj/item/deck/cards,/obj/item/deck/cards,/obj/item/deck/cards,/obj/item/storage/candle_box,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"oqE" = (/obj/structure/hygiene/sink/kitchen{dir = 8; name = "surgery sink"; pixel_x = 21},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"orw" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"orM" = (/obj/effect/landmark/start{name = "Class D"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"osp" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"ost" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"osy" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/material/knife/utility{name = "sharpener"},/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"otz" = (/obj/structure/table/reinforced,/obj/item/pen,/obj/item/paper,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"otK" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"otP" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/door/window{dir = 1; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"ouu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"ouL" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/medical{name = "Morgue"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"ovL" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"ovP" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/assignmentbubble) +"ovR" = (/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = -28},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"ovY" = (/obj/structure/table/standard,/obj/item/storage/toolbox/mechanical{pixel_y = 8},/obj/item/storage/toolbox/electrical,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"owO" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "dchecknorth"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"oyv" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"ozi" = (/obj/structure/disposalpipe/segment,/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) +"oAt" = (/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"oAI" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"oAV" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"oBC" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"oCo" = (/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"oCq" = (/obj/structure/iv_drip,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"oCI" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106parts) +"oCX" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"oDa" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"oEj" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/canteen) +"oEJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"oFq" = (/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"oFw" = (/obj/structure/table/rack,/obj/item/storage/fancy/cigarettes,/obj/item/storage/fancy/cigarettes/carcinomas,/obj/item/storage/fancy/cigarettes/dromedaryco,/obj/item/storage/fancy/cigarettes/jerichos,/obj/item/storage/fancy/cigarettes/killthroat,/obj/item/storage/fancy/cigarettes/luckystars,/obj/item/storage/fancy/cigarettes/menthols,/obj/item/storage/fancy/cigarettes/professionals,/obj/item/storage/box/matches,/obj/item/storage/box/matches,/obj/item/storage/box/matches,/obj/item/flame/lighter/cyan,/obj/item/flame/lighter/green,/obj/item/flame/lighter/pink,/obj/item/flame/lighter/red,/obj/item/flame/lighter/yellow,/obj/item/flame/lighter,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"oFL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"oGy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/catwalk_plated/white,/obj/machinery/hologram/holopad,/turf/simulated/floor,/area/site53/llcz/hallways) +"oHa" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"oHo" = (/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/scp500) +"oHs" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"oHQ" = (/obj/structure/table/plastic,/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"oJb" = (/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"oJh" = (/obj/item/modular_computer/console/preset/security,/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"oJC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"oKl" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"oKD" = (/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{id_tag = "Entity Cage"; name = "Entity Cage"},/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) +"oLd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"oLo" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "dchecknorth"; name = "North Blastdoors"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = 8},/obj/machinery/button/blast_door{dir = 3; id_tag = "dchecksouth"; name = "South Blastdoors"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = -2},/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"; pixel_x = 5; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_y = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"oLq" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"oMp" = (/obj/item/reagent_containers/food/drinks/teapot,/obj/structure/table/woodentable/mahogany,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"oMN" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular{id_tag = "173north"},/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) +"oMW" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"oNu" = (/obj/structure/table/rack,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/o2,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"oNw" = (/obj/structure/closet,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"oNH" = (/obj/item/paper{name = "hand-written note"; info = "FUCK FUCK FUCK!!! They promised to get me out of here! I'm D-9174 at least they made me think so, I've been digging for about two hundred hours.... fuck! HE SAID HE WAS GOING TO GET ME OUT OF HERE! they made me fall asleep next to a fucking painting, I was in my house first, then I dug, I dug almost without interruptions! HE SAID THAT THEY WOULD SAVE ME! fuck! fuck! fuck! I'm gradually suffocating, there's a bunch of MY FUCKING corpses, I dug into this fucking room, it shows hope, I hear someone digging already under me, I brought some tools with me, I hope someone finds me and saves me......."},/obj/item/pen,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"oOs" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/med_checkpointoverlook) +"oPd" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/drinks/bottle/tomatojuice{name = "Tomat"; desc = "This is the little developer of the new map, Tomato, he tried really hard and burst turned into juice...he's a good boy"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"oPi" = (/obj/machinery/door/airlock/highsecurity{id_tag = "106cycle"; name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/hallway) +"oPz" = (/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"oPJ" = (/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"oQD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"oQY" = (/obj/structure/closet/secure_closet/guard/riotgear,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/site53/llcz/dclass/cellbubble) +"oSU" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"oTt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "dchecksouth"; name = "South Blastdoors"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Booth Windows South"; name = "DCZ Booth Windows South"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"oTx" = (/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"oTE" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"oTF" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"oUa" = (/obj/structure/bed,/obj/item/device/flashlight/pen,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"oUk" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{dir = 4; id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"oUr" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/shieldwallgen/online{max_range = 10; req_access = list(); storedpower = 50000},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106parts) +"oVr" = (/obj/machinery/door/blast/regular{id_tag = "dchecksouth"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"oWP" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"oXf" = (/obj/structure/janitorialcart,/turf/simulated/floor/tiled/steel_ridged,/area/site53/uhcz/scp8containment) +"oYa" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"oYl" = (/obj/effect/floor_decal/corner/yellow/mono,/obj/structure/table/standard,/obj/item/storage/box/beakers,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/dropper/industrial,/obj/item/storage/box/pillbottles,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"oYU" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/lhcz/maintenance) +"oYX" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"oZm" = (/obj/structure/sign/directions/ez{pixel_y = -30},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"oZA" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"pac" = (/obj/structure/sign/dclass{pixel_y = 32},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"pak" = (/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/outline/blue,/obj/structure/holohoop,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"pam" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"paF" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"pbA" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"pbP" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"pbV" = (/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"pcp" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"pcs" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"pcC" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"pda" = (/obj/structure/hygiene/shower,/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"pdw" = (/obj/structure/table/plastic,/obj/item/flame/lighter/zippo/gunmetal,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"pdJ" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/lcz{dir = 4},/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"pdN" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"pei" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cryo) +"pes" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor/northleft{req_access = list("ACCESS_NETWORK")},/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"pev" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"peR" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"pfd" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) +"pff" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"pft" = (/obj/machinery/microwave,/obj/machinery/light{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"pfF" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"pgc" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor,/area/site53/llcz/maintenance) +"pgT" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"phb" = (/obj/machinery/camera/network/scp049{dir = 8; name = "SCP-049 Observation Access"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"phf" = (/mob/living/simple_animal/tindalos{dir = 4},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"piS" = (/obj/structure/bed/chair/office,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"piZ" = (/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/hallway) +"pjk" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{dir = 1; id_tag = "scp8_airlock"; pixel_y = -25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4")); tag_exterior_door = "scp8_exterior"; tag_interior_door = "scp8_interior"},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"pjm" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"pjo" = (/obj/machinery/button/crematorium{id_tag = "Reeducation Cremator"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL2"))},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/reeducation) +"pju" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"pjw" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"plm" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"plJ" = (/obj/structure/crematorium{dir = 4; id = "Reeducation Cremator 2"},/obj/machinery/light,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) +"plM" = (/obj/structure/table/reinforced,/obj/item/inflatable_duck,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"pme" = (/obj/machinery/light{dir = 1},/obj/effect/catwalk_plated,/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"pmt" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) +"pmz" = (/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"pmT" = (/obj/structure/curtain/open/shower,/obj/structure/hygiene/shower,/turf/simulated/floor/tiled/freezer,/area/site53/lhcz/scp049containment) +"pnx" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"pnT" = (/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"poM" = (/obj/structure/bed/chair/wood{dir = 4},/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ppd" = (/obj/machinery/light{dir = 1},/obj/structure/filingcabinet,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"ppg" = (/obj/structure/closet/l3closet,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"pqf" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"pqh" = (/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/port_gen/pacman/mrs,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"pqo" = (/obj/machinery/door/airlock/highsecurity{name = "Punishment cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"pqH" = (/obj/structure/closet{name = "D-Class Storage"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"prb" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "049emerg"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"prc" = (/obj/random/drinkbottle,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"prj" = (/obj/effect/decal/cleanable/blood/writing{desc = "DEBT OF LIFE PAID TO THE LION OF DEATH"; drydesc = "It looks like it's been there for some time."; message = "DEBT OF LIFE PAID TO THE LION OF DEATH"; name = "bloody markings"; text = "DEBT OF LIFE PAID TO THE LION OF DEATH"},/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) +"prm" = (/obj/structure/table/standard,/obj/item/device/scanner/reagent,/obj/item/device/scanner/reagent,/obj/item/device/scanner/reagent,/obj/item/device/scanner/reagent,/obj/item/device/scanner/reagent,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"prK" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"psg" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"psX" = (/obj/structure/table/woodentable/mahogany,/obj/effect/landmark/costume/maid,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"ptb" = (/obj/effect/floor_decal/corner/beige/mono,/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"pto" = (/obj/structure/sign/directions/ez{dir = 1; pixel_x = -30},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"ptq" = (/obj/effect/decal/cleanable/cobweb2,/obj/structure/table/woodentable,/obj/item/storage/toolbox/electrical,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"ptG" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 8},/obj/item/storage/mrebag/menu8,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"ptK" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"pvz" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/ulcz/scp173) +"pvH" = (/obj/structure/table/plastic,/obj/item/material/kitchen/rollingpin,/obj/item/material/kitchen/rollingpin,/obj/effect/floor_decal/corner/green/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"pvI" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"pvM" = (/obj/machinery/door/airlock/glass/civilian{name = "Inventory storage"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"pww" = (/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"pwA" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/botany) +"pxH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"pyf" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"pyI" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"pyX" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-1102-RU"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor,/area/site53/lhcz/hallway) +"pAc" = (/obj/machinery/camera/network/lcz,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"pAt" = (/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/power/apc/hyper,/obj/structure/cable/green,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"pAA" = (/obj/structure/bed/chair/wood{dir = 8},/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"pAF" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Common Window Shutter"; name = "Common Window Shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"pAV" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"pBp" = (/obj/structure/railing/mapped,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"pBZ" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"pCx" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"pDP" = (/obj/effect/floor_decal/industrial/warning{dir = 5; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"pEV" = (/obj/structure/table/woodentable/ebony,/obj/item/flame/candle,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"pEX" = (/obj/machinery/light{dir = 1},/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"pFk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"pFn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) +"pFx" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-1102-RU"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) +"pFR" = (/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"pGi" = (/obj/structure/hygiene/sink{dir = 8; pixel_x = -11},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"pGt" = (/obj/structure/kitchenspike,/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"pGE" = (/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"pHz" = (/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/westleft{req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"pHY" = (/obj/structure/table/reinforced,/obj/item/toy/figure/gardener,/obj/item/clothing/accessory/armband/hydro,/obj/item/clothing/suit/storage/hooded/wintercoat/hydro,/obj/item/storage/backpack/hydroponics,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"pIB" = (/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"pJi" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) +"pJp" = (/obj/item/modular_computer/console/preset/security,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"pKz" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"pKB" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/lightgrey/border,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"pKG" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/shieldwallgen/online{max_range = 10; req_access = list(); storedpower = 50000},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"pLu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) +"pMl" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) +"pML" = (/obj/machinery/camera/network/lcz,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"pMY" = (/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/obj/machinery/button/blast_door{id_tag = "247lockdown"; name = "Containment Unit Lockdown button"; pixel_y = 24},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"pNw" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/machinery/camera/autoname{dir = 1; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"pND" = (/obj/structure/sign/scp/euclid_scp{pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"pNY" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"pPD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"pQN" = (/obj/structure/ladder/up,/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/maintenance) +"pQZ" = (/obj/structure/bed/chair/office/comfy/beige,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"pRj" = (/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dmedical,/obj/item/card/id/dassignment/dmedical,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"pSA" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"pSN" = (/obj/machinery/light,/obj/structure/filingcabinet,/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"pTc" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"pTk" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/spray/cleaner/drone,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"pTL" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"pTT" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/closet/crate,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"pTZ" = (/turf/unsimulated/mineral,/area/site53/llcz/mine/unexplored) +"pUs" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"pUt" = (/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"pUY" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/structure/table/plastic,/obj/item/crowbar/emergency_forcing_tool,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"pVm" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) +"pWe" = (/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"pXk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"pXU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/closet/secure_closet/hydroponics_dclass,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"pYe" = (/obj/structure/closet/secure_closet/hydroponics_dclass,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"pYq" = (/obj/structure/hygiene/toilet{dir = 4},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"pYz" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"pYT" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor,/area/site53/engineering/server_room) +"pZm" = (/obj/structure/hygiene/sink/kitchen{pixel_y = 22},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp8containment) +"qaj" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"qao" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/light/small/red{dir = 8; icon_state = "bulb1"; pixel_x = -11},/turf/unsimulated/floor{icon_state = "dark"},/area/site53/engineering/selfdestruct) +"qau" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qaK" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 Bedroom Window Shutter"; name = "049 Bedroom Window Shutter"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"qaZ" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/structure/table/plastic,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"qbj" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qbO" = (/obj/structure/table/standard,/obj/item/storage/box/freezer,/obj/item/storage/box/bodybags,/obj/item/device/radio,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"qbR" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Self-Destruct Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"qbV" = (/obj/effect/floor_decal/corner/red/border,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"qdC" = (/obj/structure/table/reinforced,/obj/machinery/light/spot{dir = 8},/obj/item/clothing/gloves/latex/nitrile,/obj/item/clothing/mask/surgical,/obj/item/clothing/suit/surgicalapron,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/reagent_containers/spray/cleaner,/obj/machinery/flasher{id_tag = "EMTflashCDZ"; name = "Medical Flash"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"qeq" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"qer" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"qet" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"qeJ" = (/obj/machinery/camera/autoname{network = list("Heavy Containment Zone Network")},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"qfa" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"qfM" = (/obj/item/clothing/gloves/thick/swat,/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) +"qfZ" = (/obj/effect/paint_stripe/gray,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"qgf" = (/obj/effect/paint_stripe/red,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/uhcz/scp106parts) +"qgQ" = (/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) +"qgS" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "CDZMedbaywin"; name = "Medbay Windows"; pixel_y = 7; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{id_tag = "CDZMedbay"; name = "Entry Lockdown"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"qhD" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qid" = (/obj/structure/bed/chair/wood/maple,/turf/simulated/floor/holofloor/wood,/area/site53/llcz/dclass/primaryhallway) +"qiq" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"qiA" = (/obj/structure/railing/mapped,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qiO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"qja" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"qjC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/item/device/radio/intercom/locked{dir = 1; name = "intercom (SCP-012)"; pixel_y = -32},/obj/effect/catwalk_plated,/obj/machinery/light/small/red,/turf/simulated/floor,/area/site53/llcz/scp012) +"qjF" = (/obj/effect/floor_decal/corner/green/bordercorner,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"qjH" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qjX" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/lcz{dir = 1},/obj/machinery/light/spot,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"qkm" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"qli" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"qlQ" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) +"qnD" = (/obj/structure/barricade,/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) +"qnM" = (/obj/effect/landmark{name = "scp173"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qnT" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"qoe" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"qop" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/pointybush,/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"qos" = (/obj/structure/flora/ausbushes/sunnybush,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"qoU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qps" = (/obj/machinery/door/airlock/glass/civilian{name = "Secure store"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"qpM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"qqe" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"qqr" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "right500"},/obj/structure/sign/SecureArealv4mtf{pixel_y = 32},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"qqR" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qra" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"qrt" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"qrx" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"qrE" = (/obj/item/clothing/under/syndicate/tacticool,/turf/simulated/floor/exoplanet/water/shallow,/area/site53/llcz/mine/unexplored) +"qrM" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Security Bubble Windows"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cellbubble) +"qsQ" = (/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"qsX" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "173"; name = "Southern 173 Gate"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "173north"; name = "Northern 173 Gate"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{id_tag = "173emerg"; name = "Observation Emergency Blast Doors button"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qtu" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"quf" = (/obj/machinery/light{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"quy" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/dclass/primaryhallway) +"quN" = (/obj/machinery/chemical_dispenser/bar_soft/full,/obj/structure/table/plastic,/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"qvU" = (/obj/structure/table/standard,/obj/item/clothing/mask/surgical,/obj/item/clothing/mask/surgical,/obj/item/clothing/mask/surgical,/obj/item/clothing/gloves/latex,/obj/item/clothing/gloves/latex,/obj/item/clothing/gloves/latex,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qwb" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"qwg" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"qwl" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"qwo" = (/obj/effect/paint_stripe/yellow,/turf/simulated/wall/titanium,/area/site53/uhcz/scp106parts) +"qxP" = (/obj/machinery/door/airlock/glass/civilian{name = "D-Class WC"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"qxV" = (/obj/effect/paint_stripe/white,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/r_wall/prepainted,/area/site53/engineering/server_room) +"qyq" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"qyS" = (/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"qzc" = (/obj/item/bikehorn/rubberducky,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"qze" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Self-Destruct Maintenance"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"qAi" = (/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qAo" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qBm" = (/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qBM" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"qCu" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/camera/network/scp173{c_tag = "173 Containment"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qCv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qDr" = (/obj/structure/table/reinforced,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) +"qDD" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Isocell 1 shutter"; name = "Isocell 1 shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"qDH" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"qDL" = (/obj/machinery/organ_printer/flesh/mapped,/obj/item/storage/box/freezer,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"qEp" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"qEs" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"qEF" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"qFj" = (/obj/structure/janitorialcart,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"qFq" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/lcz,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"qFK" = (/obj/structure/bed/chair/wood{dir = 8},/obj/effect/floor_decal/corner/green/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"qGy" = (/obj/structure/hygiene/shower{dir = 4},/obj/structure/curtain/open/shower,/obj/effect/floor_decal/floordetail/edgedrain{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"qGL" = (/obj/machinery/disposal/deliveryChute{dir = 4; name = "Smelted Mineral Delivery Chute"},/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/door/window{dir = 4; name = "Interior Door"; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"qGO" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"qHP" = (/obj/effect/floor_decal/corner/beige/mono,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"qIm" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entry Checkpoint Access"; name = "DCZ Entry Checkpoint Access"},/obj/machinery/door/airlock/highsecurity{name = "D-Cells Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"qIK" = (/obj/structure/table/woodentable/mahogany,/obj/item/modular_computer/laptop{name = "TV"},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"qIQ" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"qJa" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qJs" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"qJA" = (/obj/structure/stairs/east,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"qJI" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"qJO" = (/obj/machinery/door/airlock/glass/civilian{name = "Free store"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qKn" = (/obj/machinery/door/airlock/highsecurity,/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"qKr" = (/obj/machinery/barrier,/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"qKN" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qLE" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"qLR" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"qMc" = (/obj/item/tape_roll,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"qMy" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/light/small/red{dir = 8; icon_state = "bulb1"; pixel_x = -11},/obj/machinery/firealarm,/turf/unsimulated/floor{icon_state = "dark"},/area/site53/engineering/selfdestruct) +"qMZ" = (/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"qOc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"qOg" = (/obj/machinery/light/spot{dir = 1},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qOi" = (/obj/structure/hygiene/shower{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"qOu" = (/obj/structure/table/woodentable/mahogany,/obj/item/device/radio/phone{anchored = 1},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"qPe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"qPl" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/multi_tile/glass/civilian{id_tag = "lczairlock1"; name = "Assignments & Recreation"},/obj/machinery/door/blast/regular{id_tag = "dclassassig"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"qPO" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"qQc" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/window/reinforced{dir = 0},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"qQo" = (/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) +"qQs" = (/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/obj/item/clothing/mask/muzzle,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qQK" = (/obj/machinery/camera/network/scp049{dir = 1; name = "SCP-049 Subject Reception"},/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"qQN" = (/obj/machinery/vending/medical{dir = 4; req_access = list()},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"qQW" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"qRl" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/item/modular_computer/console/preset/engineering{dir = 8; icon_state = "console"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) +"qSa" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/effect/catwalk_plated/white,/obj/structure/disposalpipe/junction/yjunction,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/llcz/hallways) +"qSs" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"qST" = (/turf/simulated/floor/lino,/area/site53/engineering/server_room) +"qUf" = (/obj/structure/table/standard,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"qVx" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"qVS" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Entity Cage"; name = "Entity Cage"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"qWc" = (/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/table/reinforced,/obj/item/boombox,/obj/item/device/megaphone,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"qWm" = (/obj/structure/reagent_dispensers/water_cooler,/obj/machinery/light{dir = 8},/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"qWw" = (/obj/structure/bed/chair/shuttle/black,/obj/structure/railing/mapped{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"qWO" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"qXg" = (/obj/structure/closet/radiation,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"qXn" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"qXC" = (/obj/item/device/flashlight/pen,/obj/item/device/taperecorder,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/camera,/obj/item/device/camera_film,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qXP" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"qYn" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"qYw" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"qYy" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "second2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"qZg" = (/obj/effect/landmark/start{name = "IT Technician"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) +"qZq" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"qZE" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"raL" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"rbW" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"rcF" = (/obj/machinery/mineral/stacking_machine,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/site53/llcz/mining/miningops) +"rcY" = (/obj/item/stack/cable_coil,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"rdg" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{id_tag = "Emergency Shotguns"; name = "Emergency Shotguns"; pixel_x = -32; req_access = list("ACCESS_SECURITY_LEVEL4")},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) +"rdl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"rdQ" = (/obj/structure/table/reinforced,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"rdW" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"rec" = (/obj/item/gun/projectile/pistol/mk9{allowed_magazines = list(/obj/item/ammo_magazine/scp/mk9/rubber); name = "Ancient MK9 Foundation pistol"},/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) +"reQ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/cells) +"rfe" = (/obj/structure/flora/ausbushes/leafybush,/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"rfY" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"rga" = (/obj/structure/disposalpipe/segment,/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/llcz/mine/unexplored) +"rgg" = (/obj/machinery/computer/guestpass{pixel_y = 28},/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"rgs" = (/obj/machinery/vending/dinnerware,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"rgz" = (/obj/structure/cable/green,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/nuclearbomb/station{name = "Facility Nuke terminal"},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"rhE" = (/obj/structure/closet/djcloset,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"rhN" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/ore_box,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"riC" = (/obj/machinery/light,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"riV" = (/obj/machinery/door/airlock/glass/civilian{id_tag = "lczairlock3"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/shutters/open{id_tag = "D Recreation Access"; name = "D Recreation Access"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/recreationhallway) +"rjd" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"rjs" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/briefing) +"rjC" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"rkN" = (/obj/effect/landmark/start{name = "Class D"},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"rlu" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"rlB" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/camera/network/lcz{dir = 8},/obj/structure/table/reinforced,/obj/item/boombox,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"rnb" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"rnD" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/SecureArealv1mtf,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"rnE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"roh" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"roT" = (/obj/structure/table/rack,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) +"rpf" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"rpS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"rql" = (/obj/machinery/door/airlock/highsecurity{name = "Server Room"; req_access = list("ACCESS_NETWORK")},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) +"rqp" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"rqw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"rqT" = (/obj/structure/iv_drip,/obj/effect/floor_decal/industrial/firstaid{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"rsd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"rst" = (/obj/structure/table/steel_reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/machinery/camera/network/hcz,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"rsN" = (/obj/machinery/door/airlock/highsecurity,/obj/machinery/door/blast/regular,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) +"rsV" = (/turf/simulated/floor,/area/site53/llcz/mine/unexplored) +"rtd" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/camera/network/lcz,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"rtm" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"rtF" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"rtJ" = (/obj/machinery/reagentgrinder,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"rtX" = (/obj/effect/paint_stripe/white,/turf/simulated/wall/prepainted,/area/site53/engineering/maintenance/llczmaint) +"rue" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mining/miningops) +"ruj" = (/obj/structure/sign/directions/medical{dir = 8; pixel_x = -32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"rvd" = (/obj/structure/skele_stand,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"rvD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"rvK" = (/obj/structure/railing/mapped,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"rvL" = (/obj/structure/ore_box,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) +"rwh" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/hallways) +"rxi" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/autoname{network = list("SCP-247 CCTV Network")},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"rxm" = (/obj/structure/table/standard,/obj/machinery/light{dir = 8},/obj/item/storage/box/masks,/obj/item/storage/box/gloves,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"rxA" = (/obj/structure/sign/warning/biohazard{pixel_y = 34},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/unary/tank,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"rxL" = (/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"ryr" = (/obj/machinery/door/airlock/highsecurity{name = "High Security Cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"ryx" = (/obj/machinery/light{dir = 1},/obj/structure/table/reinforced,/obj/item/storage/pill_bottle/amnesticsa,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"ryy" = (/obj/machinery/door/airlock/science{name = "166-V"},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"ryL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/science{name = "SCP-012 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"rzL" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Mining Access Gate 2"; name = "Mining Access Gate 2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"rzX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"rAh" = (/obj/item/storage/box/checkers/chess,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"rAk" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/roller,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"rAy" = (/obj/structure/table/standard,/obj/item/ironingiron,/obj/item/ironingiron,/obj/item/ironingiron,/obj/item/ironingiron,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"rBu" = (/obj/structure/skele_stand,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"rBP" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor,/area/site53/lhcz/hallway) +"rCy" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/alarm{pixel_y = 23; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) +"rCA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/blackgrid,/area/site53/engineering/selfdestruct) +"rDq" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"rEd" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) +"rFd" = (/obj/structure/table/standard,/obj/item/clothing/under/shorts/blue,/obj/item/clothing/under/shorts/blue,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"rFD" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"rFN" = (/obj/machinery/door/airlock/highsecurity{name = "Cell"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"rGa" = (/obj/effect/wallframe_spawn/reinforced,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"rGb" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"rGn" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/site53/engineering/lowernukeladders) +"rGQ" = (/obj/item/clothing/head/hairflower/blue,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"rHr" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/scp106,/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"rHw" = (/obj/machinery/light{dir = 1},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) +"rHE" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"rHP" = (/obj/machinery/camera/network/lcz{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"rIu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"rIX" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"rJV" = (/obj/structure/closet/secure_closet/paramedic,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/device/flash,/obj/item/device/flash,/obj/item/clothing/glasses/sunglasses,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"rKz" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/server_room) +"rKS" = (/obj/structure/closet/crate/hydroponics/prespawned,/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"rLe" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"rLY" = (/mob/living/simple_animal/hostile/scarybat{faction = "Shaft"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"rMl" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"rMH" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"rMK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"rML" = (/obj/structure/table/standard,/obj/item/material/knife/table/plastic,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"rNw" = (/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) +"rOo" = (/obj/structure/ladder/up,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/lowernukeladders) +"rOr" = (/obj/effect/paint_stripe/gray,/obj/structure/reagent_dispensers/peppertank,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) +"rOZ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"rPb" = (/obj/structure/table/reinforced,/obj/item/device/megaphone,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"rPB" = (/obj/structure/table/woodentable/mahogany,/obj/item/modular_computer/laptop/preset/custom_loadout/standard{name = "TV"},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"rQf" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"rQm" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entrance Windows"; name = "DCZ Entrance Windows"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"rRP" = (/obj/machinery/cryopod{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkcryo) +"rRZ" = (/obj/machinery/door/airlock/science{name = "Airlock"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/obj/machinery/door/blast/regular/open{id_tag = "Lower LCZ Checkpoint East Access"; name = "Lower LCZ Checkpoint East Access"},/turf/simulated/floor,/area/site53/llcz/hallways) +"rSo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"rSw" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows North"; name = "DCZ Booth Windows North"},/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) +"rSG" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"rSP" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"rSX" = (/obj/machinery/light,/obj/structure/table/reinforced,/obj/item/card/id/dassignment/dmining,/obj/item/card/id/dassignment/dmining,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"rUd" = (/obj/item/storage/box/checkers/chess/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"rUz" = (/obj/structure/bookcase/manuals/engineering,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"rVm" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"rVM" = (/obj/machinery/camera/network/scp049{dir = 8; name = "SCP-049 Observation 3"},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"rVV" = (/obj/machinery/vending/snack,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"rWq" = (/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"rWE" = (/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"rYj" = (/obj/machinery/button/crematorium{id_tag = "Reeducation Cremator 2"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_MEDICAL_LEVEL2"))},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/reeducation) +"rZp" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"rZI" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"sao" = (/obj/machinery/camera/network/hcz,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"saW" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"sbs" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"scX" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped,/obj/machinery/papershredder,/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"sdi" = (/obj/machinery/seed_extractor,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"sdv" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/surgery) +"sdV" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"seh" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"sek" = (/obj/structure/table/rack,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/item/stack/material/tritium/fifty,/obj/machinery/camera/network/scp106,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"seI" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"sfm" = (/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"sgt" = (/turf/simulated/floor/carpet,/area/site53/ulcz/humanoidcontainment) +"sgG" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"sgY" = (/obj/structure/table/woodentable/mahogany,/obj/item/flame/candle,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"shF" = (/obj/structure/closet/crate/large,/obj/effect/floor_decal/industrial/outline/grey,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"sik" = (/obj/effect/paint_stripe/gunmetal,/turf/simulated/wall/titanium,/area/site53/engineering/selfdestruct) +"sil" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"sjm" = (/obj/structure/table/reinforced,/obj/machinery/light/spot{dir = 1},/obj/machinery/button/blast_door{dir = 1; id_tag = "Security Bubble Window"; name = "Entry Bubble Windows"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "Security Bubble Door"; name = "Security Bubble Door"; pixel_y = -2; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"sjZ" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) +"skO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"skU" = (/obj/machinery/vending/hydronutrients,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"slr" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"smc" = (/obj/machinery/button/alternate/door/bolts{id_tag = "106cycle"; name = "Chamberlock Door Cycle button"; pixel_y = 23; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/button/femur_breaker{pixel_y = -22},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"smq" = (/obj/machinery/door/blast/regular{id_tag = "dchecksouth"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"sms" = (/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"smv" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/button/flasher{id_tag = "EMTflashCDZ"; pixel_y = -32; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"snH" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-008"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/turf/simulated/floor,/area/site53/lhcz/hallway) +"snM" = (/obj/machinery/gibber{req_access = list()},/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"soZ" = (/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) +"spf" = (/obj/item/stack/tile/floor,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"spj" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/hallways) +"spF" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"spN" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"spO" = (/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"sqa" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"sqg" = (/obj/machinery/smartfridge,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"sqq" = (/obj/effect/floor_decal/corner/purple/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"sqY" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"srx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"srz" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"srB" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"srP" = (/obj/structure/table/standard,/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"ssy" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"ssH" = (/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) +"stj" = (/obj/item/clothing/head/hardhat/orange,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"stV" = (/obj/structure/bed/chair/wood{dir = 4},/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"sva" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"svo" = (/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"svO" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"svY" = (/obj/machinery/light,/obj/structure/hygiene/toilet{dir = 4},/turf/simulated/floor/tiled/freezer,/area/site53/lhcz/scp049containment) +"swe" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/sign/dclass{pixel_y = -32},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"swL" = (/obj/effect/landmark{name = "scp420j"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"swN" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"swX" = (/mob/living/simple_animal/hostile/scarybat{faction = "Shaft"},/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) +"sxS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"syp" = (/obj/structure/closet/crate/bin,/obj/effect/floor_decal/corner/b_green/mono,/obj/item/book/manual/scp/medsop,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"syL" = (/obj/machinery/light{dir = 4},/obj/machinery/vending/hydronutrients,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"szS" = (/obj/machinery/door/airlock/science{name = "SCP-173 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"sAf" = (/obj/structure/mopbucket,/obj/item/mop,/obj/machinery/light/spot{dir = 1},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"sAk" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"sAD" = (/obj/structure/table/woodentable,/obj/item/tape_roll,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"sAE" = (/obj/structure/table/standard,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"sAH" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/machinery/portable_atmospherics/hydroponics/soil,/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"sBh" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"sBM" = (/obj/machinery/smartfridge/chemistry,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"sDC" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "Test Subject Line West"; name = "Test Subject Line West"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = -6},/obj/machinery/button/blast_door{dir = 1; id_tag = "Test Subject Line East"; name = "Test Subject Line East"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"sDK" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"sDV" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/clothing/accessory/armband/med,/obj/item/clothing/accessory/armband/med,/obj/item/clothing/accessory/armband/med,/obj/item/clothing/accessory/armband/med,/obj/item/clothing/accessory/armband/med,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"sEt" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"sEZ" = (/obj/structure/table/rack,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/reinforced/fifty,/obj/item/stack/material/glass/reinforced/fifty,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"sFq" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"sGa" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"sGj" = (/obj/machinery/door/airlock/hatch{name = "Maintenance"},/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/server_room) +"sGv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"sGw" = (/obj/machinery/power/apc{dir = 4; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"sGy" = (/obj/turbolift_map_holder/uhcztolhcz,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/hallway) +"sGK" = (/obj/structure/sign/scp/safe_scp{pixel_x = -32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"sGU" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) +"sHh" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"sHm" = (/obj/effect/decal/cleanable/blood/writing{desc = "DEBT OF LIFE PAID TO THE LION OF DEATH"; drydesc = "It looks like it's been there for some time."; message = "DEBT OF LIFE PAID TO THE LION OF DEATH"; name = "bloody markings"; text = "DEBT OF LIFE PAID TO THE LION OF DEATH"},/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"sHB" = (/obj/structure/table/plastic,/obj/machinery/microwave,/obj/effect/floor_decal/corner/green/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"sHT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"sIr" = (/mob/living/simple_animal/yithian,/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"sJY" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-049"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"sLd" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"sLU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"sMi" = (/obj/structure/table/standard,/obj/item/spacecash/bundle/c10,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"sNQ" = (/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"sOl" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) +"sOW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"sPk" = (/obj/structure/table/standard,/obj/item/paper_bin,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"sPC" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Test Subject Line East"; name = "Test Subject Line East"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"sPN" = (/obj/effect/floor_decal/industrial/loading{dir = 4; name = "Exit Line"},/obj/machinery/door/firedoor{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"sPS" = (/obj/structure/table/standard,/obj/item/clothing/gloves/boxing,/obj/item/clothing/gloves/boxing,/obj/item/clothing/gloves/boxing,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"sRE" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/maintenance) +"sSw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"sSX" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/item/auto_cpr,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"sTd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"sVP" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/flasher{id_tag = "line1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"sWE" = (/obj/machinery/computer/cryopod{pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/machinery/alarm{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) +"sXd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"sXD" = (/obj/structure/table/standard,/obj/item/storage/box/syringegun,/obj/item/storage/box/syringegun,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"sXY" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"sYh" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"sYP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"sZF" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/table,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"tag" = (/obj/machinery/door/window/northleft{name = "Reeducation Separator"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"tbr" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"tbE" = (/obj/machinery/button/blast_door{id_tag = "Common Window Shutter"; name = "Common Window Shutter"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"tcA" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "D-class cells"; name = "D-class cells"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"tde" = (/obj/machinery/door/airlock/hatch/maintenance{name = "SCP-895 Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/item/taperoll/engineering/applied,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"tds" = (/obj/structure/virology/iso{pixel_x = -5},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"tdB" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"tei" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"teS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/sign/dclass{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"tfc" = (/obj/structure/table/reinforced,/obj/item/material/kitchen/rollingpin,/obj/item/clothing/suit/chef/classic,/obj/item/clothing/head/collectable/chef,/obj/item/toy/figure/chef,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"tfq" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/engineering/maintenance/llczmaint) +"tfx" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"tfA" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"tgv" = (/obj/structure/barricade,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"tgA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"tgR" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"thj" = (/obj/item/device/radio/intercom/locked{dir = 4; name = "intercom (SCP-173)"; pixel_x = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"thK" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) +"thV" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"tie" = (/obj/machinery/sleeper{dir = 4},/obj/machinery/light/spot{dir = 8},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"tis" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/storage/bible/bible,/obj/item/paper/dcell,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"tje" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"tkf" = (/obj/item/clothing/head/hairflower,/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) +"tkg" = (/obj/structure/iv_drip,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"tkt" = (/obj/machinery/door/airlock/vault{name = "Self Destruct Room"; req_access = list("ACCESS_ADMIN_LEVEL5")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/lowernukeladders) +"tky" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"tkH" = (/turf/simulated/wall/titanium,/area/site53/llcz/mine/unexplored) +"tkM" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"tlf" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/item/modular_computer/console/preset/aislot/sysadmin,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"tli" = (/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"tmv" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"tmQ" = (/obj/machinery/door/airlock/highsecurity{name = "D-Cells Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Cubicle 2"; name = "LCZ Checkpoint Cubicle 2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"tnh" = (/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) +"tnJ" = (/obj/structure/window/reinforced,/obj/machinery/vending/cola,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"tri" = (/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Mining Access Gate 1"; name = "Mining Access Gate 1"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"trB" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"trJ" = (/obj/item/tape_roll,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) +"trX" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"tsM" = (/obj/machinery/cooker/grill,/obj/effect/floor_decal/corner/green/bordercorner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ttI" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"ttU" = (/obj/machinery/light{dir = 1},/obj/machinery/door/window/westleft,/obj/machinery/button/flasher{id_tag = "Reeducation Flasher"; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"tuD" = (/obj/machinery/computer/mining,/turf/simulated/wall/r_wall/prepainted,/area/site53/llcz/mining/miningops) +"tvs" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"tvy" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"tvC" = (/obj/structure/fitness/punchingbag,/turf/simulated/floor/tiled/dark/airless,/area/site53/llcz/dclass/primaryhallway) +"tvX" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"twf" = (/obj/item/clothing/head/hardhat/orange,/turf/simulated/floor,/area/site53/surface) +"twW" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"twZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/janitorial) +"txb" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) +"txy" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"txC" = (/obj/structure/closet/crate/secure/biohazard/blanks,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"txR" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor,/area/site53/llcz/maintenance) +"tyB" = (/obj/machinery/camera/network/lcz{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/blast_door{id_tag = "Mining Checkpoint Lockdown"; name = "Mining Checkpoint Lockdown"; pixel_x = -32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"tzq" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"tzv" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/morgue) +"tzz" = (/obj/item/device/megaphone,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"tzD" = (/obj/effect/catwalk_plated,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) +"tzY" = (/obj/item/ammo_magazine/scp/mk9/rubber,/turf/simulated/floor/holofloor/grass,/area/site53/llcz/mine/unexplored) +"tAj" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/pen,/obj/item/paper_bin,/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows South"; name = "DCZ Booth Windows South"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) +"tAv" = (/obj/machinery/light{dir = 4},/obj/item/clothing/under/wetsuit,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"tAw" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/button/blast_door{id_tag = "049 South Section Entryway"; name = "049 South Section Entryway"; pixel_y = 24},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"tAx" = (/obj/machinery/light{dir = 8},/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"tAy" = (/obj/structure/closet,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/radio,/obj/item/device/radio,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"tAI" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"tBs" = (/obj/structure/bed/roller/ironingboard,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"tCp" = (/obj/machinery/door/airlock/science{name = "Airlock"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/effect/catwalk_plated/white,/obj/machinery/door/blast/regular/open{id_tag = "Lower LCZ Checkpoint West Access"; name = "Lower LCZ Checkpoint West Access"},/turf/simulated/floor,/area/site53/llcz/hallways) +"tCy" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/flasher{id_tag = "EMTflashCDZ"; name = "Medical Flash"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"tCD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/hallways) +"tCF" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"tDJ" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"tEc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"tEk" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/machinery/flasher{id_tag = "line1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"tEt" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/space) +"tEv" = (/obj/structure/table/standard,/obj/item/storage/box/beakers,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"tES" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"tFl" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"tFL" = (/obj/machinery/door/airlock/glass/civilian,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/botany) +"tGL" = (/obj/effect/paint_stripe/red,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) +"tHE" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"tHM" = (/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp8containment) +"tIm" = (/obj/machinery/door/airlock/glass/civilian{name = "bar"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"tJi" = (/obj/machinery/door/airlock/hatch/maintenance{name = "LHCZ Maintenance"; req_access = list("ACCESS_SCIENCE_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"tJp" = (/obj/structure/railing/mapped,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"tJy" = (/obj/item/stool/padded,/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"tKu" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"tLx" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"tLO" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"tLV" = (/obj/machinery/door/airlock/civilian{name = "Janitorial Closet"; req_access = list(list("ACCESS_SECURITY_LEVEL1","ACCESS_DCLASS_JANITORIAL"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"tMb" = (/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"tME" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"tNc" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/pen,/obj/item/paper_bin,/obj/machinery/door/blast/shutters/open{id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpoint) +"tNv" = (/obj/structure/table/standard,/obj/machinery/door/blast/shutters/open{id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpoint) +"tNA" = (/obj/structure/table/standard,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"},/obj/machinery/door/window/brigdoor{dir = 1; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"tNC" = (/obj/machinery/door/airlock/multi_tile/glass/civilian{name = "Mining"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_MINING"))},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"tND" = (/turf/simulated/floor/exoplanet/grass,/area/site53/llcz/mine/unexplored) +"tNG" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Common Cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Reeducation Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"tOh" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"tPw" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"tQs" = (/obj/structure/cable/green,/obj/machinery/power/apc/hyper{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"tQv" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"tQP" = (/obj/structure/dispenser/oxygen,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"tQS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/exoplanet/desert,/area/site53/engineering/maintenance/llczmaint) +"tRX" = (/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"tRZ" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/kitchenbotanybubble) +"tSE" = (/obj/item/clothing/head/hairflower,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"tSI" = (/obj/machinery/chem_master/condimaster,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"tSY" = (/turf/simulated/floor/carpet/purple,/area/site53/engineering/server_room) +"tTo" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/hallways) +"tTE" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"tTQ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) +"tVv" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"tVJ" = (/obj/structure/foamedmetal,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"tVY" = (/obj/structure/table/woodentable,/obj/item/reagent_containers/glass/beaker/large,/obj/item/material/kitchen/rollingpin,/obj/item/material/knife,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"tWh" = (/obj/structure/flora/ausbushes/reedbush,/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) +"tWI" = (/obj/effect/catwalk_plated,/obj/item/paper/crumpled{info = "Hey John, if you're seeing this then you are on 500 duty again. If some hot-shot comes through use the forcing tool to open that shitty cell, it's in your locker."; name = "informational paper"},/obj/machinery/light/small/emergency{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"tWS" = (/obj/structure/table/rack,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/head/cowboy_hat,/obj/item/clothing/gloves/thick,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"tXh" = (/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"tXF" = (/obj/machinery/cooker/cereal,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"tXH" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"tXV" = (/obj/machinery/door/firedoor{dir = 4},/obj/machinery/door/blast/regular/open{dir = 8; icon_state = "pdoor0"; id_tag = "scp8panic"; name = "SCP-008 Lockdown shutter"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/external/glass/bolted/cycling{id_tag = "scp8_interior"},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"tYd" = (/obj/effect/paint_stripe/yellow,/obj/structure/disposalpipe/segment,/turf/simulated/wall/titanium,/area/site53/uhcz/scp106parts) +"tYF" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"tYJ" = (/obj/structure/table/woodentable/mahogany,/obj/item/reagent_containers/food/drinks/small_milk{name = "CUM packet"},/obj/item/reagent_containers/glass/beaker,/obj/item/toy/figure/chaplain,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"tZc" = (/obj/structure/closet,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"tZe" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"tZn" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"tZo" = (/obj/effect/paint_stripe/red,/obj/structure/sign/poster/tegu_random,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) +"tZO" = (/obj/machinery/door/unpowered/simple/wood{name = "derelict building"},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"uaa" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) +"uaR" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"ubC" = (/obj/structure/table/woodentable/walnut,/obj/item/device/flashlight/lamp/green,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"ubE" = (/obj/machinery/light,/obj/machinery/button/blast_door{dir = 1; id_tag = "Isocell 2 shutter"; name = "Isocell 2 shutter"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"ucv" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"ucA" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "D Recreation Access"; name = "D Recreation Access"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"ucO" = (/obj/structure/cable{d1 = 16; d2 = 0; icon_state = "16-0"},/obj/structure/cable,/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"ucT" = (/obj/structure/mattress/dirty,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"udZ" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"ueq" = (/obj/structure/sign/containers{pixel_x = -32},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"uer" = (/obj/item/gun/projectile/pistol/mk9{name = "Sponsored MK9 Foundation pistol"},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"ueO" = (/obj/structure/flora/ausbushes/stalkybush,/turf/simulated/floor/holofloor/beach/water,/area/site53/llcz/mine/unexplored) +"ueP" = (/obj/machinery/button/blast_door{id_tag = "line3"; name = "Line Shutters"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"ueV" = (/obj/machinery/optable,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"ufz" = (/obj/effect/paint_stripe/orange,/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) +"ufD" = (/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{id_tag = "SCP 008 Storage"; name = "SCP 008 Storage"},/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) +"ufH" = (/obj/structure/bed/chair/office{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"ufN" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"ufQ" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"ufV" = (/obj/machinery/light/small,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"ugs" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"uhr" = (/obj/structure/closet,/obj/item/clothing/head/ushanka,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"uhA" = (/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"uhC" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/machinery/door/window/brigdoor/eastleft{dir = 8; name = "SCP-500 Primary Containment Module Door"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"uie" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"uiV" = (/obj/structure/closet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"ujL" = (/obj/structure/table/rack,/obj/item/storage/toolbox/electrical,/obj/item/storage/toolbox/mechanical,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"ujT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"ukh" = (/obj/structure/table/woodentable,/obj/structure/plushie/ian,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"ukO" = (/obj/effect/floor_decal/corner/paleblue/mono,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"ulN" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ulZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"umj" = (/obj/machinery/light{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/closet,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"umr" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"umt" = (/obj/machinery/vending/hotfood,/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"unb" = (/obj/structure/closet/crate/bin,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"unc" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"unl" = (/obj/machinery/vending/hotfood{name = "\improper Hot Milfs"},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"uox" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) +"uoI" = (/obj/machinery/power/apc{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"upa" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"upH" = (/obj/structure/cable/green,/obj/machinery/power/apc/hyper{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"upT" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/combat,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"uqG" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Observation Shutter Cage"; name = "Observation Shutter Cage"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"urj" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"urM" = (/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"usg" = (/obj/structure/bed/chair/wheelchair{dir = 8},/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"usK" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"usU" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/valve/shutoff/supply{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"usW" = (/obj/structure/hygiene/shower{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"uuu" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"uwf" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"uwD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"uwM" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"uxe" = (/obj/machinery/conveyor{dir = 4; id = "mining_internal"; id_tag = "mining_internal"},/turf/simulated/floor,/area/site53/llcz/mining/miningops) +"uxq" = (/obj/effect/floor_decal/corner/purple/border,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"uxH" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"uxQ" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"uym" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "dchecknorth"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"uyt" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor,/area/site53/ulcz/scp173) +"uyy" = (/turf/simulated/wall/r_wall/prepainted,/area/site53/llcz/mining/miningops) +"uyR" = (/obj/effect/catwalk_plated,/obj/machinery/camera/network/lcz{name = "SCP-500"; network = list("Heavy Containment Zone Network")},/obj/structure/sign/SecureArealv4mtf{pixel_y = 32},/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"uyX" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"uzw" = (/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"uAc" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"uBf" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"uBq" = (/obj/structure/table/standard,/obj/item/device/camera,/obj/item/device/camera_film,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"uBB" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/isolation) +"uBM" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor,/area/site53/llcz/mine/unexplored) +"uBZ" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"uCc" = (/obj/effect/floor_decal/corner/red/bordercee{dir = 1},/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkequip) +"uCK" = (/obj/machinery/cryopod,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) +"uDc" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/lino,/area/site53/llcz/dclass/canteen) +"uDy" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"uDQ" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/machinery/flasher{id_tag = "line2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"uDZ" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"uEh" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/med_checkpointoverlook) +"uEl" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"uEW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"uFJ" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen/multi,/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"uFS" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) +"uGo" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Self-Destruct Substation"},/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"uGT" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped,/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Entity Cage"; name = "Entity Cage"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"uHB" = (/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"uHL" = (/obj/effect/floor_decal/sign/or1,/obj/effect/floor_decal/industrial/firstaid{dir = 8},/obj/machinery/body_scan_display{pixel_y = 20},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"uIP" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/primaryhallway) +"uJu" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/bed,/obj/item/bedsheet/medical,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"uKc" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"uKe" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"uLd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/space_heater,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"uLf" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"uLi" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"uLx" = (/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"uMe" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"uMn" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"uNe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor,/area/site53/llcz/maintenance) +"uOx" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"uOR" = (/obj/machinery/cryopod,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cryo) +"uPC" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"uPM" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"uQa" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"uQr" = (/obj/machinery/light{dir = 4},/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"uQI" = (/obj/structure/table/steel_reinforced,/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/engineering/selfdestruct) +"uRT" = (/obj/structure/table/standard,/obj/machinery/camera/autoname{dir = 1; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"uSz" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"uSX" = (/obj/effect/catwalk_plated,/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"uUo" = (/obj/structure/morgue{dir = 8},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) +"uUS" = (/obj/machinery/vending/sol,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"uVX" = (/obj/machinery/cooker/grill,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"uYU" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/chem) +"vaN" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/directions/security,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) +"vbg" = (/obj/machinery/door/airlock/highsecurity{name = "Reeducation Chamber Departure"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/dclass/reeducation) +"vbH" = (/obj/machinery/mineral/unloading_machine,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled,/area/site53/llcz/mining/miningops) +"vcf" = (/obj/item/soap,/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) +"vcJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/maintenance) +"vcS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/vending/fitness,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"vdt" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "Entity Cage"; name = "Entity Cage"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"veh" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"ves" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"veK" = (/obj/item/device/flashlight/lantern,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"vfa" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"vfe" = (/obj/structure/table/reinforced,/obj/item/taperoll/medical,/obj/item/taperoll/medical,/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/b_green/mono,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"vfl" = (/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) +"vfW" = (/obj/machinery/door/airlock/highsecurity{name = "Interview Room"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"vgt" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"vgx" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"vgO" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light/small,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"vhf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "dchecknorth"; name = "North Blastdoors"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "DCZ Booth Windows North"; name = "DCZ Booth Windows North"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"vhX" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"viy" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"vjj" = (/obj/structure/closet/crate/large,/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"vjr" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"vlL" = (/obj/machinery/chem_master,/obj/effect/floor_decal/corner/yellow/mono,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"vmH" = (/obj/item/trash/chips,/obj/effect/decal/cleanable/vomit,/turf/simulated/floor/plating,/area/site53/llcz/mine/unexplored) +"vmO" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"vmZ" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) +"vnB" = (/obj/item/storage/firstaid/fire,/turf/simulated/floor/exoplanet/volcanic,/area/site53/llcz/mine/unexplored) +"voj" = (/obj/structure/railing/mapped,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"vpO" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"vqm" = (/obj/machinery/power/apc/hyper,/obj/effect/floor_decal/corner/red/border,/obj/structure/cable/green,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"vqy" = (/obj/structure/flora/ausbushes/leafybush,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"vrY" = (/obj/structure/table/steel_reinforced,/obj/machinery/button/blast_door{id_tag = "left500"},/obj/effect/floor_decal/corner/purple/border{dir = 10},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"vsn" = (/obj/structure/table/standard,/obj/item/clothing/under/shorts/red,/obj/item/clothing/under/shorts/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"vsB" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"vtA" = (/obj/machinery/camera/network/scp895{c_tag = "SCP-895 Observation"},/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"vtV" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"vtZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/closet/secure_closet/freezer/kitchen/mining,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"vuY" = (/obj/structure/bed/chair/wood{dir = 8},/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"vva" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/plating,/area/site53/llcz/mining/miningops) +"vvr" = (/obj/structure/table/reinforced,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"vvt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/hygiene/sink/kitchen{dir = 8; name = "surgery sink"; pixel_x = 21},/obj/effect/floor_decal/industrial/firstaid{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"vvx" = (/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"vvR" = (/obj/structure/table/marble,/obj/item/newspaper,/turf/simulated/floor/lino,/area/site53/lhcz/scp049containment) +"vvS" = (/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"vwm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "D-class cells hallway"; name = "D-class cells hallway"},/obj/structure/sign/warning/internals_required{dir = 4; pixel_x = -32},/obj/effect/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/mining/miningops) +"vzc" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"vCJ" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{name = "D-Class Assignments"; req_access = list("ACCESS_SECURITY_LEVEL2"); id_tag = "dclassassig"},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) +"vDe" = (/obj/effect/floor_decal/sign/m,/obj/machinery/light{dir = 8},/obj/item/modular_computer/console/preset/security{dir = 4; icon_state = "console"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpointoverlook) +"vDq" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"vDE" = (/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/structure/closet,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"vEr" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entrance Windows"; name = "DCZ Entrance Windows"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"vEw" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"vET" = (/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor,/area/site53/llcz/mining/miningops) +"vEZ" = (/obj/structure/table/steel_reinforced,/obj/item/paper/scp012,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp012) +"vFL" = (/obj/machinery/cooker/candy,/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"vFP" = (/obj/machinery/mineral/processing_unit,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/site53/llcz/mining/miningops) +"vGv" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"vGx" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"vGE" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) +"vGI" = (/obj/structure/table/standard,/obj/item/storage/slide_projector,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"vHh" = (/obj/machinery/camera/network/scp012{c_tag = "Containment Chamber"},/obj/effect/catwalk_plated,/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/llcz/scp012) +"vHT" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) +"vHY" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{dir = 4; id_tag = "Security Bubble Window"; name = "Security Bubble Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"vIj" = (/obj/structure/closet/secure_closet/freezer/kitchen{req_access = newlist()},/obj/machinery/light{dir = 4},/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"vJD" = (/obj/structure/table/plastic,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"vKz" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) +"vLn" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"vLD" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Lower Light Containment Bypass"},/turf/simulated/floor,/area/site53/llcz/maintenance) +"vLH" = (/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"vLR" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 8},/turf/simulated/floor,/area/site53/llcz/dclass/cellbubble) +"vLZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) +"vNy" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"vPE" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp8containment) +"vQg" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"vRr" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"vRL" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/structure/table/standard,/obj/item/storage/box/handcuffs,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp049containment) +"vRX" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/medical{name = "Medical Storage"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_MEDICAL"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"vSG" = (/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"vTB" = (/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"vUn" = (/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"vUA" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) +"vUD" = (/obj/machinery/door/airlock/hatch/maintenance{name = "LHCZ Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106parts) +"vWH" = (/obj/structure/target_stake,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"vWM" = (/obj/structure/hygiene/toilet{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"vWZ" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"vXh" = (/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"vXD" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"vYp" = (/obj/structure/ladder/up,/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"wag" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/brigdoor/southright{req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northleft,/obj/machinery/door/blast/shutters{dir = 2; id_tag = "line2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignmentbubble) +"war" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/recreationhallway) +"wco" = (/obj/machinery/light{dir = 1},/obj/machinery/button/blast_door{id_tag = "Mining Lockdown"; name = "Mining Lockdown"; pixel_y = 32; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"wcD" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp106parts) +"wdz" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"wdT" = (/obj/machinery/chemical_dispenser/full,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"weq" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "SCP-500"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor,/area/site53/lhcz/hallway) +"weB" = (/obj/machinery/papershredder,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"wfy" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/warning/nosmoking_2,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cells) +"wfM" = (/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost) +"wge" = (/obj/structure/iv_drip,/obj/effect/floor_decal/industrial/firstaid{dir = 1},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/flasher{id_tag = "EMTflashCDZ"; name = "Medical Flash"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"wgh" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"wgr" = (/obj/item/stool/bar/padded,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"wit" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz,/turf/simulated/floor,/area/site53/lhcz/hallway) +"wiC" = (/obj/structure/table/reinforced,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"wiK" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/llcz/mine/unexplored) +"wjs" = (/obj/machinery/camera/network/hcz,/obj/structure/sign/scp/euclid_scp{pixel_y = 32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"wju" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/obj/machinery/door/blast/shutters{id_tag = "Observation Shutter Control Subject"; name = "Observation Shutter Control Subject"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"wlF" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/scp049containment) +"wlH" = (/obj/machinery/light{dir = 1},/obj/structure/sign/directions/ez{dir = 1; pixel_y = 30},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"wlV" = (/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"wmp" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"wmO" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/uhcz/scp8containment) +"wnd" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/llcz/dclass/medicalpost) +"wni" = (/obj/structure/closet/coffin/scp895,/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"wnk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"wnx" = (/obj/machinery/camera/network/lcz{dir = 8; pixel_y = 6},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"won" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/traffic{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"woB" = (/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"woG" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/botany) +"wpb" = (/obj/structure/closet/crate/freezer/meat,/obj/effect/floor_decal/corner/green/border,/obj/machinery/light/spot,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"wqf" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters{id_tag = "DCZ Booth Windows South"; name = "DCZ Booth Windows South"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/checkpointoverlook) +"wqi" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"wqn" = (/obj/structure/table/reinforced,/obj/item/toy/figure/miner,/obj/item/clothing/suit/storage/hooded/wintercoat/miner,/obj/item/clothing/accessory/armband/cargo,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"wqF" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"wsP" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/chemical_dispenser/full,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"wsZ" = (/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"wtq" = (/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"wtJ" = (/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"wtL" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"wtX" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"wua" = (/obj/structure/closet/secure_closet/guard/riotgear,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"wuP" = (/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"wuX" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 3; id_tag = "Lower LCZ Checkpoint Windows"; name = "Lower LCZ Checkpoint Windows"; pixel_x = -6; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 3; id_tag = "Lower LCZ Checkpoint Maintenance Access"; name = "Lower LCZ Checkpoint Maintenance Access"; pixel_x = 4; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"wvo" = (/obj/machinery/button/blast_door{id_tag = "line2"; name = "Line Shutters"; pixel_y = 32; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"wwf" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "SCP-049 Lockdown"; name = "SCP-049 Lockdown"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"wwv" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102room) +"wwD" = (/obj/structure/table/standard,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"wwE" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"wwL" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "4-9"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"wwM" = (/obj/structure/sign/dclass{pixel_x = 32},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/structure/railing/mapped{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"wxu" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"wxv" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"wyd" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "Test Subject Line East"; name = "Test Subject Line East"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"wzI" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/traffic{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"wAg" = (/obj/machinery/light_construct{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/mine/unexplored) +"wAk" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/blast_door{dir = 4; id_tag = "Control Subject Area"; name = "Control Subject Area"; pixel_x = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"wAN" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignment) +"wBj" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"wBm" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"wBt" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor,/area/site53/lhcz/hallway) +"wBx" = (/obj/effect/floor_decal/corner/purple/border,/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"wBP" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"wCn" = (/obj/structure/bed/chair/comfy,/obj/effect/landmark{name = "JoinLatelcz"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"wCr" = (/obj/effect/paint_stripe/orange,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/medicalpost/surgery) +"wCI" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"wCK" = (/obj/structure/flora/pottedplant/bamboo,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"wDB" = (/obj/structure/table/reinforced,/obj/item/paper,/obj/item/paper,/obj/item/pen,/obj/item/pen,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"wEc" = (/obj/effect/decal/cleanable/blood/splatter,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"wEe" = (/obj/structure/bed/chair/office,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"wFh" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "049 West Section Habitations"; name = "049 West Section Habitations"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "049 East Section Medical"; name = "049 East Section Medical"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"wFm" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"wFD" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"wGA" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "049 Airlock Observation Window Shutter"; name = "049 Airlock Observation Window Shutter"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"wGN" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) +"wGV" = (/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"wHp" = (/obj/effect/paint_stripe/orange,/obj/structure/sign/warning/moving_parts,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/primaryhallway) +"wHy" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/entrance_checkpoint) +"wHC" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) +"wHE" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Lower Light Containment Substation"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor,/area/site53/llcz/maintenance) +"wHR" = (/obj/machinery/bodyscanner{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"wIb" = (/obj/machinery/washing_machine,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"wJa" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/scp106parts) +"wJw" = (/obj/structure/closet/crate,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"wJK" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Shower checkpoint windows"; name = "Shower checkpoint windows"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"wKd" = (/obj/machinery/shieldwallgen{active = 1; anchored = 1; max_range = 21; req_access = list()},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"wKF" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"wKZ" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"wLa" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"wLc" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/prep) +"wLC" = (/obj/machinery/floodlight{dir = 1},/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/explored) +"wLI" = (/turf/simulated/floor/tiled,/area/site53/engineering/maintenance/llczmaint) +"wMi" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"wMX" = (/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"wNd" = (/obj/effect/decal/cleanable/greenglow,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"wNQ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"wNV" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"wOc" = (/obj/structure/bed,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"wOQ" = (/obj/structure/flora/pottedplant/deskfern,/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"wPa" = (/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/hallway) +"wPN" = (/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp049containment) +"wPU" = (/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/dark/monotile,/area/site53/lhcz/scp1102room) +"wRe" = (/obj/structure/hygiene/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/item/storage/mirror{pixel_x = -23; pixel_y = 5},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"wRi" = (/obj/effect/catwalk_plated,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/scp500) +"wRr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"wRt" = (/obj/effect/wallframe_spawn/reinforced,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"wSE" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/grass,/area/site53/llcz/dclass/botany) +"wSW" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"wTj" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/machinery/button/blast_door{dir = 4; id_tag = "Reeducation Shutter"; name = "Reeducation Shutter"; pixel_x = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/reeducation) +"wTI" = (/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"wTV" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped,/obj/machinery/light,/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"wVz" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"wVK" = (/obj/machinery/contraband_detector,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"wVL" = (/obj/item/device/radio/intercom/locked{dir = 8; name = "intercom (SCP-173)"; pixel_x = -32},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"wVQ" = (/obj/effect/floor_decal/industrial/firstaid/corner{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"wWc" = (/obj/machinery/door/airlock/maintenance{name = "SCP-173 Cleaning Supplies"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "173custodial"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"wWo" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"wWq" = (/obj/machinery/button/blast_door{id_tag = "173emerg"; name = "Observation Emergency Blast Doors button"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp173) +"wWr" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"wWB" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/hallways) +"wWN" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/flasher{id_tag = "EMTflashCDZ"; name = "Medical Flash"},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"wXL" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"wZy" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"wZB" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"wZC" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"wZW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/railing/mapped,/turf/simulated/floor/wood/walnut,/area/site53/engineering/server_room) +"xaA" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"xaN" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"xaX" = (/obj/machinery/door/blast/shutters/open{dir = 4; icon_state = "shutter0"; id_tag = "Control Subject Preparation"; name = "Control Subject Preparation"},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"xby" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/item/pen,/turf/simulated/floor/tiled,/area/site53/lhcz/scp049containment) +"xbE" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"xcn" = (/obj/effect/paint_stripe/orange,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) +"xdb" = (/obj/machinery/vending/cola{dir = 8; pixel_x = 6},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"xdA" = (/obj/structure/table/reinforced,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "DCZ Entrance Windows"; name = "DCZ Entrance Windows"},/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "DCZ Entrance Lockdown"; name = "DCZ Entrance Lockdown"},/obj/machinery/door/window/brigdoor{dir = 8; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor{dir = 4; name = "Secure booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpointoverlook) +"xdW" = (/obj/structure/bed/chair/wood{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"xei" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/cells) +"xem" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/shutters{id_tag = "Reeducation Shutter"; name = "Reeducation Shutter"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"xfp" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"xge" = (/obj/structure/table/standard,/obj/machinery/reagent_temperature/cooler{pixel_x = 7},/obj/machinery/reagent_temperature{pixel_x = -7},/obj/effect/floor_decal/corner/yellow/mono,/obj/item/stack/material/phoron/ten,/obj/item/stack/material/phoron/ten,/obj/item/stack/material/phoron/ten,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"xgo" = (/obj/structure/plasticflaps,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/hallways) +"xgs" = (/obj/machinery/door/blast/regular{dir = 8; id_tag = "first1"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"xgP" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) +"xir" = (/obj/structure/table/rack,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/turf/simulated/floor/tiled/techmaint,/area/site53/uhcz/scp106parts) +"xiQ" = (/obj/machinery/button/flasher{id_tag = "line3"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"xiY" = (/obj/machinery/door/airlock/glass/security{name = "Security Bubble"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters/open{dir = 4; icon_state = "shutter0"; id_tag = "Security Bubble Door"; name = "Security Bubble Door"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"xjb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"xjf" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/medicalpost/morgue) +"xji" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"xjs" = (/obj/machinery/disposal/deliveryChute{desc = "A note read: Dispose of bodies here"; name = "Termination Disposal"},/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"xjz" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"xjC" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"xjE" = (/obj/effect/catwalk_plated/dark,/obj/structure/sign/directions/ez{dir = 8; pixel_x = 30},/turf/simulated/floor,/area/site53/lhcz/hallway) +"xjM" = (/obj/structure/table/rack,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/plasteel/fifty,/obj/item/stack/material/plasteel/fifty,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"xjO" = (/obj/structure/table/rack,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/regular,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/toxin,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/machinery/camera/network/scp049{dir = 4; name = "SCP-049 Medical Storage"},/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"xjW" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{begins_closed = 0; dir = 8; id_tag = "Security Bubble Lockdown"; name = "Security Bubble Lockdown"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "Security Bubble Windows"; name = "Security Bubble Windows"},/turf/simulated/floor/plating,/area/site53/llcz/dclass/cellbubble) +"xkF" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/scp343{name = "scp166-V"; network = list("SCP-166-V CCTV Network")},/obj/structure/table/woodentable/mahogany,/obj/item/storage/candle_box,/obj/item/flame/lighter/zippo/gunmetal,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"xkV" = (/obj/effect/paint_stripe/gunmetal,/turf/simulated/wall/titanium,/area/site53/engineering/lowernukeladders) +"xll" = (/obj/machinery/light,/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green,/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"xlu" = (/obj/effect/paint_stripe/gray,/obj/machinery/button/blast_door{req_access = list("ACCESS_SECURITY_LEVEL2"); name = "Block 3"; id_tag = "Warning3"},/turf/simulated/wall/titanium,/area/site53/llcz/dclass/isolation) +"xlU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid{dir = 1},/obj/machinery/door/window/brigdoor/northleft{name = "Medbay Secure"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2","ACCESS_DCLASS_MEDICAL"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"xnn" = (/obj/machinery/camera/network/lcz{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"xnJ" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost) +"xnO" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/scp8containment) +"xob" = (/obj/effect/floor_decal/corner/paleblue/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"xoM" = (/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/obj/machinery/vending/soda{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"xoQ" = (/turf/simulated/floor,/area/site53/llcz/dclass/reeducation) +"xpo" = (/obj/structure/table/reinforced,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"xpN" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/structure/bed/chair/pew,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"xqk" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/checkpoint) +"xqN" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"xsW" = (/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"xtI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp012) +"xua" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Maintenance Closet"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lhcz/maintenance) +"xux" = (/obj/machinery/self_destruct,/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/light/small/red{dir = 4; icon_state = "bulb1"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/selfdestruct) +"xve" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{id_tag = "049 Medical Storage"; name = "049 Medical Storage"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"xvw" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"xwb" = (/obj/structure/closet/djcloset,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/janitorial) +"xwg" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"xwv" = (/obj/item/storage/firstaid/light,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mine/unexplored) +"xwy" = (/obj/structure/bed{name = "double bed"},/obj/item/bedsheet/hos,/obj/item/toy/plushie/farwa,/mob/living/carbon/human/scp347,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) +"xwz" = (/obj/effect/floor_decal/industrial/traffic{dir = 4},/obj/machinery/firealarm{dir = 1; name = "emergency alarm"; pixel_y = -27},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"xxh" = (/obj/effect/catwalk_plated/dark,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/llczmaint) +"xxE" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/assignment) +"xxI" = (/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"xyc" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"xyF" = (/obj/machinery/door/unpowered/simple/wood{name = "derelict building"},/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/mine/unexplored) +"xza" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/structure/table/plastic,/obj/item/paper_bin,/obj/item/pen/multi,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"xzj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/taperoll/engineering/applied,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"xzZ" = (/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"xAm" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/bar_coffee/full,/turf/simulated/floor/wood,/area/site53/lhcz/scp049containment) +"xAI" = (/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"xBU" = (/obj/machinery/power/apc{dir = 1; pixel_y = 18},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/closet,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/kitchenbotanybubble) +"xCf" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "dchecknorth"},/obj/structure/disposalpipe/segment,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/llcz/dclass/checkpoint) +"xCS" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"xCW" = (/obj/structure/table/reinforced,/obj/item/tank/anesthetic,/obj/item/tank/anesthetic,/obj/item/clothing/mask/breath/anesthetic,/obj/item/clothing/mask/breath/anesthetic,/obj/machinery/light,/obj/item/wrench,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/syringe,/obj/item/reagent_containers/syringe,/obj/item/reagent_containers/syringe,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/reeducation) +"xDR" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"xEg" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/recreationhallway) +"xEp" = (/obj/machinery/suspension_gen,/obj/item/wrench,/turf/simulated/floor/tiled/old_tile,/area/site53/llcz/mining/miningops) +"xEB" = (/obj/structure/window/reinforced/tinted{dir = 8},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) +"xEQ" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/techfloor,/area/site53/uhcz/scp106parts) +"xFv" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"xFL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"xGe" = (/obj/machinery/door/airlock/glass/civilian{name = "D-Class WC"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/shower) +"xGf" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/lhcz/hallway) +"xGs" = (/obj/structure/table/standard,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cryo) +"xGH" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor,/area/site53/engineering/maintenance/lowerselfdestruct) +"xHa" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light,/obj/machinery/chem_master,/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"xHl" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/lhcz/scp049containment) +"xHG" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"xHK" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"xIW" = (/obj/structure/table/glass,/obj/item/storage/medical_lolli_jar,/turf/simulated/floor/tiled/old_tile,/area/site53/lhcz/scp049containment) +"xJp" = (/obj/structure/table/reinforced,/obj/machinery/light/small{dir = 4},/obj/item/paper/dcell,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/site53/llcz/dclass/cells) +"xJQ" = (/obj/machinery/door/airlock/highsecurity{name = "Experimentation Center"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3","ACCESS_MEDICAL_LEVEL4"))},/obj/machinery/door/blast/shutters{id_tag = "Infected Subject Area"; name = "Infected Subject Area"},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"xKW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/firstaid/corner,/obj/machinery/door/airlock/medical{name = "Surgery"; req_access = list(list("ACCESS_MEDICAL_LEVEL2","ACCESS_SECURITY_LEVEL2"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/dclass/medicalpost/surgery) +"xLc" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{dir = 8; id_tag = "DCZChem"; name = "Chemistry Shutters"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/chem) +"xLg" = (/obj/structure/table/rack,/obj/item/storage/firstaid/regular,/obj/item/storage/firstaid/regular,/obj/effect/floor_decal/corner/b_green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"xMc" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/checkpoint) +"xMC" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/assignmentbubble) +"xMR" = (/obj/structure/railing/mapped,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"xNz" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/medicalpost/storage) +"xOf" = (/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"xOo" = (/obj/machinery/door/airlock/highsecurity{name = "SCP 106 Maintenance"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) +"xOs" = (/obj/effect/floor_decal/corner/purple/bordercorner{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"xPj" = (/obj/structure/railing/mapped{dir = 1},/obj/effect/floor_decal/industrial/loading{dir = 8; name = "Entry Line"},/obj/machinery/door/blast/shutters{dir = 8; id_tag = "CDZMedbay"; name = "CDZ Medbay"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/med_checkpoint) +"xRr" = (/obj/item/clothing/head/hairflower/yellow,/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) +"xRX" = (/obj/machinery/door/airlock/highsecurity{name = "Body Disposal"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/cellbubble) +"xSD" = (/obj/structure/bed/chair/comfy,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"xSN" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/door/airlock/highsecurity{name = "LCZ Armoury"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/regular{dir = 4; id_tag = "Emergency Shotguns"; name = "Emergency Shotguns"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"xSY" = (/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/llcz/dclass/isolation) +"xTC" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/machinery/button/blast_door{id_tag = "third3"},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"xTD" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/plating,/area/site53/uhcz/scp8containment) +"xTR" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/door/blast/regular{id_tag = "ProcedureroomLock"; name = "Lockdown"},/obj/machinery/door/airlock/highsecurity{name = "Interview Room"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"xTU" = (/obj/effect/catwalk_plated/dark,/obj/structure/sign/directions/ez{pixel_x = 30},/turf/simulated/floor,/area/site53/lhcz/hallway) +"xUx" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "D-class cells hallway"; name = "D-class cells hallway"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/cellbubble) +"xVi" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/purple/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"xVw" = (/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/structure/table/reinforced,/turf/simulated/floor/tiled,/area/site53/uhcz/scp8containment) +"xVF" = (/obj/effect/floor_decal/corner/beige/mono,/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen/multi,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"xVN" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair/padded/black,/obj/machinery/camera/network/lcz{dir = 8; pixel_y = 6},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"xVO" = (/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/exoplanet/grass,/area/site53/lhcz/scp049containment) +"xXb" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lhcz/hallway) +"xXr" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/multi_tile/glass/civilian{id_tag = "lczairlock2"; name = "Assignments & Recreation"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/dclass/primaryhallway) +"xXL" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"xYk" = (/obj/structure/table/woodentable/ebony,/obj/item/flame/candle,/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"xYE" = (/obj/machinery/camera/network/scp049{dir = 1; name = "SCP-049 WC"},/turf/simulated/floor/tiled/freezer,/area/site53/lhcz/scp049containment) +"xYI" = (/obj/item/cane{desc = "The very cane used by the Liberator. It strikes terror in the men in white, but for the men in orange, it inspires."; force = 7; name = "the Liberators cane"},/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/exoplanet/desert,/area/site53/llcz/mine/unexplored) +"xZc" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/beige/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"xZe" = (/obj/effect/paint_stripe/orange,/obj/structure/disposalpipe/segment,/turf/simulated/wall/titanium,/area/site53/llcz/mining/miningops) +"xZX" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/plating,/area/site53/llcz/dclass/kitchen) +"yaC" = (/obj/effect/floor_decal/corner/purple/border{dir = 10},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"ybo" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/device/radio/intercom/locked{frequency = 10; name = "intercom (SCP-012)"; pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp012) +"ybN" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{id_tag = "Entity Cage Separator"; name = "Entity Cage Separator"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"ycg" = (/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) +"ycz" = (/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp1102room) +"ycC" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp8containment) +"ydb" = (/obj/structure/hygiene/sink{dir = 1; pixel_y = 11},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/uhcz/scp8containment) +"ydx" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/steel_grid,/area/site53/lhcz/scp895) +"yfx" = (/obj/effect/paint_stripe/white,/turf/simulated/wall/prepainted,/area/site53/llcz/mine/unexplored) +"ygP" = (/obj/machinery/chemical_dispenser/bar_coffee/full,/obj/structure/table/plastic,/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ygR" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/dclass,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/cellbubble) +"yhh" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/kitchen) +"yic" = (/obj/effect/floor_decal/industrial/hatch/blue,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 0},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"yiD" = (/obj/structure/table/standard,/obj/structure/flora/pottedplant/deskfern{pixel_x = 3},/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) +"yji" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"yjz" = (/obj/item/device/megaphone,/obj/structure/table/standard,/obj/item/boombox,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/entrance_checkpoint) +"ykB" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/humanoidcontainment) +"ykM" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/item/stool/padded,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/primaryhallway) +"ykV" = (/obj/effect/floor_decal/corner/beige/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/dclass/briefing) +"ykZ" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/dclass/assignment) +"ylU" = (/obj/effect/floor_decal/corner/purple/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500) +"yme" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Research Arena Entrance"; name = "Research Arena Entrance"},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/white,/area/site53/uhcz/scp8containment) (1,1,1) = {" -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmhmhmhmhmhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmhmhmcmdmemfmhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVSVSVSVSVSVSVgqgqgqgqgqSVSVSVSVSVSVSVgqgqgqgqgqSVSVSVSVSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmgmimimjpDmkmhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVSVSVSVSVSVSVSVSVSVSVSVSVSVQrkwbukwZjSVSVSVSVSVSVSVQrkwbukwZjSVSVSVSVSVSVSVbJAtnYSVSVSVSVSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmmmhmhmnmhmhmhhIhIgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVrzhuTjgfhuvFYCXnphldGTIKoFoSUMonUMonqCononpNononononUMonUMonNjononpNononononononjWSVoYoISVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmpmhmqmtmumumwmyhIgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVMkhuFahuhuhuhuhuNNoVoVoVoFSgonononononononononononononononononononononononononononoPoYoYSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmhmBmhmCmDmEmGmGmHhIgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVYlIpknQMczXnPKprphPGtzoVoFoSoSpoononJDononSPononononXYOcYoonononoSLUoSonuSonWmononSVTEoYSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmImJmhmLmMmNmOmOmPhIgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVSVSVSVSVSVSVSVSVSVSVSVNNSVghghghghghSVVlVlVlVlVlSVSVPJPJPJSVSVdGdGdGdGdGSVzszszsSVSVoYoYSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmQmRmhmhmhmSmThIhIhIgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVZwSeSVOamFkomFRAfqQIUZSVRwDnoVoVFOSVOAijijijpdSVRFpjpjpjpgSVVJUnNmpcSVoYoYSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmUmcnZmcmhncnqmogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVYaMoNNmFmFmFmFmFmFMtmFSVoVoVoVoVoVuNLPLPbNLPLPoOpjpjpjpjpjqTpjpjpjPXSVTEoYSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmhmWmZnamZnbvLnqmogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVSVSVSVMBmFmFmFmFmFmFmFQLoVoVKTIQMCSVdeUdrlTGRQSVpjoLsZsIHdSVgCpjpjWjSVMwMwSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmomomoaSmomomXmYmomoaSmomomogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVoUZntiXXPSAVUCPRSVploVoKMswRSVSVSVTVSVSVSVRupjpjpjviSVPozrPHUESVoYoYSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmomxmvnknmnonpnqnonmnqngnCmogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVSVSVSVSVSVSVSVSVSVSVSVSVSVSVSViwhWZHZHTCSVSVSVSVSVSVSVSVSVSVSVSVTEoYSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmonimvnrnsnwnvnxnxnBnBnznjmogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVagZHZHZHZHDLoYoYoYoYoYpsoYoYMwoYoYoYoYSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmontmvmvmvmvndmvmvmvmvmvmAmogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVUJZHZHZHZHDLoYoYXmoYoYKrXmoYMwoYXmoYrDSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqxexexexexexexexegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmontmvmvmvmvndmvmvmvmvmvmAmogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVuxRRRRRRfVSVSVSVSVSVSVtPSVSVSVSVSVSVSVSVgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqxeBDptZEZEptBDxegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmonimvnqnqmvndmvmvnqnqmvnlmogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqSVSVSVSVSVSVSVgqgqgqgqqnqoqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqxexexeVzOnxexexegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmonynAnDnErxnnrxnEnDnDmvmzmogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqoqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqxeBDptZEZEptBDxegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqmomomomomomomomomomomomomomogqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJsJsJsJsJsJsJsJsJsJsJgqgqgqgqgqgqgqgqqnqoqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqxexexeVzOnxexexegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquaFhuauauauauauauauaFhuauauauauauauaFhuauauauauauauauaFhuauauauauauauauaFhFhFhuauauauauauaFhFhFhFhuauauauaFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJsJQXOJpfXVXfXVpfWhXDsJsJgqgqgqgqgqgqgqqnqpqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqxeBDptZEZEptBDxegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquauaFhuauauauauauauauaFhuauauauauauauaFhuauauauauauauauaFhuauauauauaFhFhuaFhuauauauauaGiGguaFhuaFhFWuauaFhuaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJzjTQzozozoSszozozozgLTsJgqgqgqgqgqgqgqqnXqqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgRgRxexexeVzOnxexexegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquauaFhFhuaFhFhFhuauauaFhuauauauauauauaFhuauauauauauauauaFhuauauauaFhFhuauaFhuauaGoGmuaGgGgNIFhuakBFWFWuaFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJcHzozoAfzoAfzoAfzoArXasJgqgqgqgqgqgqgqqnqoqngqgqgqgqgqgqxexexexexexexexexexexegqgqgqgqgqxexexexexexexezmZPvExeZEZEptBDxegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquauaFhuauauauauauauauaFhuauauauauauauaFhuauauauauauauauaFhuauauauaFhuauauaFhuaQaGmjQGoGgGijQGoGmuaFWFWuauaFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJsJsJsJsJsJsJTUAvAwAxAyAvAAABACADSwsJgqgqgqgqgqqnqnqnodqnqnqngqgqgqgqxeQdBBVOxeRyBrYPWIZdxegqgqgqgqgqxeLYMIUGVAMSxeBtidPrxeRsOnxexexegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquauaFhuauauaFhFhFhuauaFhuauauauaFhuauaFWFhFWuauauauauauaFhuauauaFhFhFhFhuajRQalIGnGoGjGgTzGjjQGmGoGmFWFWuauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJAFAGAHAGAFsJsJAIsJAKsJAKsJAKsJATsJsJgqgqgqgqgqqnppMqtdrNppqngqgqgqgqxeORBBTJxePsBrysBrPwxegqgqgqgqgqxeoRLIzlzlzlxeBtidRjxeZEZEptBDxegqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquauaFhuauauauaFhFhuaFhFhFhFhFhFhFhuaFhFWFWuauaFhuaFhuauaFhuauaFhuauaFhFhFhFhogQagnuajQGiGiGgFhFhFhuauaFWFWFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJAUAWAXAZBasJBmzoBpBqBJBsWpBuBpArzosJqnqnqnqnqnqnPxBIqoBImKqngqgqgqgqxeSvBBSnxeXtPVBrPVPwxegqgqgqgqgqxeTyZhzlMiNpxexeOTxexeDPxexexexexegqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquauaFhuauaFhFhFhFhuauaFhFhFhFhFhuauaFhFWFWFhFhFhuaFhFhuaFhFhFhuaFhuaFhuaFhQaFWGuFWFWFhyzGgGoGmuaFhFhFhuauauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJBvBxWsBzBASlzozozoBqBJBsWpBuzoBCMpWdqJqJWZRYqJVgqJqJnKBIIRqngqgqgqgqxexeXpxexexexeptxexexegqgqgqgqgqxexexeptxexexeididqwididByqwPqTMxegqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquauaFhuaFhFhFhFhFhFhFhFhFhuauaFhFhFhFhFWuauauaFWuaFhFhFhFhFhFhuauauauaFhFhFWFhFWQaQDFhFhFhGmjQGmuaFhFhuauaFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJAUBKBLBMBasJzozoBNBqBJBsWpBuBNzozosJqnqnqnqnqnqnmKBItdBImKqngqgqgqgqxeXcBGBGBGBGBGBGDWDWfzfzfzfzfzfzfzDWOFBGPLRSBGBGBGBGBGBGBGBGONidLAgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqynynLzynynynynynynynynynyngqgqgqgqgqgqgqgqgqgquauaFhuaFhFhFhuaFhFhFhFhFhFhFhFhuaFhFhuauauauaFWFhuaFhuaFhFhFhFhuauauaFhFhFhuauaFWuaFhuaFhuaFhGoGmFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJAFBPBQBPAFsJsJsJsJsJsJsJsJsJsJsJsJsJgqgqgqgqgqqnqrmKtdmKqrqngqgqgqgqxeVFoaididididididididqwidQGXhVpoAidididididididoaoaxexexexexeULxexexegqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGZGZGZGZGZGynKVNxyPLXHmoWNEHmWHHmSpyngqgqgqgqgqgqgqgqgqgquauaFhuauaFhuauauaFhFhFhFhFhFhFhFhFhuauauauaFWFWFhFhFhFhFhuauaFhuauaFhFhFhFhFhFhuauauauaFhuaFhuaGmuauaFhuaFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsJsJsJsJsJsJsJgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqnqnWPqnqnqngqgqgqgqxeOpNfxeqHzlzlzlididididididFbFbidididzlzlzlQAxeNfMYxexexeYQSCNaVmNaxexegqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGMGccMGccMGynMAHmJyHmHmHmHmHmHmHmXFyngqgqgqgqgqgqgqgqgqgquauaFhuauaFhFhFhuaFhFhFhuaFhFhuaFhFhuaFhuaFhFWFWFWFhFhuaFhFhuaFhuauauaFhuaFhuaFhFhuauauauaFhFhuaFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqoqngqgqgqxexexexeYBZMxeoRQezlfMzlzlZYzlzlzlzlzlzlzlzlQezlzlNrxeQBQBxexezfNaNaNaNapZZaxegqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccrYrwrwrwpKwoWWyPJYkIdAHmkIYKkGynyngqgqgqgqgqgqgqgqgqgquauaFhuaFhFhuaFWuaFWFhFhFhFhFhFhFhuauauaFhFhFhFWFhuauaFhFhFhFhuaFhFhFhFhFhFhuauauauauauaFhuaFhFhFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqoqngqgqgqxerLMdxeoTpexegrSLXNoDxexeKSREQeRbQeQqXjxeYncCRLPgeTxeZEZEOPxeOzWfYOOZUxUbVaxegqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccccccynZsxwyPuDikXuyyikQtHmyngqgqgqgqgqgqgqgqgqgqgquauaFhuauaFhFhFWFWFWuaFhuauaFhFhuaFhFhFhFhFhuauauauauauaFhFhuauaFhuaFhFhFhFhuauauauauauaFhFhFhuaFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqpqngqgqgqxeYvpeTvWopexeoZoZoZoZOKxeViViViViViViqXxexeSoSoSoxeAEZEZEWQxexeWyxeGQGQGQGQxegqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGexFcecZGZGynRtKKOjOjOjOjOjOjOjJyynyngqgqgqgqgqgqgqgqgqgquauaFhuauaFhFWFWFWFWuaFhFhFhFhFhFhFhFhFhFhFhFhFhFhFhFhuaFhFhFhFhFhFhFhFhFhFhFhFhFhuaFhFhuaFhFhuaFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnXqqngqgqgqxerLXBxeQTpeekpeMWpeWJYuhzRaMrQvQvQvNGRahzMvwhwhaDVUZJZEZEOnxeSBYixeThUyMlNQxexegqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqynHmxwHmHmHmHmHmHmVtHmHmyngqgqgqgqgqgqgqgqgqgquauaFhuauaFhFhFhFhFWFWFhFhFhFhFhFhFhFhuaFhuaFhFhFhuaFhFhFhFWFWFhFhFhFhFhFhFhuauauaFWFhFhFhFhFhFhFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZvZvZvZvZvZvZvgqgqZvZvZvZvZvZvZvZvZvZvZvZvBigqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqoqngqgqgqxexexexeYHpeekpeMWpepeYuGPGPWwpepepeZNGPGPpaBHNyBHUgTbZEZETBxeXlUoxeUeWUpeQKYsxegqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqynEDyvVrVrVrVrVrVrAnVrZUyngqgqgqgqgqgqgqgqgqgquauaFhuauauauaFhFhFhFhFhFhFhFhFhuauaFhuaFhFhFhFhFhuauauaFWFWFWuaFhuauaFhFhFhFhFhuaFWuauaFhFhFhFhFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZvLCTRjkTRUVZvgqgqZvofSDTRZvFIuYVCZvpAKRPAZvgqgqgqgqgqqnqnqnqnqnqnqngqgqgqgqgqgqgqgqgqgqgqgqqnqnqnYEqnqnqngqgqgqgqxeWopeekpeMWXGUvYWQOnMTtRhVLRhTrnMpkNXNWoMPNVUZJZEZEOnxeNnZDxeYfOxWcChUYxegqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqynMaoJoJzPSaSaSaRZVtHmWxyngqgqgqgqgqgqgqgqgqgquauaFhFhuauauauaFhFhFhFhFhuauaFhFhFhFhuaFhFhFhuaFhuauauauaFWuauauaFhuauauaFhuaFWFWFWFWuauauaFhFhFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZvGzFJXTlZeUZvZvZvZvVeVwVwQVWCHgNeQVVwVwVwZvgqgqgqgqgqqnppmKBIWrppqngqgqgqgqgqgqgqgqgqgqgqgqqnppmKtdWrppqnxexexexexeWoOMxeCVTYxexeOKxexeLAxeOKxeLAxexexexeLAxexeAEZEZEZExeUpKLVEYxSbpepeBFxegqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGexFcecZGgqynynynynynNLNLNLynynJyynyngqgqgqgqgqgqgqgqgqgquauaFhuauauauauaFhFhFhFhFhFhuaFhFhuaFhFhFhFhFhFhuauauauauauauauauauaFhuauauaFhFWFWFWuauaFhFhFhFhFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZvtALNRfVHPfWMYLPtWMPtVwOdZvAeFqVKZvVwVwVwZvqnqnqnqnqnqnPxBIBIBImKqnqnqnqnqnqnqnqnqnqnqnqnqnqnoQBIqoBIxjqnJMJMZxMNxeZFVGxepepexeUuUuUuUuUuUuUuUuUuUuUuUuUuUuUuUuxeZWTqZQxexexexeBEQwPQPFxexegqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqynTcIUIUynvszyUkynEcHmLXyngqgqgqgqgqgqgqgqgqgquauaFhuauauauaFhFhFhuaFhuaFhFhFhFWFhFhuaFhFhFhuauauauauauaFhuaFhFhuauaFhuauauaFhFhFhFWuauauaFhuaFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZvGzLkYeYYeUZvWOWOZvwUVwVwZvCSOBozZvVwVwIkokqJqJWZRYqJUhqJqJqJqJqJnIqJweqJqLqJqJqJqJqLqJweqJnIqJqJNJqJqJJGcocococoOUMXpexeLSVcxegqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqLAVhLAgqgqxexexexexexeUugqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqynTcHmHmROzyzyzyOjlgHmYKyngqgqgqgqgqgqgqgqgqgquauaFhFhuauaFhuauauaFhFhuauauaFhFWuaFhFhFhFhuauauauauauauauauauauaFhFhuaFhFhuaFhuaFhFhuauauaFhFhFhFhFhFhFhFhFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZvLCTRTRTROsTIyZyZNPnXRXAsxvHjMPyeksytZBWYZvqnqnqnqnqnqnmKBIBIBImKqnqnqnqnqnqnqnqnqnqnqnqnqnqnmKBItdBImKqnQuJMJMJMxeSJpexexexexegqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqxeLAxegqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqynHeLKXIynvszyUkynikkIUmyngqgqgqgqgqgqgqgqgqgquaFhFhuauauaFhuauauaFhFhFhuaFhFhFWFWFWuauauauauauauauauauauauauauauauauauauaFhFhFhFhFhFhuauaFhFhFhFhFhFhuauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZvZvZvvfZvZvZvZvZvZvZvZvZvZvZvZvZvZvZvZvZvZvgqgqgqgqgqqnqrmKBIYrqrqngqgqgqgqgqgqgqgqgqgqgqgqqnqrOLtdmKqrqnxexexexexexexexeUuUuUugqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqynynynynLzvovovoLzynFLynyngqgqgqgqgqgqgqgqgqgquaFhFhFhFhFhFhFhuaFhFhFhFhFhFhFWFWFWFWuauauauauauauauauauauauauauauauauauauauaFhuauaFhFhuauaFhFhuauaFhFhuauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqnqnbbqnqnqngqgqgqgqgqgqgqgqgqgqgqgqqnqnqngvqnqnqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGexFcecZGgqgqgqynoJDaJtJtJtWargyngqgqgqgqgqgqgqgqgqgqgqgquaFhFhuauauauauauaFhFhFhFhuauauaFhFWuauauauauauauauauauauauauauauaFhFhuauauauaFhuauauaFhuauaFhFhuauauaFhuauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnWDqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqoqngqgqgqgqgqgqqnqnqnqnqnAugqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqgqgqynHmHmHmHmHmHmHmyngqgqgqgqgqgqgqgqgqgqgqgquauaFhFhuauauauaFhFhuaFhuauauauauaFhFhuauauauauauauauauauauauauauauauauauauauaFhFhuaFhuaFhuaFhFhFhuaFhuaFhuaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqoqngqgqgqgqgqgqqnnGnGnGqnAugqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGcctYccZGgqgqgqyncyHmHmTTHmHmCYyngqgqgqgqgqgqgqgqgqgqgqgquauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhFhuauauaFhFhFhFhFhuauauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnycqngqgqgqgqgqgqqnnGnGnGqnAugqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqgqgqynHmHmHmHmHmHmHmyngqgqgqgqgqgqgqgqgqgqgqgquauaFhuaFhuaFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhFhFhuaFhFhuaFhFhFhFhuaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqoqngqgqgqgqgqgqqnnGnGnGqnAugqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGexFcecZGgqgqgqynoJWxHmHmHmWxoJyngqgquaFhFhFhFhuauauauaFhuauaFhFhuauaFhuauaFhuauauapCpCpCpCpCuauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauauauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnTfqngqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqnqnqbqnqnqngqgqgqgqqnnHnGnGqnAugqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqgqgqynynynynynynynynyngqgquauaFhFhFhFhFhFhFhuaFhuaFhFWFWuaFhFhFhFhwFwFwFXZwFyuvpyuwFwFwFaNuauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauauauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnWDqngqgqgqgqgqgqgqgqgqgqgqgqgqgqqnmKYMnKWrmKqngqgqgqgqqnqnmKqnqngqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqgqpCpCpCpCpCpCpCpCpCpCpCFhFhuauauauaFhuauaFhFhuaFWuauaRWFWNzFhFWFhwFFyrZGRDUVPyuyuwFVqyjaNuauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauauauaFhgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqgqgqgqgqgqgqgqqnnWmKqomKmKqnqnqnqnqnqnqnoqYgYgYgYgYgYgYgYgYgYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqgquauauaRWuaFhFhFhFhFWuaFhFhFWFWFWFWuaFWuaFWFhuaFWFWFWFWFWFWFWFWFWwFrCeoyuyuXZyuyuwFoNriaNuauauauauauauauauauauauauanTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIBIqIqKqKuvqJqLqJqJqJjHowYtoCoCoEMHoCoCoCqkYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGccFcccZGgqgquauauaFWFWFWFWFWFWFWFWFhFhRWFWFWFWFWFWFWFWFWuaFWFWGhFWFWFWFWFWFWwFeoRcFyyuyuyuxRwFwFriaNadadadadadadadadadadadadadadNkNkKWNkKWKWKWKWKWKWKWNkKWKWKWKWKWKWKWNkKWKWKWKWKWKWNkKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqrarararararararamKmKqrmKmKqnqnqnqnqnqnqnqAYgYgYgqsYgYgYgYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqZGcFFccFZGgqgquauahoEhEhEhEhEhEhEhEhEhEhEhEhEhEhEhEhEhEhEhCPEhEhEhEhEhOvEhEhEhVRLrLrLrLrCCRJZeZebVabaNadySahahtCahahahgOtCahahfFadNkNkNkKWKWKWKWKWKWKWNkKWKWKWKWKWKWKWNkKWKWKWKWKWKWNkKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqraomomomomomomrararararararaomomomomraqnrrYgYgYgqxYggqgqYgqyYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqcQcQcQzdcQcQcQcQcQuakHuauauauauaFWFWFWFWFWuaFWFWFWFWFWFWFWuauauauaFWFWFWFWFWFWFWwFXZsSXZyuyuyuyuyuaNcjacktcldLfyfyaHcmcmNCNCcmcmcmdiGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfGfgTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnWDqngqgqgqgqgqgqgqraomnOojnQnQnQnQnQxinQnQnQnQnQNunRaQkCaGqzYgBkYgqsYgYggqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqcQvdMGFcMGcccQcQcQcQcicQcQcQuauaFhuaFWuauauauaFWFWFWuauaFhuauauaFWFWFWFWuaFWFWFWwFFyOgeoFyyuyuyuyuaNriaNadgHaiajajakahaheGRialahahadNkNkKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqraomnSomomomwyomomomomomwyomomomnSafraYgYgYgqDjqqEqFYggqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMKMKMKMKMKMKMKMKMcQccchFcchcccQcecfccsvcccccQuauaFhFhFhFhFhuaFhFWuauauauauauauauauauauauauaFWuaFWwFwFwFXZvpyuyuyuVPaNQNaNadgHaiajajakahaheGRialahahadNkNkKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqraomnSomomraraJHomJHomJHraraomomnSosovoyqGqMqNzZqOqPYggqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMIHxzxzZKxzxzNtKMcQtHchcJcWdxdMdxdRaUeLTlfCcQuauauauaFhFhFhFhFhuaFhuauaFhuauauauauauauauauauauauauauauapCpCpCpCpCpCaNriaNadMTaiajajakahahgLgLahahaTadnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqraomnSomxEraraJHomJHomJHraravyomnSsuraYgYgYgYgYgVTYgYggqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMKMKMKMKMKMIAggtOtOtOsmLwKMcQccchhQffcccQcccccccccccccQlGlGlGlGWTuaFhFhuauauauauauauauaFhuauauauauauauaFhFhuaFhuauauauauauaFWaNriaNadgHahahahahahahahahahahahaduauauauauauauauauauauauauauauauauauagqgqgqgqnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIqngqgqgqgqgqgqgqraomnSomomJHomJHomJHomJHomJHomomnSsuragqgqgqYgKPqOGOYggqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMUaiYFRMgKMIAXSOkOkOktrLwKMcQcccchQsvcFcQcQcQcQcQcQcQcQlGaPGIImlGualGlGlGlGlGlGlGpCuauauauabhxpxsbhxpuauauauauauauauauauaFWFWaNUzaNadrjrmrmruahahahahahajajajaduauauauauauauauauauauauauauauauauauagqgqgqgqnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqnqnqnqngqgqgqgqgqgqqnWDqngqgqgqgqgqgqgqraxWnSomomJHJHJHJHJHJHJHJHJHomomnSyfragqgqgqYgTaqOZqYggqYgqyYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMClmsRmzzKMkqXSOkzaOktrXMKMcQcQcQbmvjcQcQlGlGlGlGlGlGlGlGKifBfBlGlGlGhRhRhRhRKjlGpCpCuauagYxpivxCiFxpuauauauauaFhuauauauauauaaNamaNadadadadaAYFaaBwcpahadadadaduauauauauauauauauauauauauauauauauauagqgqgqgqnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnnGnGnGqngqgqgqgqgqgqqnTfqngqgqgqgqgqgqgqraVuKuomomJHomJHomJHomJHomJHomomnSsuragqgqgqYgVMisMEYggqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMKOmsmsCpKMIAXSOkOkOktrLwKMgqcQEKhQsvcQlGlGeqnuJOyUeqlGlGJOibJOiPKjhRhRlGlGeCJmlGlGpCuauagYxpjjxCjtjwuauauauauauauauauauaFhuaaNaNaNuauauaadrsrtwdtatbtcaduauauauauauauauauauauauauauauauauauauauauagqgqgqgqnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnnGnGnGqngqgqgqgqgqgqqnBIqngqgqgqrararararaVuKuomxEraraJHomJHomJHraravyomnSsuragqgqgqYgYgYgYgYggqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMBjmsRmBOKMIALfYmWlYmuoLwKMKMcQcvbzsvcQlGzLJOJOJOJObWlGlGvMlGlGlGlGlGlGlGqVwHwHBflGpCFhuajRjwxCxCznxpuauaFhuaFhuaFhFhuauauauauauauauauauaadasthtKHhumaTaduauauauauauauauauauauauauauauaototototototgqgqgqgqnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnnGnGnGqngqgqgqgqgqgqqnBIqngqgqgqraomLBomomomnSomomraraJHomJHomJHraraomomnSsuragqgqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMUqmsTPcEKMizNhEnCxkLkLPaSmKMcQcchQsvcQlGlGhxJPJOcgJOckeqJOezGFGIGIGIGLJmwHwHwHBglGpCuauagmxpxsxpxpxpuauauauauaFhFhFhuauauauauauauauauauaadahCgukukCjahaduauauauauauauauauauauauauauauaotrdrdrdrdotgqgqgqgqnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnnNnGnGqngqgqgqgqgqgqqnWDqngqgqgqraomomomomomnSomomomYNomomomomomYNomomomnSsuragqgqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMFeZXaVaLKMKMKMaxKMKMKMKMKMKMcQcchQsvcQlRlGlshxhnhnhnlGlGvMlGlKImImImvXlGGbwHwHInlGpCuauauauaFWFWuauauauauauaFhuauaFhuauauauauauaFhuauauaadahurahahZiahaduaFhuauauauauauauauauauauauauaotshrdrdrdotgqgqgqgqnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqnqnxZqnqnqngqgqgqqnqnqnbbqnqnqngqravyomomomomVdNunQnQnQnQVZnQnQnQnQnQnQNuSRsuragqgqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMpJFtGcZXZlsGDcEqdIwxSmKMgqgqcQcccavkcQlRlGlGlGhnbaydzYjdJOlGjajajajajalGlGgKlGlGlGpCuauauauaFhuauaFhFhuauaFhuauaFhFhuaFhuauauauauauauauaadaZaZCyCyaZaZaduauauauauauauauauauauauauauauaotrdrdrdrdotgqgqgqgqnTKWKWcTKWKWnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnypmKBIWrppqngqgqgqqnppmKBIWrppqngqraSuSuSuomomomomomomomomQCygJsJsJsJsJsJsJsSKragqgqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKMyBSHZmCkSfCkGvIuRVOEKMgqgqgqcQcFhQDgcQlGlGlGJSJOohBTzCjdJOlGqqlUlVmrGdlGpCpCpCpCpCpCuauaFhuauauauaFhFhFhFhFhFhFhFhFhuauauauauauauauauauauaaZaICACACzaZuauauauauauauauauauauauauauauauaotrdrdrdrdrdrdrdrdgqnTnTotbcotnTnTgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnmKBIBIBImKqnqnqnqnqnmKBIBIBImKqngqrarararararararararararaQyrarararararararararagqgqgqgqgqgqgqgqgqYgqyYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqcQcQcQcQcQcQcQSSLELEkjKMgqgqcQcQcQgbvjcQlGpmlGAzjdBUjdjdjdJOlGyKJOJOJOzNlGpCuauauaFhuauauauauauauaFhuauauauaFhFhuauaFhuauauaFhuauauauauauauaaZCuKcCACAaZuauauauauauauauauauaFhuauauauauaotjGrdrdrdotgqgqrdgqgqgqothmotgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnBIBIBIBIBIbbBIYyBIbbBIBIBIBIPTqngqgqgqgqgqgqgqgqgqgqgqgqraKpragqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKUKUKUNVbObObObObOFdgqcQcccccccccccQcQcQcQGHcQcQcQXKcccchQsvcQlGscpwdUJOJOJOJOJObWlGJxJxEwJxJxlGpCuauauaFhuauaFhFhuauauauauaFhuauaFhFhuauauauauauauauauauauauauauaaZCACACACAaZuauaFhuauauauauaFhuauauauauauauaotrdrdrdpzotgqgqrdrdrdrdrdhmotgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnmKBIBIBImKqnqnqnqnqnmKBIBIBImKqngqgqgqgqgqgqgqgqgqgqgqgqraKpraragqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKUKUKUKUNVgqKUdSejKUbPbQbTbUdabOgqcQccchchcheccQexXyeBOtWivdeccQexchhQffcQlGuqJOiECdCdApCdCdhDpRJOJOJOKqvDlGpCuauauaFhuauauauauaFhuauauauauauauauauauaFhFhuauauauauauauaFhuauaaZCACBCBCAaZuauauauauauauauauauauauauaFhuauaotrdrdrdpOotgqgqgqgqgqgqothmotgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqrmKBImKqrqngqgqgqqnqrmKBImKqrqngqgqgqgqgqgqgqgqgqgqgqgqraKyQnragqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqKUexcceIKUgqKUeJeKKUrnbYbQcbrvbOgqcQccchgthXhXhYhXhXhZQkhXiahXhYhXhXvtLQqlbkLiJNlGJJJKlGyUJOdUlGCUJEJFJIJTlGpCuauauauauauauauauauauaFWFWFWFWuauauauauaFhFhuauauauauauauauauauaaZaZaZaZaZaZuauauaFhFhuauaFhuauauauauauauauaototototototgqgqgqgqgqgqothmotgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqqnqnqnqnqnqnqngqgqgqqnqnranJraqnqngqgqgqgqgqgqgqgqgqgqgqrararaYJrarararararararararagqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqpCpCpCpCpCpCpCgqgqgqgqgqgqgqKUcccceIKUgqKUfxgzKUtJtLtLtLtMbOgqcQtHchcdcheccQexcccccccccvfCcQexchcdffcQlGyKITwpyKITJJyUJOdUlGlGlGlGlGlGlGpCuauauauauauauauauauaFWFWGgFWFWuauauauauauauauaFWGhuauaFhFhuauauauauauauauauauauauaFhFhuauauauaFhFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqotlOotgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqranPragqgqgqgqgqgqgqgqgqgqgqgqgqraqaPOOVTOqdHuvAqfqgqhraUcragqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqpCpCpCpCpCuapCpCgqgqgqgqgqKUKUNVicKUKUKUgqKUfxgzKUcnbObObOaBbOKUcQcccFcdcFcccQcQcQcQcQcQcQcQcQcccccdsvcQlGJrJOwpJrJOJJyUJOdUZulGpCpCpCpCpCpCuauauauaFhuauauauauaFWGiGjGgGgGgGiGgGgGgGgGiGgGgFWuauaFhFhuauauauauauauauauauauauauauauauauauaFhFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqothmotototototototototototototototototototototototototototototototototototototranPrararararararararararararararaqcqcOVToqirdrdrdrdrdrardragqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqpCpCpCpCpCuapCpCgqgqgqgqgqKUcecfchvdhJNVKUKUcSefKUaCKUcccccdcccccQcQcQifcQcQcQhyhyhyhyhyhyhycQcQcQfgvjcQlGLeJOwpLeJOJJyUJOdUZulGpCFhuauauauauaFhFhuauauauauauauaFWGgGgFWFWuauauauauaFWFWuaGguauauauauauaFhuauauauauauaFhuauauauauauauauauauauauaFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqotoufOfOfOfOfPfOfOfOfOfOfOfOfOfOfOfOfOfOfOfOfOfPfOfOfOfOfOfOfOfOfOfOfOfOfOfOfOEofOvRfOfOfOfOfOZbqjqQqQrcqQqQqQrpqQqQLlrHrMrdrdrdrdrdrardragqgqgqgqgqgqgqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqpCpCuauauauauapCpCpCpCpCpCKUccigchchIsKUfRhLhOoobjblKUexchcdcheccQcecfcdcccccQhyhyhyhyPEPEPEPEfmgwpMegTmlGlGlGlGlGlGlGlGlGwXlGlGpCuauauauauauauauauauaFhFhuauauaFWFWFWGhuauauaFhuauauauauaGguauauauaFhuaFhuauaFhFhuauauauauauauauauaFhuauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqotototototototototototototototototototototototototototototototototototototototrararararararararasdrararararararaQpPbPbPbsDrHrHrHrHrHsEOSrararararararagqgqYgqyYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqpCuauapCpCuauapCpCpCuaFWFWKUtHiiinjgrThSrhrhrkryrhrhhUrhrhrUhXhXhYhXhZrVTlfCcQhyhyhyhyPEdYdZeNPEIVfhtZdkeheiRpBldkdkdkdkrJiqrJlGpCuauaFWuauauauauauauaFhFhuauaFWFWFWFWFWFWFWFWuauaFhFhuauaGgFWuauauaFhuauauauaFhFhuauauauaFhuauauauauauauauaFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepepepswsxsFgqgqgqgqgqrarararararararararararaqSrdrdrdrdrdrdragqgqYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCpCpCpCpCuauapCpCpCuauauauaFWFWuaKUccchchsoIsKUpUbtbvbyIrusKUexchchcheccQexcccccccccQhyhyhyhyPEeHWGuweWjewStZdkWzOGGAkYdkcVbodkrJiqGUlGpCFWFWFWuauauauauauauauauauauauauauauauauauaFWFWuaFhFhuaFWGgGkuauauauauauauauauauauauauauaFhuauaFhFhuauauauauauaFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepepsyepepsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqraqSrdrdrdrdrdrdraYgYgYgqtYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCpCpCuauauapCpCpCpCuauauauauapCpCKUccccchcvItIvIvbEbGbRIvIvIvccchyRircccQcQcQcQcQcQcQhyhyhyhyPEPEPEPEPErEfjfDfIfQPBPBWFcUeeeedkrJiqrJlGpCuaFWFWuauauauauauauauauauauauaFhFhuaFhuauaFWuauauauauaGlGgFWuauauaFhFhuauauauauauaFhuauauauauaFhFhuaFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepsFsFepszsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqraqUuyuyuyuyuyqYoxoCqZoCteYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCpCpCuauauapCpCpCpCpCpCpCpCpCpCpCNVKUtRpPIvIxIvbZhTbShVbZbZIvIvsbYXEvEvcQhyhyhyhyhyhyhyhyhyhyhyhyhyhyPErEfkwmdkbrDrIjCXdkbobodkrJiqrJlGpCuauauauauauauauauaFhFWFWuauauaFhFhuauauaGhFWuauauauauaFWGguauauauaFhFhuauauaFhuauauauauauaFhuauauauauauauaFhFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFsBsFsFsAsAsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqrardrdrdrdrdrdrdraYgYgYgYgYggqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCuauauauauapCpCpCZrZrZrZrZrZrZrZrgqgqcBQZQZcsIFcuIGIGIGIGIGIIIGIJcGYXtRhyhyhyhyhyhyhyhyhyhyhyPEPEPEPEPEjTdNZcdkdkgAdkdkdkdkdkdkrJiqrJlGpCuaFhuauauauauauauaFWFWuauaFhuauauauauauauauauauauauauauaGguauaFhuauauauauauauauauaFWuauauauauauauauauauauaFhFhuauaFhpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFsFsFsFepepsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqrararararararararagqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCuauauapCpCpCpCpCZrUXUXUXlvTxbqZrZrgqYXICQZILQZQZQZyWQZQZQZQZQZQZcrcxYXhyhyhyhyhyhyhyhyhyhyhyjbMxIBwlPErEsXtZeXeXrEeXavsfdkNSdbdbtprJlGpCuauauauauauauauauauauauauauauauaFWFWFWuauaFhFhFhuaFhuauaGiuauauauauauauaFhuauauaFWFWuaFhuauauauaFhuauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepszsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gquauauapCpCpCpCpCuauaZrLZFBFBFBFBFBXwZrgqYXINIOemIqcNcOcKcLcLcLcLcLcMjiYXYXhyhyhyhyhyhyhyhysfsfsfjbUtbAISjbpLkdsasVsTsUdtrEsfsfiqrJrJrJrJlGpCuaFhuauauauauauaFhuauauaFhFhuauaFWFWuauauauaFhFhuauauauaGguauaFhuauauauauauaFWFWFWFWuauauauauauaFWuauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepepsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gquauapCpCpCpCpCuauapCZrMKFBFBLbFCFCNRZrgqtRYXYXYXYXYXYXYXYXYXYXYXYXYXYXOWOWOWOWOWOWOWOWOWsfsfOysfjbIDTkdfjbvGCfDsrQiVFgeApXrQrQiqGUlGlGlGlGpCuauauauauauauauauauauauaFhFhuauauaFWuauauauauauauauauauaGguauauaFhFhuauauauauaFWFhFhuauauauaFhuaFWFWuauauauaFhuauauapCpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepepsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCuauauauapCpCuapCpCZrWSWSWSZrbdcPcRZrgqhyhyhyhyhyhyhyhyhyQiQiQiQiOWOWOWZyGWKkufKkJoKkevSFRdrEMRjbjbdEjbjbrBsOrSLVpVvapWlWgyrQiqrJlGGrGrGrGrgQgQgQgQgQgQgQgQgQgPuauauauauauauauauaFhFhuauauauaFhGmGnGgGouauaFhFhuauauaFhuaFWFWFhuaFhuauaFhFWFWFWFWFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepszsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCuauauapCpCuauapCZrZrZrZrZrZrZrbeZrZrZrRHRHRHRHRHhyhyhyOWOWOWOWOWkbufufufufufufufufevPZrErErEmaRDTkPljbJfixiJpYulDTtvhCHnrQiqrJlGGrimgQgPgQgQgQimgQgQgQgQgQgQuauauauauauauauauaFhFhuauauaGpGmGtGgGgGmGmuauauauauauauauauaFWFWuaFhuauaFhFhFWuauauauauauauaFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFsAsAsFsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCuauauauauauauapCpCpCgqgqgqRHuVXezhSWUliOXPXPwtRHRHRHRHbXsluftnOWzJufufyVufufufyVufevSFzIfiOwYUpbTkoHjbJgsOrSMFtBaKSZsQiyrQiqrJlGGrTggQgQgQgQgQgQgQgQgQgQgQgQuauauaFhFhuauaFhuauauauauaFWGmGmGuGgGjGgCouauauauauauauauauauauauauaFhuaFhFhuauauauauaFhFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepepsCsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCuauauauauauapCpCpCpCgqgqgqRHXCPcrILLrIrIrIrISjcIRNSULDebBbBbufOWkbufufufufufufufufevDmLOTAKbjbpbTkHfjbEkElEmrQeDJRpQBVrQrQiqrJlGGrTggQgQgQgQgQgQgQgQgQgQgQgQuaFhuaFhFhuauauauauauauauaFWFWGmGmGgGgGmGmuaFhuauauauauauauaFhuauauauauauauauauauauauaFhFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepepepsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqpCpCpCuauauauauapCpCpCpCgqgqgqRHsRvqzQAhTSTSTSStyhduWvUUGVVQpSpSbpWVKEsKufufufufufufufevJVxPPeVWoGYjwWjINvrEGxfDQQjezciujeNTdbtpGUlGGrWRgQgQgQgQgQgQgQgQgQhdgQgQuauauauauauauauaFhuaFhFhuaGBFWGCGmGgGpGmuauauauauaFhFhuauauauauauauauauauauauaFhuaFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFepepepsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqpCuauauauauapCpCgqgqgqRHMhrIrIrIrIrIrILnrIseXbflPyQJBbBbufOWCZdrufufufufufufufevJVxPLqrEXgrEdorETFrEsOtZrErEuzgxtNlGlGlGlGlGGrvxgQgQgQgQgQgQgQgQfahkRkRkhkpCuauauauaFWFWuauaFhFhuauaFWGmGpGguauauauauauauaFhFhuauauauaFhFhuauauaFhuauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFsysHsysFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqpCuapCpCuapCpCpCgqgqgqRHbMrIrIrIrIrIrILnrIctZAflXAVSBbBbufOWkbdrufufufufufufufevJVtQxIjXSdvevgRUGatSvhDvDxDxDxDzjYDAZpZpZpZpZpKofvfvfvfvfvfvfvfvfvfdfbfcDFpCuaFhuaFWFWFWFWuauauauauauaFhuaGguaFhFhuauauauauauauauauauaFhFhFhFhuaFhuauauauauauauauauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqsFsFsFsFsFgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgquauapCuauauapCpCgqgqRHRHRHBhrIMVSzzFtTLntERHrqBXIyVntWBbufOWOWJZFlJldndndnJlJlMzDmNbfJsfsfsfsfsfkpsfsfsfsfsfsfsfsfsfZzZzZzZzZzZzqvqvgUgNgNgNgNgVgVLpTXTXhjpCuauauauaFWuauauauauauauauauauaGiuaFhFhuauauauaFhuauauauauauauaFhuaFhuauauatltltltltluauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqpCuapCuauauapCpCgqgqRHCRCRrIrIrIrIrIrILnrIZLtDDXLugSufBbbfTesjNMlYlYsjKfsjlYlYKdDlAqlrdHcYgZOCcYFXrRcYkOkOkOkOkOsfhawKUjhbhbhbhbhbhbhbhbhbhbhbhbhbhcguhehjpCpCpCpCpCpCpCpCpCpCuaFhFhuauauaGguauauauaFWFWFWFWFWuauauaFhuauauaFhuauauauadBQsjAYbtluauauauapCpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqpCuapCpCpCuauapCgqgqRHJXSqKeKgKhCWCWCWieUBRxtDLmNFWEufBbBZBbBbnhBbBbBbBbBbBbBbBbBbBZdvePcYuHpucYnFnFcYdTEUdOdPedfAhfRkNAguguguguguguguguguguguguguhhguhihjhkhkhkhkhkhkhkhkhkpCuaFhFhuaFhuaGguauaylFWFWGgGgGgFWFWuauauauauauauaFhuauauaJwiITuVotluauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqpCuapCpCpCuauapCgqgqRHXvSqLnrIEPrIrIrILnNsTitDhANFxUHiBbFsjVjVYANBNBNBNBNBNBNBNBNBwuQlpFcYpIitcYnFbgcYdTdVdWdVdXfAfAwZfAqeqeqegugugVgVgVgVgVgVgVguhhguguhphrhshthvhwbsbscDhkpCuauauauauauaGgGgGgGiGgGgGguaGgGgGiGDGDuauauaFhFhFhFhuaFhRqTsRoOXtluauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgquauapCpCpCuauapCgqgqRHuRuRLnSNrIrIhFrIcZbibiFwNUPIZCDHVjewufufufufufufufufufufufufSGuftFcYvzOCcYFmjxcYELdVdWZSEMfAwDxHyiyTPdqegugugVhghghghghggVguhhguguhMhrhrhrdcdFjuiXddhkpCuauauauauauauaFhuauaFWylFWuaFWFWuauaGDuauauaFhFhuaFhuauatltltltltluauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCpCpCpCuauauauapCuauapCgqgqWXWXTHRKWXTHTHWXhEFiNqOfOfOfOfvrWABbMbufstststststststststufufSGuftFcYcYpqFYuQcYcYcYcYdWdVdXfAjygsgsgsywqegugugVhghghghghggVguhhgugujzhrhrhrhrjBjBjujChkpCFhFhuauaFhFhuauauauaFWFWFhuauauaFhuaGDuauauauauauaFhuauauauauauauauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauauauauauauauauapCpCgqgqWXTpRIPCOlRIAmTHvcQgrISAUOVBMMvrufBbMbdpvbvbvbvbHzvbvbvbvbwiufSGufelcYzXzXzXZTEOXEXEcYjDdVdXfAgGIlwjiWwkqegugurFgVhghghggVrFguhhjZkchjhrhrhrhrhrhrdFkxhkpCuauauauaFhFhuauaFhFWFWuauauauauauauaGDuaFhuauauauaFhFhFhuauauaFhuauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCpCpCpCpCuauauapCgqgqWXQURIPCPURnbKWXXzNiLReRCLVNXxvrufBbaEJpbBunununununununvJJpxQOibpLtFQnfnfnfSOzXzXDycYhHhGkOfAfreaKmxkWBfAkykihkxrxrxrxrxrhkkykzhkjukAkDhrhrhrhrhrjuddhkpCuauauauauauauauauauauauauaFhFhuauauaGDuauauaFhuaFhFhuauaFhuauaFhuauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqgqgqgqWXFERILdXJRIdlTHvcQghFeRQzUPrAvreuBbMbdpvbunununununununvbwiufBZufeScYkRzxzXzXzXzXzxEyiBiKhKJhiRJuiSRCiSbnSkiSGeiSiSiSiSiSGefSkVhkjBjBhrhrhrkXkZdFjuddhkpCuauauauaFhuauauauauaFhuauaFhFhuaFhuaGDFhuauauauaFhFhuauaFhFhFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqgqgqgqWXWXTZNZWXTHTHWXdKRedKOfOfsPOfvrufBbMbdpvbunununununununvbwiufBZufyXcYcYcYzWcYcYzWcYcYExFSFSFSuLilFSFSlhJAgagdFSlhFSFSFSFSFSFSsqhklijBhrlAhrlLeEfEmbjChkpCuauaFhuaFhuauaFhFhuauauauauauauauaFWGDFWuauauauauauauauaFhFhFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqgqWXFERIMjzRRIAmTHXQSyFHFMwwFAFuyGufBbMbdpvbunununununununvbwiufBZufeVDprXKwzXcqLgzXEWcYjJfSdqjFjFdqdqdqdqdqdqCHCJfoCKCKfoRTfofohkhkhkhkhkhkhkhkhkhkhkhkhkpCuauauauauauauaFhFhuauauaFhuauauaFWFWGgFWuauaFhuauauauauaFhuauauauaFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqgqgqgqWXQURIMjPURnbKWXLHXkbDRvRvdwSXyGufBbMbdpvbunununununununvbwiufBZuffeDpVslqzXzXzXzXEWDpiRfSdqgcdgfGqmfHfLdmdqfNfTfUOIOIfWfTfXfopCpCpCpCpCpCpCpCpCpCpCpCpCpCuauauauauauauauauauauauauauauaFWFWFWGiFWuauauauauauauauaFhuauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqgqgqgqWXPpQoYDYpRIdlTHQhZtPudhSQkvPvyGufBbMbdpvbunununvbunununvbwiufBZkJfeDpJizXzXzXzXFVJUDpiRfSjFDkfYfZfZfZfZfZujfNfTfTfTfTfTfTfXfopCuaFhuauauauaFhuauauauauaFhuauaFhFhuauauaFhuauauauaGqFWGhFWFWuaGgFWFWuauaFhFhuauauauauauauauauauaFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqgqVyVyVyVyVyVyVyVyyGyGyGyGyGyGyGyGbfkaRlTwtoyxyxvOvOvOyxyxJzTwYhkMlPfpDwjUjUCNsszXzXwIDpiRfSjFsWfYMfgcXWiogidqQjfTgjfTfTgjfTfXfopCuaFhuauauauauauauauauauauauauaFhFhuauauauauauaFhuaGqGgGgGiGgGgGgFWFWuauaFhFhuauauauauauauaFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqgqPiufufufudufufufufufufufudufufufiDBbSTJpwLEAEACECECEEAEAugJpeuBZlQeMzWzXzXFUzXzXFVJUDpiRfSjFgkfYglXRhBJBQFdquhfTgjfTfTgjfTNDfopCuauauauauauauauaFhFhuauauauauauauauauauauauauauauaGqGgGqGquaFWFWFWFWuauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqgqPiufufDujojojokakakakakakakakakabFBbMbdpCEEAEAEACEEAEAEACEwiufBZnefeDpeFzXFUzXzXzXzTDpiRfSjFgpfYfZfZfZfZfZjLfNfTgjfTfTgjfTgBfopCuauauaFhuaFhuauaFhFhuauaFhuauauauauauaFhuauauauauaGqGgGgGgGqFWGhFWFWuauauauauauaFhuauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqgqPiufufCIBbBbBbBbBbBbBbBbBbBbBbBbBZBbMbdpCEEAEAEAEAEAEAEACEwiufBZuffeDpJjlqFUzXjhNlKwDpiRfSjFgDfYfZgEihgXuEdqhqfTgjfTfTgjfTWKfopCuauauaFhuaFhuauauauauauauauauauauauauauauauaFhuauaGqGiGgGgGquaFWFWuauaFhuauaFhuaFhuauauaFhFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqenenenyrKHcXenenenufUidndndnUieuufiDBbwGMOCEEAEAEAEAEAEAEACEwiufBZuffeDpsYzXFUzXcYDpDpcYyDfSjFjKdDfZfZfZfZjMdqjNfTfTfTfTfTfTjOfopCuauauauauauauauauauauauauauaFhEGEGuauauauauauauauaGqGgGqGqGquauauauauauauauaFhuauauauauaFhFhuauaFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqenenVbdjGSQEwqkELvenufdnXoPzuZdnufufiDBbQfkhCEEAEAEAEAEAEAEACEwiufBZufiGcYatzXFkLycYspFSFSsqfSdqjPdqdqkPjSkPjSdqfofofoAYAYfofofofopCuauauaFhuauauaFhuauaFhuauauauaEGwVGgEGFhuauauauauaGqGqGquauaFhuauauauauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErErErErErErErErErErErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqenwaAoAoSxZgwqLvLvEaufdnufufufdnufufiDBbaEJpwLEAEAEAEAEAEAEAugJpxQBZufwrcYzXzXFUzXcYsiiSiSiSfSgFiTiZEQjcjcjcjctVgFAMALfTfTAOAPfopCpCuauauauauauauauauauauauaFhuaEGEGGgEGEGFhFhFhFhuauaGquauauauauauaFhuauauauauauaFhFhuauauaFhuauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEsEsEsEsEzEsEtEsEsErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqenpvzSzSwqwbwqLvLvEaufdnvNufeYdnufufiDBbMbdpCEEAEAEAEAEAEAEACEwiufBZufwrlNfwzXFUfwlNCadJkTlafSjcjcgejcjcjcjcjckfgFBnERESETESBnfopCuauauauauauauauauauauauauauauauaFhGMEGEGuaFhFhuauauaGquaFhuauauauauaFhFhuaFhuauaFhFhuaFWuauauauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEsEsEuEuEsEsEsEsEuErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqenKZzSzSwqQEwqLvYIenufUidneydnUieuufiDBbXLBbvvvvvvvvHyvvvvvvvvwiufBZufwrcYhNzXFUjpcYCadJkTlafSiCjciUlyENENlylylzgFuFESEXASEYUrfopCuauauauaFhFhFhFhFhuaFhuauauauauaFhuauauauauauauauauaGqGquauauauauauaFhFhuauauauauaFWFWFWuauauauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErAiEsEsEsEsEsEsEsEsErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqgqenKIzSzSwqQEwqLvLvyrufudufBbufufufufiDBbMbufBRBRBRBRBRBRBRBRBRufufBZufwrcYAazXFUxfcYjmiSvViSfSgFykgejcupupjcupuGgFfofofofofofofopCuaFhFhFhuaFhFhuauauauaFhuauauauaFhuauauaFhFhFhuauaFhGqGquauaFhuauauauauauauauauaFWFWFWFWuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEsEsEsEsEsEsEsEuEsErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqgqenwvzSOOwqSMSxSxSxIMkakakakakakakakabFBbMbufufufufufufufufufufufufBZufwrlNfwzXjrkSyLuJiSiSiSfSgFKFgejclHlHjclHlHgFpCpCpCpCpCpCpCpCuauauauauauauauaFhuauaFhFhFhFhFhFhuauauauauauauauauaGqGquauaFhFhuauauauaFhuauauauaFWuauaFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEuEsEsEsEsEsEsEsEsErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqenxDzSOOwqQEubvTvTbweZeZeZeZeZeZeZeZkeeZTKBbyCBbBbBbBbBbBbBbBbBbyCBZufHcnVzXzXzXzXcYCafSfSfSfSgFLxgejcupupjcupDDgFpCuauauauauauauauauaFhuauauauauauauauauauaFhFhFhuauaFhFhuauauaFhuauauaGquauaFhFhuauaFhuauauauaFhuauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEsEsEsEsEsErErErErErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqgqenwqzSzSwqQEHlLvLvenufkmufBbufufufufiDBbMbTWUiUiUiUiUiUiUiUiUiUiUiBZufwBzWzXzXzXeFcYCadJkTlafSgFsLgejclHlHjclHlHgFpCuauauaFhuauauauauauauaFhuauauauauauauauauauaFhuauaFhFhuauauauauauaGqGquauauauauauauauauauauauauauauaFhFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEsEsEsEsEsErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqgqenKZzSzSwqQEHlLvpienufUidnUNdnUieuufiDBbMbufufdnyNufufufufufufufUixFxGKAcYzXzXzXVscYCadJkTlaJkgFlcgejcupupjcupupgFpCuauauauauauaFhFhuauaFhuauauauaFhFhuauauauauauauauauauauauauauauauaGquauauauaFhuauauaFhFhuauauaFhuauaFhFhuauauaFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEsEzEsEsEsErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqenHtzSzSwqxMHlLvLvEaufdnAdufufdnufufiDBbMbufufvIufufHqufufufufHqUiiDufcYwEzXzXzXzUwNCaiSlEiSfSgFxdgejclHlHjclHlHgFpCuauauauauauaFhFhuauauaFhFhFhuaFhFhuauauauaFhFhuauauauauauauauauauaGquauaFhuauauauauaFhFhuauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEsEsEsEsEsErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqenxLzSzSwqQEHlLvLvEaufdnuPufufvIBbBbBZBbMbufufvIufufufufufufufufUiiDufxAzXzXzXzXzXxACaiSiSiSfSgFxygejcupECjcupDDgFpCuauaFhFhuauauauauauaFhuaFhuauaFhuaFhFhuauauauauauauauauauaFhFhuauauaGquauauauauauauauauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErEsEsEsgWEuErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqgqenenZodjzuQEHllfLvenufdnwOufufdnufufiDBbMbkmufdnufufufufufwCufufUikusjARCNzXAazXzXzWuKiKiKiKFSlylysnjclHlHjclHlHgFpCuauaFhFhuauauauauauauauaFhuauauaFhuaFhFhuauauaFhFhuauaFhuaFhFhuauaGqGqpCpCpCpCpCpCpCpCpCpCpCpCuaFhuauaFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqErErErErErErErgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqgqgqenenenyrpnFGenenenufdnerufufvIBbBbBZBbMbzpzpzpzpzpzpzpzpzpOHOHOHiDufcYDbxBHoBSBYcYCafSuMxYfSiCjcjctqjczijcjcjcgFpCpCpCpCpCpCuauauauauauauaFhFhuauauaFhFhFhuauauaFhFhuauauauauauauaFhuaGqpCtltltltltltltltltltlpCuauauauauaFhFhFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqgqgqgqtjsMEITnoeKxsMtjufdntxufufdnufufiDBbSTzpvwvwvwzpvwvwetzpHBxXOHzVAQcYcYwNwNwNcYcYBeCikTkTkTgFgFgFgFgFgFgFgFgFgFgMgMgMgMgMpCFhuaFhuauauauaFhFhuauauauaFhFhFhuauauauauauauauauauauauauaGqpCtlGwGwGwYwtlGGGGGGtlpCuauauauauauaFhFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqgqgqgqtjsMEITnFxjnPYtjufUidndndnUiEEufEejoyHLaKaKaKaMLKaKadyScpGMeOHCMDqufDGufufufDJudiDufufufudufufufDYHJCDDSDICGlSRrIYlSeOgMpCuauauauauaFhuauauauauauauauaFhuauauauauauauauauauauauauauauaGqGyGqGqGqGqGEuaGqGqtlpCuauauaFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqgqtjMcPkxqODkrDdtjufudufufufyNufufiDBbufzpmVWumVnLmVWuYdzpwPxXOHufiDufufufufufufufiDufufufufufufufDIJaDIDIdzIgrGCFzvlSJegMpCuauauauauauauauaFhFhuauauaFhFhuauauauauauauaFhuauaFhuauaGquaGqGyuaGqGqGqGEGqGquatlpCuauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqgqtjsMShTnoeYRsMtjufufufufufufufufiDBbufzpmVYkmVPhmVYkGYzpOHOHOHufEesjEVEVEVsjEVEVHAsjEVEVEVsjsjsjopHJJczwDIIXlSlSlSlSZZgMpCuauaFhFhuauauaFhuauauauauauauaFhFhuauaFhuauauauauauauauauauapCtluauaGqGqtlGGGGGGtlpCuauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqtjtjtjtjtjpyWgzElMtjtjtjtjpxufufufufufiDBbVvzpzpzpzpzpzpzpzpzpgqgqHJHCEdDIHDHEHEHFHGHEHEHFHHHEHEHIDIDIDIHJHJHJHJgMgMIZIZgMgMgMpCuauaFhFhuauauauauaFhuauaFhuauaFhFhuauauauauauauauauauauauauapCtltltltltltltltltltlpCuauaFhFhuauauaFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqtjKvocSEvPGNDEANGNvPSEocCOtjufKkufKkufiDBbufufKBquipwQxhufufUigqgqHJHRHKHLHMHNHEHFHOHPHEHFHOHPHEHFHQHLHRgMlSJblSlSaylSlSJdgMpCpCuauaFhuaFhFhFhuaFhuauauauauauauauauauauauauaFhFhuauauaFhuauapCpCpCpCpCpCpCpCpCpCpCpCuauaFhFhuauauauauauauapCpCpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjKzarjEtjocDEAJoctjVVJqKztjufyMufyMufiDBbufufHrHrHrHrHrufufUigqgqHJDRHSHTHUHVHWHXHYHZIaHXIbHZIcHXIdHTIegMlSlSlSlSQmVflSWngMpCuauauaFhuaFhuauauauaFhFhuauauauauauauauauauauaFhFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjtjtjtjtjFZDEAJZIpxtjtjtjtjeuKkufKkufiDBbEHwYxlufufufufEpEHUigqgqgMgMljgMgMiLiMiLgMutiQutgMuulluugMgMlkgMlSgMgMgMgMgMgMgMgMpCuauauauauauauauauauauauaFhuauauauauauaFhuauauauauauauauauauauauauaFhuauauauauauauauaKNFWFWuauauaFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqtjKvkFSEvPGNDEAJGNvPSEocCOtjufyMufyMufiDBbEHwYufufufufufEpEfUigqgqgMlSlmlnlolprGlbJCltrGlbluFnrGlblwlSlSgMWtgMpCpCpCpCpCpCpCpCuauauauauauauauauaFhuauauauauaFhuauauauauauauaFhFhuauauaFhFhuauauauauauaFhFhuauauaFWlIYcFWBWuauauauauauauaFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqtjKzJquctjocDEAJoctjyaJqKztjufufufufufiDBbEHwYufufufufufEpEHUigqgqgMIflmlSlSlSlSlSlSlSQSlSlSlSlSlSlSlSlSIZlSgMpCuauauauauauauauauauauauaFhuauaFhuauauauauauauauauauauauauauaFhFhuauauaFhFhuauaFhuauauaFhFhuauaFhFWzKIWUwFWuauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjtjtjtjtjEbDEAJoctjtjtjtjtjufKkufKkufiDBbEHwYufufufufiHEpEHUigqgqHagMUIlSlSorFolXaeanaqaFFprOFrPWrPrbOmgMlSgMpCuauauauauauauauauauauauaFhuauauauauaFhFhFhFhuauaFhuaFhuaFhuauauauauauauauauauauauauauauauauauaKNFWFWwAlIFWFWuauauauauaFhFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjKvocSEvPGNDEAJGNvPSEkFHwtjufCekmCeufyFBbufufHxHxHxHxHxufufUigqgqgqgMgMlSgMgMgMgMgMgMgMgMgMgMgMgMgMgMgMgMgMgMpCuauauauauauauauauauauauauaFhFhuaFhuaFhFhuauauauauaFhFhFhuaFhuauauauauauauauauauauauauauauauauaFWFWWLFWFWFWFWuauauaFhuaFhFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqtjKzJqDttjocDEAJoctjEgJqKztjyoyoyoyoyoEJDeufufvWEHvWvWvWufufUigqgqgqgMxnlSgMpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCuauauauauauauauauauauauauauauauauauauauauaFhuauauaFhFhuauauaFhFhFhuaFhFhuauauauauauauauaFhuauavBFWFWGhuauaFWuauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqtjtjtjtjtjFZDEAJZItjtjtjtjtjGXztGXDKGXEJBbufufvWvWvWvWvWufufUigqgqgqgMgMgMgMpCuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauaFhFhuaFhuauauaFhuauauauaFWFWIouaFhFhuauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauapCgqgqgqgqgqgqgqtjuCocSEvPGNDEAJGNvPAbocHwtjztbHztztztEJBbufufufufufufufkmufUigqgqgqgqgqgqgqgquauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauauauauaFhuauauauauauaFhFhuauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCuauapCgqgqgqgqgqgqgqtjKzJqBctjocDEAJoctjUsJqKztjWbztztKJwMKnBbBbBbBbBbBbufufUKlJlJlJlJlJlJlJlJlJgquauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuaFhuauauaFhuauauaFhuauaFhFhuauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjtjtjtjtjocDEAJoctjtjtjtjtjPDztztztwJDMxOsjsjsjsjkakakaFjKGUWYZpBJvdQuBlDlJgquauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauauauauauauauauauaFhuaFhuaFhFhuauauauauauaFhFhuauauauauauauauaFhuaFhFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjKvocSEvPGNDEAJGNvPSEocHwtjWbztztztztyoDBkmufufufBbufufbxyIKDKDesRMRMRMIPlJgquauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauauauauauauaFhFhFhuauauauauaFhFhuauauauaFhuauauauauaFhFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjKzJqDttjocDEAJoctjLjJqKztjyoyoyoyoyoyoyoyoufufufBbufuflJRMIPIPRMIPRMRMxNlJgquauauauauauauauauauauauauauauauauaFhuauauauauauauauauauauaGhuauauaFhuauauaFhuauauauauauauauaFhFhuauauauauauaFhuaFhuaFhuauauauaFhuauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjtjtjtjtjFZDEAJvKtjtjtjtjtjXHztXHztXHztXHyoEEufufBbufVvlJLhRMRMEZRMRMEZRMlJgquauauauauauauauauauauauauauauauaFhuauauauauauauauauauauaFWFWFWFWuauauauauauauaFhFhuauauauauaFhFhuauauaFhFhuauauauauauauaFhuaFhFhuauauauauauauauauauauauaFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjKvocSEvPGNDEAJGNvPAbocHwtjztXHbLURbLXHztjvBbBbBbBbufuflJRMRMRMRMRMRMRMRMlJgquauauauauauauauauauauauauauauauauauauauauauauauauaFWGhFWvuxpjwtlxpuauaFhuauauaFhFhuauaFhuauauauauauauaFhFhuauauauaFhFhuauauauauaFhFhFhFhuauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjKzJqDttjocDEAJoctjQxJqKztjyoyojvyojvyoyoyozOzOzOzOzOzOlJuXOemluXOeCvuXOelJgquauauauauauauauauauauauauauauauauauauauauauauauauauauaFWUQFPXURzPmxpuauauauauauauauauaFhuauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauaFhuauauauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjtjtjtjtjocDEAJoctjtjtjtjtjLJXHztTNztXHLJTNKtKtKtKtKtKtlJgJuilJcARGQYeQUAlJgquauauauauauauauauauauauauauauauauauauauauauauauauauauauaFWxptwfnAjxpuauauauauauauauauauauauauauauauauauaFhuauaFhuauauauaFhuauauauauauauauauauauauauauauauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjuCocSEvPGNDEAJGNvPSEocCOtjXHztXHyoXHztXHyoyQyEyQyQyEyQlJzHxmQPAgzHlJzHxmlJgquauauauauauauauauauauauauauauaFhFhuauauauauauauauauauauaFWjwfnHvoXxpuauauauauauauauauauaFhuauauaFhuauauauauauauauauauauauauauauaFhFhuauaFhFhuauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjKzJqlTtjFZtyxbZItjFFJqKztjLMwnXitUWNwnxxyoKtKtKtKtKtKtlJZOFDlJQHqRQPZOqRQPgquauauauauauauauauauauauauauaFhuaFhFhFhuauauauauauauauauauaxpRgLoOYtluauaFhuauaFhuauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauaFhuauauauauauaFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqtjtjtjtjtjkNIiKCMytjtjtjtjtjyoyoyoyoyoyoyoyoUiUiUiUiUiUilJRPQPlJlJQPlJQPlJlJgquauauauauauauauauauauauauauaFhuauauauaFhuauauauauauauauauaxpjwxpxptluauauauauauauauauauauauauaFhuauauauaFhuauauaFhFhuaFhuauauauauauauauauaFhuaFhFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCgqgqgqgqgqgqgqgqgqcYcYcYAkvYlxAkcYcYcYgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgquauauauauauauauauauauauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauauauauauauauauauauauauayqFhuauauauauauauauauauauauauaFhFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauauauapCpCpCpCuapCpCcYcYwgwgOCvYlxOCwgzMcYcYgqgqgqgqgqgqgquauauauauauauaFhuauauauauauauauaFhuauauauauauauauauauauaFhuauauauaFhuauauauauauauauauauauauauauauauauaFhuauaFhuauauaFhuauauauaFhFhuauauauauauauauauaFWFWuauauauauauauauauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauauauauauapCuauauapCcYcYOblFOCOCvYlxOCOClFEjcYcYcYcYcYcYcYgquaFhFhuauaFhuauauauauauaFhuaFhuauauauauaFhuauauauauauaFhFhuaFhuauauaFhuauauauauauauauauauauauauauauauauauauauauaFhFhuauauauauaFhFhuauaFhuauaFhuauauaFWuaFWuauauauaFhuauauauaFhuauaFhuauauauauaFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCuauapCpCuauauauauauapCcYuUlFOCZRHsttDZSYDhOCOCHpFTAcNcJWlecYgquauaFhuauauauauauauaFhuauauauauauaFhuauaFhFhuauauauauauauaFhFhFhFhuaFhuauaFhFhuaFhuauauauauauauauauauauauaFhuauaFhFhuauauaFhuauauauauauauauauauaFWFWFWFWSiFWFhuauauauauauauauauauaFhFhuauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCpCpCpCpCuauapCuauapCcYnUOCOCwTtuwzwgCbbIOCOCoiEiEFEFEFPncYgquaFhuauauauauauauauauauauauauauauauauaFhuauauauauauauauauauauauaFhuauaFhFhFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFWGhFWgnFWuauauauauauauauauauauauaFhuauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -pCpCpCpCpCpCpCpCpCuauapCcYDOlFOCwTObuIIhEjbIOCOCOCKshlWeDiuOcYgquaFhuauauaFhFhuauauauaFhFhuauaFhFhuauauauauauauauauauauauauauauauauaFhFhuaFhFhuauauauauaFhuauauaFhFhuauauauauauauauauauauauauauauauauauauaFhFhuauaFWuauaFWuauauaFhFhuauauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgquauapCcYUDOCOCBoOCvYOCOCDNOCOCTDcYcYcYcYcYcYgquaFhuauauaFhFhuaFhFhFhFhFhuauauauauaFhuauaFhuauauaFhuauauaFhuauauauaFhFhuauauauauaFhFhFhuauauauaFhFhuaFhuauauauauauauaFhuauauauaFhuauauauaFhFhuaFWFWuauaFWuauauaFhFhuauaFhuauaFhFhuaFhuaFhuauauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgquauapCcYcYEBOCIhOCvYOCOCOCOCHpcYcYgqgqgqgqgqgquauauaFhFhFhFhFhuauaFhFhuaFhFhuauaFhFhFhFhFhuaFhuauaFhFhuauauauauauaFhuauauauaFhuauaFhFhFhuaFhFhuaFhFhuaFhuaFhuauauauauauauauauauauauauauauauauaGhFWuauaGhFWFhuauauauauauaFhuaFhFhuauauauauauauaFhFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgquauapCpCcYcYyJHbBddCkklBbCvScYcYpCpCuauauauaFhuauauauauaFhFhuauauauauauauauaFhFhFhFhFhFhuaFhuauauaFhFhuauauauauauauauauauaFhFhuaFhFhuauaFhuauauauauauauauauauauauauauauauauauauaFhuauauauauauaWqgnFWIwWqFWFWuauauauauauauauauauaFhuauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgquauauapCpCcYcYcYKlcYcYcYcYcYcYpCpCuauauauauaFhuauaFhuaFhFhFhuauaFhFhuauauauauaFhFhFhuauauaFhuauauauauauauauauauaFhFhuauauauauauaFhFhuauauauauauaFhuauauauauauaFhuauauauauauauauauauauauauauauaFWGhuaFWFWGhgnyquauauauauauauaFhuauauaFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgquauauauapCpCpCpCpCpCpCpCpCpCpCpCuauauauauauaFhuauauauaFhFhFhuauauaFhuauaFhuaFhuauauauauauauauauauauauaFhuauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauaFhuauauauauaFhuauauaFWuauaFhuauauauaFhuauauauauauauauaFhuauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgquauauauauauauauauauauauauauauauauauauauauauaFhuauauaFhuaFhuaFhuaFhFhFhuauauauauaFhuauauauaFhuauauauauauauauauauauauauauaFhuauauauauauauauaFhFhuauauauaFhFhuauauauauaFhFhuauauauauauauauauauauauaFWyquauauauauauauauauauauauauaFhuauauauauauaFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgquauauauauauauauauauauauauauauauauauaFhFhFhFhFhFhFhFhuauauaFhFhFhFhFhuauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauauauauauauauaFhFhuauauauauauauauauauauauaFhuauauauauauaSignuauaFhFhuauauauauaFhFhuauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauaFhFhFhuaFhuaFhFhuauauauaFhuauaFhuauauaFhuauauaFhuauauauauaFWFWFWuauaFhuaFhFhuauauauauauauauauaFhuauauauauauauauauauauauauaFhuauauauaFhuauauauauauauauaFhFhFWGhFWuaFhFhuauauauauaFhFhuauauauauaFhFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauaFhuauauaFhFhFhuaFhuauauauauauaFhFhFhuauauauauauauauaFWFWFWFhuauaFhFhuauauauaFhFhuauauauauauauauaFhuauauauauauauauauauauauauauauauaFhFhFhuauauaFhuaFWuauauauauauauauauauauauauauauauauaFhFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauaFhuauauaFhFhuauauauauauauauauauauauauauauauaFhFhuauauauauaFhFhuauauaFhuaFhuauauauauauauauaFhFhuauauauauauauauauauauaFhuauauaxpxpxsxpuauauauauauaFhFhFhuauauauauaFWuaYVuaFhuauaFhuauauauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauaFhFhuauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauaFhuauauauauauauaFhuauauauauauaFhuauauauauauauauauauauauaxpxtFKxpFhuauauauauauauauauauauauauaFWFWFWuauauauauauauaFhuauaFhuauauaFhuauauaFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauaFhuauauaFhuauauauauaFhuauauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauaFhuauauaxpznzqxpuauauauauauauauauauauauauauaFhFhuauauauauauauauaFhuauauauauauaFhuauauauauauaFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauaFhuauauaFhuauauauauauauauaFhFhuauauauauauauauaxpxpxpxpuaaMuaFhuauaFhuauaFhuauauauaFhFhuaFhuauaFhuauauauauauaFhuauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauaFhuauauauauauauauauauauauauauauauaFhuauauauauaFhuauauauauauaFhuauauauaFhFhuauauauauauauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauauaFhFhuauauauauauauauauauauauauauauauauauauauaFhFhuauauauauauauauauaFhFhuauauauauauauauauauauauauauauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauaFhFhuauauauaFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauaFhFhuauauauauauauaFhFhuauauauaFhFhuauauauauauauauaFhuauauaFhuauauauauauaFhuauauauauauauauauauaFhuauauaFhuauauaFhuauauauauauauauauauauauauaFhuauauauauauauauauaFhuauauauauauauauaFhuauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauaFhFhuauauauauauauauaFhuauauauauauauauaFhFhuauauaFhFhuauauaFWFWuauauauauauauauauauaFhuauaFhFhuauauauauauauauauauaFhuauauauauauaFhuauauauauaFhFhuauauauauaFhuauaFhuauauauauauauaFhuauauauauauauauauauauauauauaFhFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauaFhFhuauauauauauaFhuauauauauauauauauauauauauauauauauauauaFWFWFWuauauauauauauauauauauauauaFhFhuauauauaFhFhuauauauauauauauauauauauauauauauauaFhFhuauauauauaFhuauauauauauauauaFhuauauauauaFhFhuauauauauauaFhuauaFhFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauaFhuauauauauauauauauaFhuauauauauauauauauauauaFWFWFWuauauauauauauaFhuauauauauauauauauauauauaFhFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauaFWFWuauauaFhuauauauauauauauauaFhuauauauauaFhuauauauaFhuauauaFhFhuauauauaFhFhuauauauauauauauauauauauauauauauauaFhuauauauaFhFhFhuauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauaFhFhuauauauauauauauauaFhuauauaFhuaFhuauaFhFWuauauauauauauauauauauauauaFhuauauaFWuauauauauauaFhuauauaFhFhuauauauaFhFhuauauaFhuauauaFhuauauauauauauaFhuauauauauauaFhFhFhuauauauauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauaFhuauaFhuauauaFhFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhyqFWuauauauauauauauauauauauauauauauauauauaFhFhuauauauauauaFhFhuauauauauauauaFhuauaFhFhuauaFhuauauauaFhFWuauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauauaFhFhuauauauauauauauauauauauauauauauauauauaFhuauaFhFhuauauauauaFhuaFWFWFWFWFWFWuauauauauauauauauauaFhuauauaFhuaFhFhuaFhuauauaFhFhuauauauauauauauauauaFhuauauauauauauauaFhFWFWFWuauaFhuauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauauaFhFhuauaFhuauauauauauauauauauauaFhuaYSYSYSYSuauaFhFhuauauauauauauaFhFWFWuauaFWFWuauaFhuauauauauauauauauauauauauaFhuauauauauauauauaFhFhFhuaFhFhuauaFhFhuauauauauauauauauaFWFWFWuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauaFhuauaFhuauauauaFhuaFhuauauauauauauauaFhFhuauauauaFhuauaYSYSYSyAyAYSYSYSYSuauaFhuauauauauauauauauauauauauauauauauauauaFhuauauaFhFhuauauauauauaFhuauaFhFhuauauauauauaFhuauauauauauauauauauauauaFWFWFWFWFWuauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauaFhuauauauauauauauauauauauauauauaFhFhuauauauauauauaYSyAyAyAyAyAyAyAYSYSYSYSuauauauauauauauauaFhFhuauauauauaFhFhuauauauauaFhFhuauauauauauauauaFhuauauauauauauauaFhuauauauaFhFhuauauauaFhFWFWuauauaFhuauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaYSyAyAyAyAyAyAyAyAyAyAYSYSYSFhuauauaFhuauaFhFhuauauauauaFhFhuauauauauauauaFhFhuauauauauauauauauauaFhFhuauauauauauauaFhuauauauaFhuauauauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuaFhuauauaFhFhuauauauauaFhuauauauaFhuauauauauauauauauauaFhuauaYSYSyAyAyAyAyAyAyAyAyAyAyAYSFhuauauauauauauauauauauauauauauauauauauauauaFhFhuauaFhuauauauauauauauauauaFhFhFhuauauauaFhuauauauauaFhuauauauauauauauauaFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauaFhFhuauauauauauauauauauauauauauauauaFhuaFhuauauauaYSyAyAyAyAYSYSYSYSYSYSyAyAyAYSuauauauaFhFhuauauauauauauauauauauauaFhuauauaFhFhuauauaFhuauauaFhFhuauauaFhFhuauaFhFhuauauauauauauauauauauauauaFhuauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauaFhuauauauauauauauauauaFhuaFhuauauauaYSyAyAyAYSYSFWFWJQFWFWYSyAyAYSYSuauauauauauaFhuauauauaFhuaFhuauauauauauauauauauauauaFhFhFhuaFhFhuauauauauauauaFhFhuaFhuauauauaFhuauaFhFhuauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauaFhuauauauauauauauauauauauauauauauauaFhFhFhuauauaFhuauaYSyAyAyAYSYSFNymFWtGsrFWYSyAyAYSuauauauauauauauauauauauauauauauaFhuauauauauauauauauauauauaFhuauauauauauauauauauauauaFhFhFhFhFhuauauauauauauauauaFhFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauaFhuauauauaFhFhuaFhuauauaFhFhFhuauauauauauaYSYSyAyAYSFWLFIzsrsrFWFWYSyAyAYSYSuauauauauauauauauauauauauauauauauaFhuauauauauauauauauaFhuauauauauaFhuauauauaFhuauauauaFhuaFhFhuauauauauauauauaFhFhuauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauaFhFhuauauauauauauauauauauauauauaYSYSyAyAYSYSFWsrAliAFWFWYSyAyAyAYSuauauaFhuauauaFhuauauauauauauauauauauauaFhuauauaFhuauauauauaFhuauauauauauauaFhuauauauauauauaFhFhFhFhuauauauaFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauaFhuauauaFhFhuauauauauauauauauaFhuaRBUQuauauauaFhuauauaYSYSyAyAYSFWYSFWFWFWFWYSyAyAYSyAYSuauauauauauauauaFhuauauaFhFhuauauauauauauauauauauauauauauauauauauauauauaFhuauauauauauauauauauaFhFhFhuauauauauauauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauaFhuauauauauaFhuauauauauauaUQFWGhGhQcuauauauauaFhYSyAyAyAYSYSyAYSYSYSYSYSyAyAuayAYSuauauauauauauauauauauauaFhFhuauauauauauauauauauaFhFhuauauaFhuauaFhuauauauauauauauaFhuauaFhuauaFhuauauauauauauauauauaFhuauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauauauauauauauauaUQUQuauauauauauauaYSYSyAyAyAyAyAyAyAyAyAyAyAyAuayAYSuaFhFhuauauaFhuauauauauauauauauauauauaFhuauauauaFhFhuauauauauauauauauauauauauauauauauauaFhuauaFhuaFhuauaFhuaFhFhuauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauaFhuauauaFhFhuauauauaFhuauaFhuauauauauauauauaFhuauauaYSYSyAyAyAyAyAyAyAyAyAyAyAyAyAYSYSFhuaFhFhuauauauauauauauauauauauaFhuaFhuauauauauauauauauauauaFhuauaFhFhFhFhFhuauauauauauauauauauauauauauauaFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauaFhuauauauauauaFhFhuauauauauauauauauauauauauauauauauauauauaYSyAyAYSyAYSyAYSYSyAYSYSYSyAyAyAYSFhFhuauaFhFhuauauauauauaFhuauauauauauauauauauauauauaFhuauauauauaFhFhFhFhuauauauauauauauauauauauauauauauauaFhuauauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauaFhuauauauauauauauauauauauauauauauauauaYSYSYSYSYSYSYSYSYSYSYSYSYSYSYSYSYSuauauaFhuauauauaFhFhuauauauauauaFhFhFhuaFhFhuaFhuauaFhuaFhFhuauaFhFhuauauauauauaFhFhuaFhFhFhFhuauauauauauaFhFhuauauauauapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauaFhuauauauauauauauaFhFhuauaFhuauauauauauaFhuaFhuauauauauauauauauauauauauauauauauauauauauauauaFhFhFhFhuauauauauauauauauauauauauauauaFhuauauauauauauauauauauauauauauaFhFhuauauauauaFhuauaFhuauauauauauagnFhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauaFhuauaFhuauauauauauauauaFhFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauaFhFhuauauaFhFhFhFhuaFhuaFhFhuauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauahPgnbhpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauauauauauauauauauauaFhFhFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhuaFhFhuauauauaFhuauauauauauauaFhuauauauauaFhuauauauauauauauauauauauauaFhFhuauaGhgnbhbhuapCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauaFhFhuauauauauauauauauauauauauauauauauauaFhFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauauauauauauauauauauauauauauauauaFhuauauauauauauaFhuauauauaFhuauauaFhFhuajwtltltlzBtlpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauaFhFhuauauauaFhuaFhFhuauauauaFhuauauauauauauaFhuauauauauauauauauauauauauauauauauauauauaFhFhuaFhuauauaFhuauauaFhFhuauauauauauauauauauauauauauauaFhFhuauauauauauauauauauauauauauauauauauauauauauauauauaNKaoNKYzjwtlpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauaFhFhuauauaFhuauauauauauauauauauauaFhFhuauauauauauauauauauauauauauauauaFhFhuauauauauaFhuauauaFhFhuauauauauauauaFhuauauaFhuauauaFhFhuauaFhuauauauauauauaFhFhuauauauauauauauauauauauauaNKUTjwVkoBjwpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuaFhuauauauauauauaFhuauauauauauauaFhuauauauauauauauauauauaFhFhuauauauauaFhFhuauauauauauauauauauauauauauauaFhuauauaFhuauauauauauauauauauauauauaFhuauauauauauauaFhuauauauauauauaFhFhuauauauauauaFhuauauauauauatlvnKQxCxKjwpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauauauauauauauauauauauauauauaFhuauaFhuauaFhuaFhuauauauauauauauauauaFhuauauauauaFhuauaFhFhuauauauauaFhuauauauaFhFhuaFhuauauauauauauaFhuauauauaFhuauauauauauauauauaFhuauauauauauauauaFhuauauauauauaFhuauaFhjwpTjwjwVksNpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauauaFhuauauauauauauauauauauauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauatlXrVkkQHvtlpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCuauaFhuauauauauauauauauaFhuauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauauatltltltljwtlpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCpCgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq -gqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgqgq +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemGsubCeIAjRimsNryyjRijRisgYxkFsgYjRimGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRlaRlaRlaRlaRlaRlbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemGsfiheIAjRijRiryyjRijRijRijRijRijRimGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRlaRlaRlacFvtVrnEsxSaRlbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFwlFwlFwlFwlFwlFwlFbMebMebMebMebMewlFwlFwlFwlFwlFwlFwlFbMebMebMebMebMewlFwlFwlFwlFwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemGsmGsmGsjRiqtumGsmGsjRijRinxfjRijRimGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRlxjCgmpgmpcfljVIdsiaRlbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFbmfgCippdgCixbywlFwlFwlFwlFwlFwlFwlFbmfgCippdgCixbywlFwlFwlFwlFwlFwlFwlFtAyhHzcKzwlFwlFwlFwlFwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemGsjRijRimGsmGsmtxjRijRijRimtxmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRldbTaRlaRlcODaRlaRlaRlxkVxkVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFnYfrxLjWOlCOrxLfStsAHxVOprboUaukhesLcweaGRfPIoTxfPIoTxaGcoTxoTxuncoTxoTxoTxoTxfPIoTxfPIoTxfMaoTxoTxuncoTxoTxoTxoTxoTxoTxrVMwlFuLxwPNwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGseIAeIAmGsmGssgYsgtmtxsgtsgYmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRlxjbaRlcHPjCurOorOorCyeOtxkVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFrKSrxLwsZrxLrxLrxLrxLrxLfxjrWErWErWEcweqaKoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxoTxmLRuLxuLxwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsxRrnlitkfrGQmGscUHmhPunliUrxwymGsaZjtYJrPBmChbrnbrnjRijRimGsmGsmGsmGsmGsmGsmGsmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRlaRlqbRaRlorwqethCcpNYpNYkbLxkVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFkLVllFdeGsdidIDxVOkmlslrprblHOgJXrWEcweaGRaGRknZoTxoTxkQKoTxoTxdGXoTxoTxoTxoTxwFhhyAeNDoTxoTxoTxaGRmzQaGRoTxaRRoTxkPxoTxoTxwlFhbcuLxwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsbnPtnhgXptAvmGsgqbgqbgqbgqbgqbmGsjRijRihQQjRijRijRijRijRimGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRldGlqeqaRlaQEfFkrGnqySqySkayxkVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFfxjwlFksFksFksFksFksFwlFnpVnpVnpVnpVnpVwlFwlFwGAwGAwGAwlFwlFePcePcePcePcePcwlFopiopiopiwlFwlFuLxuLxwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGstnhtnhtSEwuPaLBgqbgqbgqbjClkXHmGsjRijRijRifgkjRimGsmGsmGsmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRluGonzsaRlaRlaRltktcfBxkVxkVxkVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFpmTfnTwlFiAFurMqeJurMrBurSGostxdWwlFatZrvdrWErWEnsOwlFvNyjOqjOqjOqwtXwlFwRekaBkaBkaBdvEwlFnxMqbOhoIjrdwlFuLxuLxwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsvcfgXprGQdbFmGsgvdpQZgqbgqbmemmGseVOxEBjRijRijRijiVfkmjnLmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRljfaacFxGHacFaRltbriiSsikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFsvYxYEfxjurMurMurMurMurMurMgjuurMwlFrWErWErWErWErWEohufVzfVzhOofVzfVzliUkaBkaBkaBkaBkaBxvekaBkaBkaBwdTwlFhbcuLxwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGstSEbxlgXpgEamGspsXqIKgqbohCxdbmGsqOuxEBjRijRioMpmGsmCsuPCmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRlufVkEgfwkkEgqzegbUiiSsikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFwlFwlFwlFeCuurMurMurMurMurMurMurMbHNrWErWEkDPvvRojFwlFxHlaAjbFxaksuLiwlFkaBfpWiwgfVodEDwlFqQNkaBkaBjDSwlFwwfwwfwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsmGsmGscfvmGsmGsmGseyxdzVmGsmGsmGsmGseyxryymGsmGsmGsmGsmGsmGsmGsmGstZomGsmGsmGsmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMesiksiksikfRVsiksikbnQdiFsiksikfRVsiksiksikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFgiNhXttVYkkGbeFjTCxAmvIjwlFqWmrWEqQKmKlkJcwlFwlFwlFlOhwlFwlFwlFfxLkaBkaBkaBxIWwlFxjOnRciudhGywlFuLxuLxwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGscfvijOfkmfkmsAEmGseeFftXaajdAcpBpvojeRCftXmGshWJqGOqGOlrAjlvvsBxYkevBstVpEVpAAmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMesikqMynEckmJhTXlKubnSiiSlKuhTXiiScgzdNdsikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFmoBtAwjILjILtfxwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFwlFhbcuLxwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsvWMcfvfkmcJNaBRmGscmDmmpgmfgmfgmfgmfgmfpjmmGsquNikoikoohSwgrikoikoikoikoikoulNmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMesiklBnnEcrdljZmnhYrCAnzXnzXokIokIhRUqRlsikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFvRLjILjILjILjILcPBuLxuLxuLxuLxuLxmPPuLxuLxwwfuLxuLxuLxuLxwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGscfvfkmfkmfkmsPkmGseeGkdtikoikoikoikoikoykBuBZygPikoiJaohSwgrikoikoikoikoikoulNmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMesikjuxnEcnEcnEcnEcatinEcnEcnEcnEcnEcbkvsikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFfpmjILjILjILjILcPBuLxuLxwMiuLxuLxgTQwMiuLxwwfuLxwMiuLxphbwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewmOwmOwmOwmOwmOwmOwmOwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsmGsmGsmGsmGsmGsmGsegJkdtikoikoikoikoikojJVmGsmulikopdwwgrikoqjFkCtvuYpoMkCtqFKmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMesikjuxnEcnEcnEcnEcatinEcnEcnEcnEcnEcbkvsikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFrMlnVxnVxnVxaIgwlFwlFwlFwlFwlFwlFsJYwlFwlFwlFwlFwlFwlFwlFwlFbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewmOtxCgGnllilligGntxCwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMejITjITjITjITjITjITmGscmDkdtikoikoltlikoikoykBuBZuBZmkmmdlmdlmdlnApuBZycguBZycguBZmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMesiklBnnEciiSiiSnEcatinEcnEciiSiiSnEcnBBsikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewlFwlFwlFwlFwlFwlFwlFbMebMebMebMeaRogwpaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewmOwmOwmOnGVtLxwmOwmOwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsmGsmGsmGsmGsmGstZogxJkdtikokrpgvphZQikogylpjmuBZycgycgtImloRycguBZcZmxpNnBmaFwmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMesikqaoadjuQIgsvmGergzmGegsvuQIuQInEcxuxsikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogwpaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewmOtxCgGnllilligGntxCwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsazBsFqfkmceuacdmGsqopkdtikokrpgvphZQikoikogylcLbgmfgmfgmfgeegmfcLbmBEikoikoykBmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMesiksiksiksiksiksiksiksiksiksiksiksiksiksikbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEcSEcSEcSEcSEcSEcSEcSEcSEcSEcSEbMebMebMebMebMebMebMebMeaRogwpaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewmOwmOwmOnGVtLxwmOwmOwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGskZvnElaQmceuceueyxeRCkdtikoikoonXikoikoikojDYkOrvjrvjrvjrvjrvjrkOrlfBikoikoykBmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlpMlpMlpMlbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEcSEddykDXiRupevxTCpeviRuhzrfepcSEcSEbMebMebMebMebMebMebMeaRossHaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewmOtxCgGnllilligGntxCwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsoZAceuceuceuceunvGftXkdtikoikoikoikoikojDYhzGvmOloRycggIhycgycguBZchqhJqcrydktmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlueOqQopMlbfSpMlbfSljHpMlpMlbfSpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEdVBsqqiwBiwBiwBpvIiwBiwBiwBxOsdKFcSEbMebMebMebMebMebMebMeaRokhGaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejsyjsywmOwmOwmOnGVtLxwmOwmOwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGscOvceuhwthRkgTrmGsfFTkdtikoikoltlikoikoykBuBZuBZcFmeVdqGOliLjmAuBZycguBZycguBZmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSbfSpMlbfSbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlfaftNDpMlqQoqQojhrbfSpMldqUljHljHpMlbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEceNiwBiwBlqhiwBlqhiwBlqhiwBnCAxVicSEbMebMebMebMebMebMebMeaRogwpaRobMebMebMebMebMebMewmOwmOwmOwmOwmOwmOwmOwmOwmOwmOwmObMebMebMebMebMewmOwmOwmOwmOwmOwmOwmOtQPfIlfddwmOllilligGntxCwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsrUzggOceuceuyiDmGsvUAkdtikokrpgvphZQikojJVmGspvHvRrikoikoikotsMiGilGajahrgssnMmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlbfSpMldqotNDqsQfafqQoueOqsQfaftNDpMlljHljHpMlpMlbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEcSEcSEcSEcSEcSEcSEyaCdmQnIyfnbgxmdmQgsMgSGwBxuxqjbFcSEbMebMebMebMebMeaRoaRoaRojAeaRoaRoaRobMebMebMebMewmOgramkejMvwmOhCapbVpZmoPzjkBwmObMebMebMebMebMewmOvGIotKycCmdAuKewmOhHasmspUtwmOxnOtLxwmOwmOwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMemGsmGsmGsmGsmGsmGsmGseeGkdtikokrpgvphZQikoykBuBZijzikovJDgTcikoikoikoikoikoikooHQmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlpMlbfSbfSbfSpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlljHbfSljHpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSbfSbfSpMlgzPdqoveKqosfaftWhqQoswXtWhqsQtNDfaftNDljHljHpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEyczevJjGeevJyczcSEcSEfCbcSEwwvcSEwwvcSEwwvcSEeaocSEcSEbMebMebMebMebMeaRotvslIKjrlwjstvsaRobMebMebMebMewmOgdmmkeaqCwmOhoWpbVcOzpbVgoPwmObMebMebMebMebMewmOaSDufHfaSfaSfaSwmOhHasmsxVwwmOllilligGntxCwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemGseeGkdtikoikoonXikojDYhzGuBZvFLikoikofyMikoikoikoikoikoikooLqmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlpMlpMlbfSbfSpMlbfSbfSbfSbfSbfSbfSbfSpMlbfSljHljHpMlpMlbfSpMlbfSpMlpMlbfSpMlpMlbfSpMlpMlbfSbfSbfSbfSbrQdqowEcpMlqsQueOueOqQobfSbfSbfSpMlpMlljHljHbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEaIIthKrEdvmZwPUcSEueqiwBbZlvhXqYypqfxgsfPYbZlnCAiwBcSEaRoaRoaRoaRoaRoaRosGKlsRgwplsRwPaaRobMebMebMebMewmOoXfmketHMwmOlSxpwwpbVpwwgoPwmObMebMebMebMebMewmOuBqkTEfaSnfwsXDwmOwmOnggwmOwmOefIwmOwmOwmOwmOwmObMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemGsfGqkdtikoikoikoikoykBlqMmGssHBmdlmdleZGmdldcMpGtiYbwpbmdlgKymGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlbfSbfSbfSbfSpMlpMlbfSbfSbfSbfSbfSpMlpMlbfSljHljHbfSbfSbfSpMlbfSbfSpMlbfSbfSbfSpMlbfSpMlbfSpMlbfSdqoljHobdljHljHbfSgwyqQofaftNDpMlbfSbfSbfSpMlpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEljRbJRfWBsGUbfXdsDiwBiwBiwBvhXqYypqfxgsfPYiwBspNccOpFxwNVwNVhrGkTMwNVpyXwNVwNVxGflsRxTUaRobMebMebMebMewmOwmOcVTwmOwmOwmOwmOgGnwmOwmOwmObMebMebMebMebMewmOwmOwmOgGnwmOwmOwmOsmssmswNQsmssmsahuwNQmEFmPwwmObMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemGsegJkdtikoikoikoikoykBvLnmGswGNwGNwGNwGNwGNwGNwGNwGNmGsmGsmGsmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSpMlpMlbfSbfSbfSbfSljHpMlpMlpMlljHpMlbfSbfSbfSbfSbfSbfSpMlpMlpMlpMlbfSbfSljHbfSljHdqoqiqbfSbfSbfStNDqsQtNDpMlbfSbfSpMlpMlbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEaIIifOspFhyawPUcSEiwBiwBuievhXqYypqfxgsfPYuieiwBiwBcSEaRoaRoaRoaRoaRoaRowPalsRjrllsRwPaaRobMebMebMebMewmOeuBtCFtCFtCFtCFtCFtCFdRpdRptGLtGLtGLtGLtGLtGLtGLdRpiOwtCFdWsrxitCFtCFtCFtCFtCFtCFtCFtCFwdzsmsjBXbMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMetZoeeGkdtikoikoikoikoykBaBimGshZJtXhkYhwGNhZJtXhkYhwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecafcafaiIcafcafcafcafcafcafcafcafcafcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlbfSbfSbfSpMlbfSbfSbfSbfSbfSbfSbfSbfSpMlbfSbfSpMlpMlpMlpMlljHbfSpMlbfSpMlbfSbfSbfSbfSpMlpMlpMlbfSbfSbfSpMlpMlljHpMlbfSpMlbfSpMlbfSfaftNDbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEycztzDoidtzDyczcSEcSEcSEcSEcSEcSEcSEcSEcSEcSEcSEcSEcSEbMebMebMebMebMeaRofhrwPajrlwPafhraRobMebMebMebMewmOkyzfwjsmssmssmssmssmssmssmssmswNQsmspMYcvGfDVgBZsmssmssmssmssmssmssmsfwjfwjwmOwmOwmOwmOwmOmjFwmOwmOwmObMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGsmGsmGsmGsmGsmGsmGsbMemGseeFkdtikoikoikoikoykBpTchEetQvwTIwBPitotkMwTIwBPwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkjhkjhkjhkjhkjhkcafgcNqQsuytdEQcEYwWqkykcEYqKNcEYbgecafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlbfSpMlpMlpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSpMlpMlpMlpMlljHljHbfSbfSbfSbfSbfSpMlpMlbfSpMlpMlbfSbfSbfSbfSbfSbfSpMlpMlpMlpMlbfSpMlbfSpMltNDpMlpMlbfSpMlbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecSEcSEcSEcSEcSEcSEcSEbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRoaRoaRopSAaRoaRoaRobMebMebMebMewmOfpSvPEwmOunbfaSfaSfaSsmssmssmssmssmssmsarkarksmssmssmsfaSfaSfaSwtJwmOvPEmJNwmOwmOwmOeXTkmClzhgWUlzhwmOwmObMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGsmZxjbjjbjjbjqSsmGsbMemGscmDkdtikoikoikoikoykBleUcfIiFnbOjoiFwGNtQvwTIwBPwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkqerhdhqerhdhqercafdZucEYszScEYcEYcEYcEYcEYcEYcEYnHXcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlbfSbfSbfSpMlbfSbfSbfSpMlbfSbfSpMlbfSbfSpMlbfSpMlbfSljHljHljHbfSbfSpMlbfSbfSpMlbfSpMlpMlpMlbfSpMlbfSpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogwpaRobMebMebMewmOwmOwmOwmOgDhfFnwmOaSDwEefaSfdhfaSfaSsrBfaSfaSfaSfaSfaSfaSfaSfaSwEefaSfaSsrPwmOxJQxJQwmOwmOrxmlzhlzhlzhlzhpiSnHdwmObMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGspKzeapxqNxqNudZmGsmGsmGsfylkdtikoikoikoikoykBvLnmGswGNwGNwGNwGNiFnrjCoiFwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhiANkumkumkumcocqJabgwuytgOcsaWcKTcEYsaWcbFqYwcafcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlbfSbfSpMlljHpMlljHbfSbfSbfSbfSbfSbfSbfSpMlpMlpMlbfSbfSbfSljHbfSpMlpMlbfSbfSbfSbfSpMlbfSbfSbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogwpaRobMebMebMewmOwuaujLwmOwAksfmwmOlpMmDVjwumopwmOwmOlMMcZMwEedTCwEeybNqVSwmOeWGufQuqGvdtjNawmOllillihEjwmOmNHgPCoKlwwEcbbhNijRgwmObMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGsfOrxqNxqNxqNxqNxTRapMgmfgmfmBEikoikoikoikoykBhfgmGsbMebMewGNwGNkngwGNkngwGNwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhlnAhdhhdhhdhcafkQVgDKuytqXCmkdgkrgfMmkddKMcEYcafbMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlbfSbfSljHljHljHpMlbfSpMlpMlbfSbfSpMlbfSbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRossHaRobMebMebMewmOdmwsfmhLoospsfmwmOwjuwjuwjuwjufsawmOgJRgJRgJRgJRgJRgJRexuwmOwmOkWckWckWcwmOhIullillihxGwmOwmOkWewmOhGChGChGChGCwmObMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGsaWHxqNxqNxqNxqNxTRdvVvjrvjrkOrvjrvjrvjrkOrhzGrSPmGsbMewGNwGNcuulGEgpilGEinNwGNwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkgdblnAaMajhkjhkcafmKPfqOivlivlivlivlivlivlivlszScafcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlbfSljHljHljHljHpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSpMlbfSbfSpMlbfSbfSpMlbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRokhGaRobMebMebMewmOwuaknowmOazwsfmxaXsfmnrdsfmbiSsgGhGafDUbYaxgPxgPxgPeSwfDUhGapamxTDxTDcNifUfhjZllillitLxwmOrxAjpDwmOfKQfZQfWNgJhwmOwmObMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGspKzxaAxqNxqNfrCmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsbMewGNhEdfWQwTIwTIwTIfWQtlfwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhlnAhdhjhkbMecafcEYgDKcEYcEYcEYcEYcEYcEYfgncEYcEYcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlbfSbfSbfSbfSljHljHbfSbfSbfSbfSbfSbfSbfSbfSpMlbfSpMlbfSbfSbfSpMlbfSbfSbfSljHljHbfSbfSbfSbfSbfSbfSbfSpMlpMlpMlljHbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMefAlfAlfAlfAlfAlfAlfAlbMebMefAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAloHobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogwpaRobMebMebMewmOwmOwmOwmOuMnsfmxaXsfmnrdsfmsfmsgGpBZpBZbZRsfmsfmsfmoHapBZpBZnbotFljYZtFluGTbMAllillieSnwmOaLkgiowmOaDjwVQsfmtrBjqrwmObMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGsqbVniOniOniOjVKmGsbMebMebMebMebMebMebMebMebMebMebMebMewGNgXVwTIwTIwTIwTIwTIlwowGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhlnAhdhjhkbMecafeHUjVdrzXrzXrzXrzXrzXrzXgavrzXfFGcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlpMlpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSpMlpMlbfSpMlbfSbfSbfSbfSbfSpMlpMlpMlljHljHljHpMlbfSpMlpMlbfSbfSbfSbfSbfSpMlljHpMlpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMefAllLiuSXuyRuSXhBGfAlbMebMefAleRypmeuSXfAloavrstylUfAltHEcEPtOhfAlbMebMebMebMebMeaRoaRoaRoaRoaRoaRoaRobMebMebMebMebMebMebMebMebMebMebMebMeaRoaRoaRowBtaRoaRoaRobMebMebMebMewmOospsfmxaXsfmnrdhhWnxoymewTVhibwxvwFmtvXwFmtgRhiblmPecErtmpNwdtefUfhjZllillitLxwmOkhMbNHwmOqOiisPydbcbnjeNwmObMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGsbzdndWndWndWotPmGsbMebMebMebMebMebMebMebMebMebMebMebMewGNpUYwTIwTIhRlargwTIxzawGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhlnAhdhjhkbMecafgbFeaieaipfFnlSnlSnlSnWnfgncEYltycafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSbfSpMlpMlpMlpMlbfSbfSbfSbfSbfSpMlpMlbfSbfSbfSbfSpMlbfSbfSbfSpMlbfSpMlpMlpMlpMlljHpMlpMlpMlbfSpMlpMlpMlbfSpMlljHljHljHljHpMlpMlpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMefAlxsWssyxXLoDafZYfAlfAlfAlfAlpDPyjiyjibfJarWvXhcUgbfJyjiyjiyjifAlbMebMebMebMebMeaRotvswPalsRsaotvsaRobMebMebMebMebMebMebMebMebMebMebMebMeaRotvswPajrlsaotvsaRowmOwmOwmOwmOwmOospmyowmOrFNsrzwmOwmOfsawmOwmOjBXwmOfsawmOjBXwmOwmOwmOwmOjBXwmOwmOhIullillilliwmOnejpjktXVfKNmQqsfmsfmtdswmObMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGstfAxqNqraxqNgPKmGsbMebMebMebMebMebMebMebMebMebMebMebMewGNwGNnunrjCogjvqmqaZwGNwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkgdblnAaMajhkbMecafcafcafcafcafoMNoMNoMNcafcafszScafcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlpMlpMlpMlbfSbfSbfSbfSbfSbfSpMlbfSbfSpMlbfSbfSbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSljHljHljHpMlpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMefAltWIuhCjYFeIGfXonfEmLIlPNnfElPNyjiuKcfAlvrYmnIeBSfAlyjiyjiyjifAlaRoaRoaRoaRoaRoaRosGKlsRlsRlsRwPaaRoaRoaRoaRoaRoaRoaRoaRoaRoaRoaRoaRoaRoaRobWSlsRgwplsRmFzaRoonQonQbjvpVmwmOtAIpcCwmOsfmsfmwmOlmglmglmglmglmglmglmglmglmglmglmglmglmglmglmglmgwmOoKDufDlZUwmOwmOwmOwmOwsPxHasNQeBzwmOwmObMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGsdwMhvMiUieyqfrCmGsbMebMebMebMebMebMebMebMebMebMebMebMebMewGNwGNwGNxzZwGNwGNwGNbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhlnAhdhjhkbMecafqhDePCePCcaflkRdOmmbscafqsXcEYdEQcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlpMlpMlbfSbfSbfSpMlbfSpMlbfSbfSbfSljHbfSbfSpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlbfSpMlpMlpMlbfSbfSbfSljHpMlpMlpMlbfSpMlbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMefAlxsWlkhnwnyicfZYfAlgKegKefAlpcpyjiyjifAlrGawRtjXSfAlyjiyjiwqFgDxwNVwNVhrGkTMwNVweqwNVwNVwNVwNVwNVqKnwNVsEtwNVkWhwNVwNVwNVwNVkWhwNVsEtwNVqKnwNVwNVgMewNVwNVsnHfFVfFVfFVfFVemKhYIsfmwmOnWjuRTwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejBXhnqjBXbMebMewmOwmOwmOwmOwmOwmOlmgbMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGstfAhnXhnXhnXgPKmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhxcmAueOYjhkbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhlnAhdhjhkbMecafqhDcEYcEYwWcdOmdOmdOmivliXYcEYcbFcafbMebMebMebMebMebMebMebMebMebMepMlpMlbfSbfSpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlbfSljHpMlbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSbfSpMlbfSpMlbfSbfSpMlpMlpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMefAllLiuSXuSXuSXmkVhjjjKajKahJSwRijDqjcnfHxnHKdkicjxqqraxJiTXhfsfAlaRoaRoaRoaRoaRoaRowPalsRlsRlsRwPaaRoaRoaRoaRoaRoaRoaRoaRoaRoaRoaRoaRoaRoaRowPalsRjrllsRwPaaRopJionQonQonQwmObVqsfmwmOwmOwmOwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMewmOjBXwmObMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGswOQkQCmsFkQCknzmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhmAuhdhjhkbMebMebMebMebMebMebMebMebMebMebMebMejhkjhkjhkjhkjhkjhkjhkjhkjhkhdhlnAhdhjhkbMecafqvUppgcmEcaflkRdOmmbscafmkdsaWfBecafbMebMebMebMebMebMebMebMebMebMepMlbfSbfSpMlpMlpMlbfSpMlpMlpMlbfSbfSbfSpMlbfSbfSljHljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSbfSbfSpMlpMlbfSbfSbfSbfSbfSbfSpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMefAlfAlfAlojzfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlfAlbMebMebMebMebMeaRofhrwPalsRoZmfhraRobMebMebMebMebMebMebMebMebMebMebMebMeaRofhrknGjrlwPafhraRowmOwmOwmOwmOwmOwmOwmOwmOlmglmglmgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMemGsmGsnRkvfWmGsmGsmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhmAuhdhjhkbMebMebMebMebMebMebMebMebMebMebMebMejhkhdhhdhhdhhdhmDvhxchdhjhkhdhlnAhdhjhkbMecafcafcafcafaiIfPZfPZfPZaiIcafhZVcafcafbMebMebMebMebMebMebMebMebMebMepMlbfSbfSbfSbfSbfSbfSbfSpMlbfSbfSbfSbfSbfSbfSljHljHljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlbfSbfSpMlpMlbfSbfSpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRoaRoaRorBPaRoaRoaRobMebMebMebMebMebMebMebMebMebMebMebMeaRoaRoaRolLnaRoaRoaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMemGsmZxjbjdRimGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhmAuhdhjhkbMebMebMebMebMebMebMebMebMebMebMebMejhkhdhitMghVghVghVghVghVjFKghVlgTaMajhkbMebMebMecafeaiuElpvzpvzpvzkUxqCucafbMebMebMebMebMebMebMebMebMebMebMebMepMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlpMlpMlbfSljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRocOwaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogwpaRobMebMebMebMebMebMeaRoaRoaRoaRoaRobUMbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMemGsoMWxqNgPKmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhmAuhdhjhkbMebMebMebMebMebMebMebMebMebMebMebMejhkhdhmSqhdhhdhhdhhdhhdhjhkhdhlnAhdhjhkbMebMebMecafcEYcEYcEYcEYcEYcEYcEYcafbMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlbfSpMlbfSbfSbfSpMlbfSpMlbfSpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogwpaRobMebMebMebMebMebMeaRopiZpiZpiZaRobUMbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMemGstfAxqNgPKmGsbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhmAuhdhjhkbMebMebMebMebMebMebMebMebMebMebMebMejhkhCUmSqhdhjhkjhkjhkjhkjhkhdhbMEhdhjhkbMebMebMecafwVLcEYcEYqnMcEYcEYthjcafbMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlbfSbfSbfSbfSbfSpMlpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogjOaRobMebMebMebMebMebMeaRopiZpiZpiZaRobUMbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMemGstfAxqNgPKmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsjhkjhkfXvjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkhdhmSqhdhjhkbMebMebMejhkhdhlnAhdhjhkbMebMebMecafcEYcEYcEYcEYcEYcEYcEYcafbMebMebMebMebMebMebMebMebMebMebMebMepMlpMlbfSpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlbfSbfSpMlbfSbfSbfSbfSpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogwpaRobMebMebMebMebMebMeaRopiZpiZpiZaRobUMbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMemGstfAxqNgPKmGsmZxjbjcsljbjjbjjbjjbjbnljbjjbjjbjjbjcsljbjeoqjhkhCUmAuhdhhdhhdhhxchdhhdhhdhhdhmDvhxchdhhdhhdhhdhhdhhdhmSqhdhjhkbMebMebMejhkgdblnAaMajhkbMebMebMecafeailtycEYcEYcEYltyeaicafbMebMepMlbfSbfSbfSbfSpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlbfSpMlpMlbfSpMlpMlpMlpTZpTZpTZpTZpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRogJiaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRoaRoaRoxOoaRoaRoaRobMebMebMebMeaRocQVpiZpiZaRobUMbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMemGsoMWxqNgPKvfWtfAxqNxqNxqNxqNxqNxqNxqNxqNxqNxqNxqNxqNxqNgPKghzhdhdJeghVghVghVghVghVghVghVghVghVghVghVghVghVghVghVghViRBhdhjhkbMebMebMejhkhdhlnAhdhjhkbMebMebMecafcafcafcafcafcafcafcafcafbMebMepMlpMlbfSbfSbfSbfSbfSbfSbfSpMlbfSpMlbfSljHljHpMlbfSbfSbfSbfSrtXrtXrtXdflrtXqgQccaqgQrtXrtXrtXebEpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRocOwaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRowPaezUxGfsaowPaaRobMebMebMebMeaRoaRowPaaRoaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMemGsnERkQCteimGsnERkQCkQCkQCkQCkQCkQCkQCkQCkQCkQCkQCkQCkQCteijhkhCUhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhhdhjhkbMebMebMejhkhdhlnAhdhjhkbMebMepTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZbfSbfSpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlljHpMlpMljjcljHfAmbfSljHbfSrtXspfbihjPLbZBtfqqgQqgQrtXdtQiSlebEpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRoptowPagwpwPawPaaRoaRoaRoaRoaRoaRoaRoixkjnijnijnijnijnijnijnijnijnijnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMemGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsmGsjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkjhkbMebMebMejhkhdhlnAhdhjhkbMebMepMlpMlpMljjcpMlbfSbfSbfSbfSljHpMlbfSbfSljHljHljHljHpMlljHpMlljHbfSpMlljHljHljHljHljHljHljHljHljHrtXtliwLIqgQqgQdflqgQqgQrtXnplrvDebEpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlhWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRlsRvHTxXbxXbhxPwNVkWhwNVwNVwNVodmqoetJiibGibGqOcjHaibGibGibGdLGjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkhdhlnAhdhjhkbMebMepMlpMlpMlljHljHljHljHljHljHljHljHbfSbfSjjcljHljHljHljHljHljHljHljHpMlljHljHrLYljHljHljHljHljHljHrtXwLIeABspfqgQqgQqgQeukrtXrtXrvDebEdhHdhHdhHdhHdhHdhHdhHdhHdhHdhHdhHdhHdhHdhHfhafhaaHBfhaaHBaHBaHBaHBaHBaHBaHBfhaaHBaHBaHBaHBaHBaHBaHBfhaaHBaHBaHBaHBaHBaHBfhaaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMeliblibliblibliblibliblibwPawPafhrwPawPaaRoaRoaRoaRoaRoaRoaRooPijnijnijniiOejnijnijnijnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejhkfvXlnAfvXjhkbMebMepMlpMlcHcdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtdDtxzjdDtdDtdDtdDtdDtetOdDtdDtdDtdQTsGvsGvsGvsGvjodtQSeojeojjqvxxhebEdhHwCKpIBpIBdbRpIBpIBpIBggNdbRpIBpIBtMbdhHfhafhafhaaHBaHBaHBaHBaHBaHBaHBfhaaHBaHBaHBaHBaHBaHBaHBfhaaHBaHBaHBaHBaHBaHBfhaaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMelibdbNdbNdbNdbNdbNdbNlibliblibliblibliblibdbNdbNdbNdbNlibaRomNbjnijnijninsujnibMebMejnirlujnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeuaauaauaaaRyuaauaauaauaauaapMlrgapMlpMlpMlpMlpMlljHljHljHljHljHpMlljHljHljHljHljHljHljHpMlpMlpMlpMlljHljHljHljHljHljHljHrtXdflrcYdflqgQqgQqgQqgQqgQebEevGoJbsGjahVcwnsTdsTdgZnrQfrQfwZWwZWrQfrQfrQfqxVwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDwcDiAUaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRocOwaRobMebMebMebMebMebMebMelibdbNtYFpKGbGKbGKbGKbGKbGKrHrbGKbGKbGKbGKbGKoUrrnbiiTiPosmcdKBjniajWjniiOejnijnibMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeuaavvxqerlnAqerhdhuaauaauaauaavKzuaauaauaapMlpMlbfSpMlljHpMlpMlpMlpMlljHljHljHpMlpMlbfSpMlpMlpMlljHljHljHljHpMlljHljHljHrtXspfuzwwLIspfqgQqgQqgQqgQebErvDebEdhHsYPcqMmXomXolivpIBpIBqSTabMpYTpIBpIBdhHfhafhaaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMelibdbNgjhdbNdbNdbNbEUdbNdbNdbNdbNdbNbEUdbNdbNdbNgjhlDMlibjnijnijnigVEwwLtjerHEjnibMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQmqQmqQmqQmqQmqQmqQmqQmqQuaahdhicIlnAicIhdhuaaevDjgPhdhoHshdhhdhuaapMlpMlbfSbfSbfSbfSbfSpMlbfSljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHpMlljHrtXrtXrtXdflccaqgQqgQqgQtfqebEgWYebEdhHsYPcqMmXomXolivpIBpIBqSTabMpYTpIBpIBdhHfhafhaaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMelibdbNgjhdbNdbNlibliboCIdbNoCIdbNoCIliblibdbNdbNgjhxEQqgfoYUuLdfUxvYpjEOxfplYHjnibMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQmJVfpKfpKvHhfpKfpKjjlmqQuaavGvicIsLUerykEferYkEfggjsvajjNcYAtDJuaapMlpMlpMlpMlbfSbfSbfSbfSbfSpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZpTZpTZpTZpTZpTZebErvDebEdhHndLcqMmXomXolivpIBpIBcRvcRvpIBpIBfkvdhHhWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWghWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMelibdbNgjhdbNqwblibliboCIdbNoCIdbNoCIliblibgzndbNgjhbOmlibjnijnijnijnijnixuajnijnibMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQmqQmqQmqQmqQmqQctFeYysYhsYhsYhusKxtImqQuaahdhicIhjkrtFhdhuaahdhhdhhdhhdhhdhhdhuaahpEhpEhpEhpEfVcpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlljHebErvDebEdhHsYPpIBpIBpIBpIBpIBpIBpIBpIBpIBpIBpIBdhHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbMebMebMebMehWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRaRobMebMebMebMebMebMebMelibdbNgjhdbNdbNoCIdbNoCIdbNoCIdbNoCIdbNoCIdbNdbNgjhbOmlibbMebMebMejnisEZxfpcsfjnibMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQkRghRXmJebNKmqQctFaSIceRceRceRiIyxtImqQuaahdhhdhhjkoHsfvXuaauaauaauaauaauaauaauaahpEqDrcvDbBKhpEpMlhpEhpEhpEhpEhpEhpEhpEpTZpMlpMlpMlpMlngLngqtZOngLngqpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHebEucOebEdhHfKYmOSmOSsHhpIBpIBpIBpIBpIBmXomXomXodhHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbMebMebMebMehWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRoaRoaRoaRoaRobMebMebMebMebMebMeaRocOwaRobMebMebMebMebMebMebMelibmRagjhdbNdbNoCIoCIoCIoCIoCIoCIoCIoCIoCIdbNdbNgjhdvHlibbMebMebMejnixjMxfpovYjnibMejnirlujnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQlYYiTggEoeUzmqQaofaSIceRvEZceRiIybnYmqQuaauaauaaaqjgrnuaauaahpEhpEhpEhpEhpEhpEhpEhpEvpOvgxvgxhpEhpEhpExoQxoQxoQxoQrHwhpEpTZpTZpMlpMlakRngquhrrWqkchngqpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlebEeyHebEdhHdhHdhHdhHaDbikApeshPkkyWpIBdhHdhHdhHdhHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbMebMebMebMehWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRopiZpiZpiZaRobMebMebMebMebMebMeaRogJiaRobMebMebMebMebMebMebMelibpqheVmdbNdbNoCIdbNoCIdbNoCIdbNoCIdbNoCIdbNdbNgjhbOmlibbMebMebMejnieKKjlMdvljnibMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQnKpiTgiTgkzjmqQctFaSIceRceRceRiIyxtImqQbMeuaaoYXhjkoHsuaahpEhpEbyxwDBvUntZcbyxhpEhpEvUndPSvUnlmWrHwxoQxoQhpEhpEpjovbghpEhpEpTZpMlpMlakRngqoTErWqsADtgvpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlebEebEebEpMlpMlpMldhHbFhkRDepOcNGlVrawtdhHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbMebMebMebMehWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRopiZpiZpiZaRobMebMebMebMebMebMeaRolsRaRobMebMebMelibliblibliblibpqheVmdbNqwblibliboCIdbNoCIdbNoCIliblibgzndbNgjhbOmlibbMebMebMejnijnijnijnijnibMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQxAIiTggEouQrmqQctFucvokLupaokLqwgxtImqQmqQuaawnktCDoHsuaahpEqGyvUnvUnvUnvUndLkhpEhpEakmhpEhpEhpEhpEhpEhpEhpElCUsoZsoZkVGhpEpTZbfSpMlgzPtgvrWqrWqwOcngqpMlpMlbfSpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMldhHnKzhnLcknmECoYafkvdhHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlqwoqwoqwoqwoqwoqwobMebMebMebMehWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRopiZpiZpiZaRobMebMebMebMebMebMeaRolsRaRobMebMebMelibdbNmNBdbNdbNdbNgjhdbNdbNlibliboCIdbNoCIdbNoCIliblibdbNdbNgjhbOmlibbMebMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQgPSiTgeRmkPgmqQfmApFnfaHqjCeNEeNEnuTnxKmqQuaahdhhjkoHsuaahpEhpEimwnFZvUnmyKvUntNGbyxvUnkoJpmtcvDcvDcvDuFSvbgsoZsoZsoZuUohpEpTZpMlpMlyfxngqtZOngqngqngqpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMldhHpIBnBKtSYtSYscXpIBdhHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlqwotRXtRXtRXtRXqwobMebMebMebMehWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRosGypiZpiZaRobMebMebMebMebMebMeaRocOwaRobMebMebMelibdbNdbNdbNdbNdbNgjhdbNdbNdbNcPTdbNdbNdbNdbNdbNcPTdbNdbNdbNgjhbOmlibbMebMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQkFidGtjiGgPdmqQmqQmqQcXlmqQmqQmqQmqQmqQmqQuaahdhhjkoHsuaaakihpEmLFimwpAFpAFpAFhpEhpEakmhpEwTjbBKbBKbBKfjjhpEplJsoZsoZffQhpEpTZpMlpMlpMlpMlljHljHpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMldhHpIBcmkpIBpIBkbspIBdhHpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlqwocEQtRXtRXtRXqwobMebMebMebMehWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRoaRoaRolSJaRoaRoaRobMebMebMeaRoaRoaRorBPaRoaRoaRobMelibgzndbNdbNdbNdbNggFoUrbGKbGKbGKbGKdSwbGKbGKbGKbGKbGKbGKoUriIEbOmlibbMebMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQdCloTFodGdGtryLybojDJiYxayAvLHnxKmqQbMebMeuaahdhacwkxSuaaakihpEhpEhpEpAFuwMqrtiDDsqYvUnhpExemxemxemxemxemhpEhpErYjhpEhpEhpEpTZpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlbfSpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMldhHbkhbkhrqlrqlbkhbkhdhHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlqwotRXtRXtRXtRXqwobMebMebMebMehWgaHBaHBoziaHBaHBhWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRowlHwPalsRsaotvsaRobMebMebMeaRotvswPalsRsaotvsaRobMelibqXgqXgqXgdbNdbNdbNdbNdbNdbNdbNdbNjkOiHFfsEfsEfsEfsEfsEfsEfsEvfalibbMebMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMemqQtPwhsOnMtpXkeHYpXkmDKuDyiXgeaYmqQbMebMebMeuaafvXhjkpjwuaahpEhpEhpEmgPvUntbEoBCrdQsqYvUnhpEeFlmxPaDFfIgtaghpEpTZpTZpTZpTZpTZpTZpMlpMlbfSpMlpMlpMlpMlbfSbfSbfSbfSbfSbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbkhhsorKzrKzfGzbkhpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlqwotRXtRXtRXtRXtRXtRXtRXtRXbMehWghWgqwotYdqwohWghWgbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRowPalsRlsRlsRwPaaRoaRoaRoaRoaRowPalsRlsRlsRwPaaRobMeliblibliblibliblibliblibliblibliblibgxdliblibliblibliblibliblibliblibbMebMebMebMebMebMebMebMebMejnirlujnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeuaauaauaauaauaauaauaasvoaFDaFDdokmqQbMebMeuaauaauaadGrgrnuaahpExjshpEwSWsqYuDZsqYsqYsqYvUnhpEbkKvUnvUnvUnfyJhpEpTZpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbkhkYNqZgrKzrKzbkhpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlqwostjtRXtRXtRXqwobMebMetRXbMebMebMeqwogJZqwobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRolsRlsRlsRlsRlsRrBPlsRwitlsRrBPlsRlsRlsRlsRxjEaRobMebMebMebMebMebMebMebMebMebMebMebMelibfnLlibbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMespjspjspjrwhjIujIujIujIujIuaJKbMeuaahdhhdhhdhhdhhdhuaauaauaauaaoeJuaauaauaawWBhdhhdhhjkoHsuaahpEdUkttUmeDvUnvUnvUnvUnvUndLkhpEbJObJOpKBbJObJOhpEpTZpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbkhrKzrKzrKzrKzbkhpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlqwotRXtRXtRXiRZqwobMebMetRXtRXtRXtRXtRXgJZqwobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRowPalsRlsRlsRwPaaRoaRoaRoaRoaRowPalsRlsRlsRwPaaRobMebMebMebMebMebMebMebMebMebMebMebMelibfnLliblibbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMespjspjspjspjrwhbMespjbcXjfEspjniRvcJvLDwHEtxRjIubMeuaahdhicIicIicIaMauaagdbwtLaJBoEJpNDvvxaMauaagdbicIhjkrtFuaahpEiOHvUngzkkndkndubEkndknddyYjWtvUnvUnvUndGDiWUhpEpTZpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbkhrKzeWJeWJrKzbkhpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlqwotRXtRXtRXdvPqwobMebMebMebMebMebMeqwogJZqwobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRofhrwPalsRwPafhraRobMebMebMeaRofhrwPalsRwPafhraRobMebMebMebMebMebMebMebMebMebMebMebMelibrpffMQlibbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMespjgdbhdhqJAspjbMespjxgogaYspjpgcpQNvcJjFwuNejIubMeuaahdhicItTosXdsXdqJIsXdsXdpffljbsXdnPfsXdqJIsXdsXdqSakrWgHHbPtjephEchpEcStiJlhpEtZcvUnmeDhpEwiCaNzvDElnGxCWhpEpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHljHpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbkhbkhbkhbkhbkhbkhpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlqwoqwoqwoqwoqwoqwobMebMebMebMebMebMeqwogJZqwobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMeaRoaRoaRoaRoaRoaRoaRobMebMebMeaRoaRolibrqplibaRoaRobMebMebMebMebMebMebMebMebMebMebMeliblibliboddliblibliblibliblibliblibliblibbMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMepTZpTZpTZpTZpTZpTZpTZbMebMebMebMebMebMebMespjhdhhdhqJAspjbMespjeYVdpEspjjWfblJblJblJhMDjIubMeuaavGvicImyLicIaMauaagdbhdhhdhhdhhdhwnktDJuaagdbicImyLrtFuaahpEbkKkEBqDDbkKkEBcSttZcvUnmeDhpEhpEhpEhpEhpEhpEhpEpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHqQoljHljHpMlpMlpMlpMlpMlpMlpMlpMlljHrLYpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMeqwolwXqwobMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMelibvWZlibbMebMebMebMebMebMebMebMebMebMebMebMebMelibwKdcyWwxukGDvDqsekhcMxirdCtodllibhiPlibbMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMepTZpTZpTZpTZpTZpMlpTZpTZbMebMebMebMebMespjspjrwhtvyspjspjspjbMespjeYVdpEspjnmcjIujIujIusREjIuspjuaahdhfvXmyLfvXhdhuaauaauaauaauaauaauaauaauaahdhhdhmyLoHsuaahpEotzvUnqDDotzvUncSttZcvUnmeDoNwhpEpTZpTZpTZpTZpTZpTZpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlljHueOtWhqQoqQoqQoueOqQoqQoqQoqQoueOqQoqQoljHpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMeqwogJZqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwolibvWZlibliblibliblibliblibliblibliblibliblibliblibbaXbaXwxugkmghMtRXtRXtRXtRXtRXlibtRXlibbMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMepTZpTZpTZpTZpTZpMlpTZpTZbMebMebMebMebMespjevDjgPicIvvxuBfrwhspjspjnGAmCKspjblrspjhdhhdhmyLhdhhdhuaauaauaanuLuaauaauaabdmbdmbdmbdmbdmbdmbdmuaauaauaaqLRgrnuaahpElVovUnqDDlVovUncSttZcvUnmeDoNwhpEpTZbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlljHqQoqQoljHljHpMlpMlpMlpMlpMlljHljHpMlqQopMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMeqwomsBnghnghnghnghuxHnghnghnghnghnghnghnghnghnghnghnghnghnghnghnghnghuxHnghnghnghnghnghnghnghnghnghnghnghnghnghnghnghbixnghgRanghnghnghnghnghflmeKbhpChpClUFhpChpChpCcHshpChpCpjugSYwJatRXtRXtRXtRXtRXlibtRXlibbMebMebMebMebMebMebMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMepTZpTZpMlpMlpMlpMlpMlpTZpTZpTZpTZpTZpTZspjhdhrIuicIicImxbspjpsgmXAwRrciPhLvcspspjgdbicImyLicIaMauaaevDjgPmyLhdhhdhuaabdmbdmbdmbdmlyElyElyElyEjTErIXtgAqFqmVghpEhpEhpEhpEhpEhpEhpEhpEhpEipuhpEhpEpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlljHljHljHrLYpMlpMlpMlbfSpMlpMlpMlpMlpMlqQopMlpMlpMlpMlbfSpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMeqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwoqwolibliblibliblibliblibliblibtdelibliblibliblibliblibcEubeybeybeygtJgSYgSYgSYgSYgSYfEwgkBlibliblibliblibliblibbMebMejnirlujnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMepTZpMlpMlpTZpTZpMlpMlpTZpTZpTZpMlljHljHspjvGvqpMoGydNUgaStCpqWOqWOaQwdyyqWOqWOrRZqWOqWOkUAsXdsXdqJIsXdpffjzEcYAtDJuaabdmbdmbdmbdmlyEjiherCemGlyEiNYtdBwZBmJbbvLdOUhGqghwmJbmJbmJbmJbeXLwHCeXLhpEpTZpMlpMlljHpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlljHljHljHljHljHljHljHljHpMlpMlbfSbfSpMlpMlqQoljHpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSbFSbFSsDKtMEcKVbMebMebMebMebMeliblibliblibliblibliblibliblibliblibigOtRXtRXtRXtRXtRXtRXlibbMebMejnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpTZpTZpTZpTZpMlpMlpTZpTZpTZpMlpMlpMlpMlljHljHpMlspjhdhicIicIncCmxbspjqnTlfZgSKiEHoibrDqspjgdbicIicIicIaMauaagdbhdhhdhhdhhdhuaabdmbdmbdmbdmlyErRPjmDkkxgMTnjQeGXwZBmJbkjMqqeqKriKimJbpEXpmzmJbeXLwHCeRphpEpTZljHljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHpMlbfSbfSpMlljHqQobPdpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSbFSydxbFSbFScKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMelibigOtRXtRXtRXtRXtRXtRXlibjnijnijnidsqjnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpTZpTZpMlpMlpMlpTZpTZpTZpTZpMlpMlpMlpMlpMlpTZpTZspjhdhhdhicIwnkcLnovLovLndztNAhBnovLovLovLhdhicIgvchULhdhuaauaauaauaauaauaauaabdmbdmbdmbdmlyElyElyElyElyEclqqXPiCUcShlPOkjJkjJcUYcqzfhGfhGmJbeXLwHCeXLhpEpTZpMlljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlljHpMlpMlpMlpMlpMlrZpqQoljHpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFScKVcKVbFSqBMcKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMelibvGxoJCoJCoJCoJCoJCegAvUDibGdKqibGjTujnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpTZpTZpMlpMlpMlpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZrwhspjvGEcWjovLeBNovLhEofjRiUPwuXhEohEoovLovLtmQwHyeBkeBkuaabdmbdmbdmbdmbdmbdmbdmbdmbdmbdmbdmbdmbdmbdmlyEclqaWbrsdmJbjnepcsbxguCcmJbpmzpmzmJbeXLwHCeXLhpEpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSljHljHpMlpMlpMlbfSbfSpMlpMlpMlrLYljHpMlpMlpMlpMlpMlljHqQopMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVcmGcKVcKVltfltfcKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMelibtRXtRXtRXtRXtRXtRXtRXlibjnijnijnijnijnibMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpMlpMlpMlpMlpMlpTZpTZpTZtzvtzvtzvtzvtzvtzvtzvtzvbMebMedLVsbssbsqUfmbDlSLaaqaaqaaqaaqaaqdyUaaqdEqmduwHyvGEbdmbdmbdmbdmbdmbdmbdmbdmbdmbdmbdmlyElyElyElyElyEnhRpTLfXFmJbmJbmAzmJbmJbmJbmJbmJbmJbeXLwHCeXLhpEpTZpMlbfSpMlpMlpMlpMlpMlpMlpMlljHljHpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlqQopMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVcKVcKVcKVbFSbFScKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMelibliblibliblibliblibliblibbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpMlpMlpMlpTZpTZpTZpTZpTZtzveEkeEkeEknqkcLkueVtzvtzvbMewHyaTvsbshNosbssbssbsiUSsbssbssbssbssbssbsxSNnoRwHybdmbdmbdmbdmbdmbdmbdmbdmbdmbdmbdmmCpuwfbspgSIlyEclqlJCwZBtXHtXHclqtXHtrXxqkmJbmOLlsmlsmsjZeXLhpEpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHpMlpMlbfSbfSbfSpMlbfSpMlpMlueOpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlljHljHpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSqBMcKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepMlpMlpMlpTZpTZpTZpTZpTZpMlpMltzvfcdspOspOspOspOspOoqEtzvbMewHywKZuAcyjzoAVxaNdDvwwDuiVuiVuiVuiVuiVqufrdgwHywHybdmbdmbdmbdmbdmbdmbdmbdmxqkxqkxqkmCpwLcjPejurmCpxMchzllmVdscrqwulZeUMclqxqkxqkwHCeXLeXLeXLeXLhpEpTZpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlljHljHpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlqQopMlpMlbfSpMlpMlpMlpMlpMlpMlljHljHljHljHpMlpMlpMlpMlpMlpMlljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSbFScKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepMlpMlpTZpTZpTZpTZpTZpMlpMlpTZtzvjdMspOspOvehxjfxjfsAktzvbMevGEwHywHywHywHywHywHywHywHywHywHywHywHywHywHyoaQoaQoaQoaQoaQoaQoaQoaQoaQxqkxqkiBqxqkmCppqHiuAvTBmCpuymowOxCfgQerSwfEifBBmTlgQegQewHCeRphpEhpEhpEhpEpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlqQopMlpMlpMlbfSbfSpMlpMlpMlpMlpMlljHbfSbfSpMlpMlpMlpMlbfSpMlljHljHpMlpMlpMlpMlbfSpMlpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSbFScKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpMlpMlpMlpMlpTZpTZpMlpTZpTZtzvhSbhSbhSbtzvdnrcLVfMAtzvbMebdmbdmbdmbdmbdmbdmbdmbdmbdmquyquyquyquyoaQoaQoaQetRwWolqirohlqiqOglqixbEoUksjmclqmqzmCpmCpfTWmCpmCpoAIncunlzrQmoLolQrvhffAFnHQgQewHCeXLhpEiMwiMwiMwiMwvflvflvflvflvflvflvflvflvflgmjpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfStNDqosqQofafpMlpMlbfSbfSpMlpMlpMlbfSpMlljHljHbfSpMlbfSpMlpMlbfSljHljHljHljHbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSqBMcKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpMlpMlpMlpTZpTZpMlpMlpTZtzvtzvtzvtzvtzvtzvtzvouLtzvtzvtzvwfMwfMwfMwfMwfMbdmbdmbdmoaQoaQoaQoaQoaQmFWrohrohrohrohrohrohrohrohxbExiYclqclqclqfbvmCHiuAqZqmCpkGVrVmwGVxdAgiTebjugsnTSrlBgQewHCeXLhpEiMwwLCvflgmjvflvflvflwLCvflvflvflvflvflvflpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMldmStNDsIrqQoqQotNDtNDpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHpMlbfSpMlpMlbfSbfSljHpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVltfltfcKVcKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpMlpMlpMlpMlpMlpMlpMlpTZpTZpTZbMebMebMewfMusWmvEimlsypjFJsAfusgusggFBwfMwfMwfMwfMfZfrujrohbcPoaQgyMrohrohxxIrohrohrohxxIrohxbEoUkcWTtESsDCvHYguhiuAookmCpgUbncunlzvErbxDqZEoTtqiOumjgQewHCeXLhpEiMwrvLvflvflvflvflvflvflvflvflvflvflvflvflpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlljHtNDtNDobdqQotWhqQofyPpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSbFSvtAcKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpMlpMlpMlpMlpMlpMlpTZpTZpTZpTZbMebMebMewfMeWXsehgiRmKjgiRgiRgiRgiRsvOsPNmMrwWNasHacDfzcfzcrohoaQmFWrohrohrohrohrohrohrohrohxbEpfddZwtNvtNcmCpguhiuAnOJmCpoVrerqsmqgQewqfirCtAjqImgQegQewHCeXLhpEiMwrvLvflvflvflvflvflvflvflvflvflvflvflvflpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlljHljHtNDtNDqQoqQotNDtNDpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSbFSbFScKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMepTZpTZpTZpMlpMlpMlpMlpMlpTZpTZpTZpTZbMebMebMewfMtierLehRBegDwndwndwndtxbuoxdHFgXXjdjrvKnoibRvbRvqbjbqUioakCHrohrohrohrohrohrohrohxbEfZBsqadvNhdDsPChnKqXnjPbeCZclqwZyiCUiLJnjQmZRouunjQbzxlsmsjZeRphpEiMwldTvflvflvflvflvflvflvflvflvflbApvflvflpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSpMlphfljHnEmtNDqQodmStNDpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVbFSbFSbFScKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMepTZpMlpMlpMlpMlpMlpTZpTZbMebMebMewfMdhqgiRgiRgiRgiRgiRgiRgYPgiRiofwonnmowzIxPjfzcfzcrohoaQcoJcQCrohrohrohrohrohrohrohxbEfZBsqabyrclqgNfclqrpSclqqliclqncuwZBclqclqrOZskOnoHhpEhpEhpEhpEhpEiMwksKvflvflvflvflvflvflvflvfleFimFaufNufNmFapTZpMlpMlpMlpMlljHljHpMlpMlbfSbfSpMlpMlljHtNDdmSqQopMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVydxwniydxcKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMepTZpMlpTZpTZpMlpTZpTZpTZbMebMebMewfMgingiRgiRgiRgiRgiRgiRgYPgiRdahxwznmohpzapPfzcfzcrohoaQmFWcQCrohrohrohrohrohrohrohxbEfZBxvwjNKcQBwydusUtwWjKFcgruEWqjXsrxiXQiXQiXQqPecesvLZkszkszkszkszkszlzfbOGbOGbOGbOGbOGbOGbOGbOGbOGbNRvwmmaPcwCpTZpMlbfSpMlljHljHljHljHpMlpMlpMlpMlpMlpMlbfSpMlqQopMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMecKVcKVcKVcKVcKVbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMepMlpMlpTZpMlpMlpMlpTZpTZbMebMewfMwfMwfMovRgiRwHRmgSkiFkRsgYPfQgwfMoOsnDqizjuEhcptfzcrohoaQoaQeINqaurFDtxytxytxyrFDrFDcRxpfdtTQfNQxqkxqkxqkxqkxqkjHAxqkxqkxqkxqkxqkxqkxqkxqkxqkhJohJohJohJohJohJorhNrhNshFvjjvjjvjjvjjdADdADjCjlVXlVXxZepTZpMlpMlpMlpMlljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlueOpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlpMlpMltkHtkHtkHtkHtkHpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMepTZpMlpTZpMlpMlpMlpTZpTZbMebMewfMuJuuJugiRgiRgiRgiRgiRgiRgYPgiRfuWpyfqgSlljetsrohfzcezKkEMewLqYneGKeGKewLeuEewLeGKeGKtkypFkgtziyKnvzhDGpAcoFqhDGdDGheEhDGivhivhivhivhivhxqkhQRdlLteSkymkymkymkymkymkymkymkymkymkymkymkymkymjucwMXcVMxZepTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpMlbfSbfSpMlpMlpMlqQopMlpMlpMlpMlljHljHljHljHljHpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlkZZqlQtrJuBMtkHpMlpMlpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMepTZpMlpTZpTZpTZpMlpMlpTZbMebMewfMbEyrAkhfCqjabARcUjcUjcUjcQOnkqjZqpyfvDeeeknRnrohfzcwKFfzcfzcwVzfzcfzcfzcfzcfzcfzcfzcfzcfzcwKFbPzaTlhDGpYqnuGhDGrNwrNwhDGrhEnhglMVlyVkVVtRZtAxufNeHWwMXwMXwMXwMXwMXwMXwMXwMXwMXwMXwMXwMXwMXqLEwMXmcIxZemFamFamFamFamFamFamFamFamFapTZpMlbfSbfSpMlbfSpMlqQopMlpMlljHljHljHqQoqQoqQoljHljHpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlgYoiJvrsVwAgtkHpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMepTZpMlpTZpTZpTZpMlpMlpTZbMebMewfMdIOrAkgYPgiRaxigiRgiRgiRgYPhJMxnJpyfeQleekiMMcXcfzcehPdQAdQAaGCqCvqCvqCvqCvqCvqCvqCvqCvqCvpbPeGxuSzhDGxHKryrhDGrNwbehhDGrhElRlepnlRlndqtRZtRZkTktRZfJxfJxfJxwMXwMXdADdADdADdADdADdADdADwMXqLEwMXwMXsLdqVxruelQacTmvbHuxeuxehvjmFapTZpMlpMlpMlpMlpMlpMlqQoqQoqQoueOqQoqQoqQopMlqQoqQoueOqnDqnDpMlpMlpMlbfSbfSbfSbfSpMlbfSjxxkeBiPKmBdtkHpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMepMlpMlpTZpTZpTZpMlpMlpTZbMebMewfMfkZfkZgYPwoBgiRgiRfeQgiRpnxdxFdxFcgBdsuipLbOleZggmzuPMrohrohrohrohrohrohrohrohrohrohrohrohiuhrohivvhDGmKUoFqhDGsOlvLRhDGxwblRlepnbVmqFjtRZqWckShxBUraLwFDfJxwMXwMXdADpTTpTTpTTpTTpTTdADwMXqLEwMXwMXcuHqVxqVxqVxcpJtuDvvauyyaMymFapTZpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlljHljHljHpMlljHljHpMlpMlqnDpMlpMlpMlbfSbfSpMlbfSpMlpMltkHtkHtkHtkHtkHpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpTZpTZpTZpMlpMlpMlpMlpTZpMlpMlpTZbMebMeaBWaBWsdvxKWaBWsdvsdvaBWwgexlUnaouYUuYUuYUuYUlzNcJqfzcbBMrohqiAqiAqiAqiAqiAqiAqiAqiAqiArohrohiuhrohivvhDGhDGpqorOrxRXhDGhDGhDGhDGepnlRlndqtRZtyBwCIwCIwCIkfBfJxwMXwMXdADpTTpTTpTTpTTpTTdADwMXqLEwMXwMXjyWqVxqVxqVxqVxeOOeOOvvavETmFapTZbfSbfSpMlpMlbfSbfSpMlpMlpMlpMlljHljHbfSpMlpMlpMlbfSpMlqnDpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZpTZbMebMeaBWhuCpWeoFLuHLpWebigsdvtkgkHEgiRsBMhCdnNCkSilzNrohfzcbBMpgTnCfnCfnCfnCflwAnCfnCfnCfnCfneDrohiuhrohuaRhDGgaTgaTgaTvEwrdWsBhsBhhDGbdAlRlndqtRZmuGbcqcoukBWeTZfJxwMXwMXbHfdADpTTpTTpTTdADbHfwMXqLExEpluwxZeqVxqVxqVxqVxqVxqVxtuDvFPmFapTZpMlpMlpMlpMlbfSbfSpMlpMlbfSljHljHpMlpMlpMlpMlpMlpMlpMlqnDpMlbfSpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlbfSpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZpTZpTZpTZpTZpMlpMlpMlpTZbMebMeaBWqdCpWeoFLrqTipfjXIaBWoCqiQhkZYxLcoYlbASvlLlzNrohfzcrSomwcqBmuhAuhAuhAuhAuhAuhAuhAxOfmwcwtqqoUqbjuuuifidAQdAQdAQmswgaTgaTnKfhDGtwZtLVivhtRZiNDkOudhiaLGbOttRZtNCnNumFaiYhiYhiYhiYhiYhmFatNCjuLmFavvaxcnqGLqVxqVxqVxqVxqVxvvaaMymFapTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlqnDpMlpMlpMlbfSpMlbfSbfSpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMeaBWdGqpWebubsmvpWetCysdvtkgkHEfeQxLcxgefAHiYelzNwmpfzcbBMpgTnCfuhAuhAuhAuhAuhAuhAuhAnCfneDrohwKFrohgGkhDGxnnkeegaTgaTgaTgaTkeegoWlwQsSwpCxbTWurjtriptKnXOptKrzLwVKptKwcoptKptKptKptKptKwcodjhrbWmFaeOOeOOqVxqVxqVxpFRfQAtuDvvaaMymFapTZpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlbfSpMlqnDbfSpMlpMlpMlpMlbfSbfSpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMebMebMebMeaBWaBWaUTvvtaBWsdvsdvaBWbnqvRXbnquYUuYUnIjuYUlzNrohfzcbBMpgTnCfuhAuhAuhAuhAuhAuhAuhAnCfneDrohwKFrohbEmhDGhDGhDGivAhDGhDGivAhDGhDGwarsXYsXYsXYkkXkYWsXYsXYfmBiHJjnMujTsXYfmBsXYsXYsXYsXYsXYsXYxEgmFaaekeOOqVxlCkqVxeSghbXhFhrcFvETmFapTZpMlpMlbfSpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlljHqnDljHpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMeaBWdGqpWemeSeLzpWebigsdvhMniEooNuxLgcKWkYIupTaVdrohfzcbBMpgTnCfuhAuhAuhAuhAuhAuhAuhAnCfneDrohwKFrohwqixjWryxkBUgaTktGmJOgaThQchDGftldjhhENxZXxZXhENhENhENhENhENhENjDVpwAlIoiKbiKblIokGJlIolIomFamFamFamFamFamFamFamFamFamFamFamFamFapTZpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlljHljHqQoljHpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMeaBWqdCpWemeSrqTipfjXIaBWaQvxNzggEkQRkQRibevfeaVdrohfzcbBMpgTnCfuhAuhAuhAuhAuhAuhAuhAnCfneDrohwKFrohqQWxjWazaxycgaTgaTgaTgaThQcxjWurjdjhhENmpCfSnnmOeSjeNCvtZifyhENcmmtTElPigbfgbfprmtTEpYelIopTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHueOljHpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMebMebMebMeaBWweBmTTffZlZjpWetCysdvqDLjAfnAyhktrJVkilsSXaVdrohfzcbBMpgTnCfuhAuhAuhAnCfuhAuhAuhAnCfneDrohwKFaoOqQWxjWkgNgaTgaTgaTgaTqkmjcCxjWurjdjhxZXheYxjiidKidKidKidKidKsqgcmmtTEtTEtTEtTEtTEtTEpYelIopTZpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlwiKljHrLYljHljHpMlqQoljHljHpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMewCrwCrwCrwCrwCrwCrwCrwCraVdaVdaVdaVdaVdaVdaVdaVdezKsHTqAoeMkdUSaKPaKPaWJaWJaWJaKPaKPsileMkmCThWWhqNeVEcAtfinfinexbxjzgaTgaToyvxjWurjdjhxZXcEqxjirMLmpCtEvdsepfthENpXUtTEwoGtTEtTEwoGtTEpYelIopTZpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlwiKqQoqQoueOqQoqQoqQoljHljHpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMetEtrohrohrohviyrohrohrohrohrohrohrohviyrohrohrohiXZfzcpxHmwcukOqqRqqRxobxobxobqqRqqRoaVmwcwmpwKFkHaqJsivAgaTgaTocKgaTgaTqkmjcCxjWurjdjhxZXxwgxjidRXbsBrtJjjrfCVhENfKbtTEwoGtTEtTEwoGtTEsyLlIopTZpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlwiKqQowiKwiKpMlljHljHljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMetEtrohrohqjHsGasGasGasHTsHTsHTsHTsHTsHTsHTsHTsHTgeRfzcbBMpgTxobqqRqqRqqRxobqqRqqRqqRxobneDrohwKFlEWqQWxjWtzzgaTocKgaTgaTgaTjEixjWurjdjhxZXtXFxjiidKidKidKidKidKgvucmmtTEwoGtTEtTEwoGtTEskUlIopTZpMlpMlpMlbfSpMlbfSpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlwiKqQoqQoqQowiKljHrLYljHljHpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMetEtrohrohllwfzcfzcfzcfzcfzcfzcfzcfzcfzcfzcfzcfzcwKFfzcbBMpgTxobqqRqqRqqRqqRqqRqqRqqRxobneDrohwKFrohqQWxjWhUgxycocKgaTaCbmxtkBUxjWurjdjhxZXebxxjiidKgXvtSIuVXhYchENlnFtTEwoGtTEtTEwoGtTEcwZlIopTZpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlwiKueOqQoqQowiKpMlljHljHpMlpMlbfSpMlpMlbfSpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMerjsrjsrjsjJfcDsqHPrjsrjsrjsrohnbTtxytxytxynbTwmprohiXZfzcveslQdxobqqRqqRqqRqqRqqRqqRqqRxobneDrohwKFrohqQWxjWfUEgaTocKgaThDGxjWxjWhDGlIedjhxZXyhhaLuidKidKidKidKevUhENfustTEtTEtTEtTEtTEtTEmnklIopTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSitritrpMlpMlpMlpMlpMlpMlpMlpMlwiKqQowiKwiKwiKpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMerjsrjssDVnTTqwlwWrfFidyxtLOrjsrohtxykZxdWNadFtxyrohrohiXZfzceGPiSjxobqqRqqRqqRqqRqqRqqRqqRxobneDrohwKFrohwwMhDGpUsgaTayvcbKhDGlcysXYsXYxEgdjhhENkUGhENhENheDfIIheDfIIhENlIolIolIotFLtFLlIolIolIolIopTZpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlitrrecqQoitrbfSpMlpMlpMlpMlpMlwiKwiKwiKpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbFIbFIbFIbFIbFIbFIbFIbFIbFIbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMerjsjExcnAcnAeSpxDRfFitLOtLOwBjrohtxyrohrohrohtxyrohrohiXZfzcrSomwcukOqqRqqRqqRqqRqqRqqRqqRoaVmwcwtqwKFrohuIPhDGgaTgaTocKgaThDGkXeptKptKptKdjhoEjadWrtduDcaLcaLcaLcaLcrMHoEjtZepYztTEtTEhljfZHlIopTZpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlitritrqQoitritrbfSbfSbfSbfSpMlpMlwiKpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbNpbNpbNpbNptwfbNpiUIbNpbNpbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMerjsvzcaqYaqYfFiptbfFitLOtLOwBjrohtxyiRorohplMtxyrohrohiXZfzcbBMpgTxobqqRqqRqqRqqRqqRqqRqqRxobneDrohwKFrohuIPqrMkGUgaTocKkGUqrMkDFsdVfhDdhJdjhaLcaLcoQDaLcaLcaLcaLcaLckVFoEjntjwSEuHBvqyuHBntjlIopTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfStzYitritrpMlbfSbfSpMlpMlpMlwiKpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlbfSbfSpMlljHpMlpMlpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbNpbNpghCghCbNpbNpbNpbNpghCbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMerjsaSSaqYaqYfFiwWrfFitLOnxJrjsrohnbTtxypvMtxynbTwmprohiXZfzcjSLfzcjLMjLMjLMjLMpakjLMjLMjLMjLMneDrohwKFrohuIPhDGxFvgaTocKnbDhDGkDFsdVfhDdhJdjhiSnaLcuwDpeRrGbrGbpeRpeRuoIoEjnywuHBbupriCqIQrfelIopTZpMlpMlpMlpMlbfSbfSbfSbfSbfSpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlwiKwiKpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlljHljHljHpMlpMlpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIoifbNpbNpbNpbNpbNpbNpbNpbNpbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMebMerjsoSUaqYaqYfFiwWrfFitLOtLOjJfrohviyrohfzcrohrohrohrohiXZfzcbBMrohaQxaQxaQxaQxaQxaQxaQxaQxaQxrohrohwKFrohuIPhDGhySgaTocKwXLhDGmRqptKaMzptKdjhoEjkFRoQDaLcooFooFaLcooFdqQoEjlIolIolIolIolIolIolIopTZpMlbfSbfSbfSpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSbfSpMlpMlbfSwiKwiKpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHljHpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbNpbNpbNpbNpbNpbNpbNpghCbNpbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMebMerjsdYdaqYbSLfFilSIeSpeSpeSpqPOsHTsHTsHTsHTsHTsHTsHTsHTgeRfzcbBMrohrohrohrohrohrohrohrohrohrohrohrohwKFrohuIPqrMkGUgaTbNEuOxmrkmqRptKptKptKdjhoEjfFDoQDaLcbaTbaTaLcbaTbaToEjpTZpTZpTZpTZpTZpTZpTZpTZpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlwiKwiKpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlljHpMlpMlbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIghCbNpbNpbNpbNpbNpbNpbNpbNpbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMerjsxVFaqYbSLfFiwWrqrxgyDgyDeqWxFLxFLxFLxFLxFLxFLxFLxFLxZcxFLseIfzccWIfzcfzcfzcfzcfzcfzcfzcfzcfzccWIwKFrohhDNygRgaTgaTgaTgaThDGkDFdjhdjhdjhdjhoEjrVVoQDaLcooFooFaLcooFimZoEjpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlwiKpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbNpbNpbNpbNpbNpbFIbFIbFIbFIbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMebMerjsfFiaqYaqYfFiwWrvgttLOtLOrjsrohtZnrohfzcrohrohrohrohiXZfzcbBMwHpnbTnbTnbTnbTnbTnbTnbTnbTnbTnbTnbTwKFrohdvTivAgaTgaTgaTtzzhDGkDFsdVfhDdhJdjhoEjiDJoQDaLcbaTbaTaLcbaTbaToEjpTZpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlwiKwiKpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbNpbNpbNpbNpbNpbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMebMerjsaSSaqYaqYfFiwWrvgttLOxVNrjsrohnbTtxyqJOtxynbTwmprohiXZfzcbBMrohrohtxyhOWrohrohrohrohrohrohrohnbTqPlmGRvCJhDGgaTgaTgaTazahDGkDFsdVfhDdhJjYzoEjumtoQDaLcooFooFaLcooFooFoEjpTZpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlwiKpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbNptwfbNpbNpbNpbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMerjsqQcaqYaqYfFiuyXvgttLOtLOwBjrohtxykuyrohrohtxyrohrohiXZfzcbBMrohroheaFrohrohvWHrohrohrohrohvWHnbTiXZrohhDGpdJgaTgaTgaTknNioRkDFptKuUSptKdjhoEjpaFoQDaLcbaTbaTaLcbaTbaToEjpTZpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSbfSpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlwiKpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbNpbNpbNpbNpbNpbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMerjspAVaqYaqYfFiwWrvgttLOtLOwBjrohtxyjkSrohroheaFfzcfzcwKFfzcbBMrohroheaFrohrohrohrohrohrohrohrohnbTiXZrohhaxgaTgaTgaTgaTgaThaxkDFptKptKptKdjhoEjtnJoQDaLcooFsMiaLcooFimZoEjpTZpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlwiKpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbNpbNpbNpgWmghCbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMebMerjsrjsfNjnTTdrNwWrvgtgBptLOrjsrohtxyoqurohrohtxyrohrohiXZfzcbBMtZnrohtxyrohrohrohrohrohlAwrohrohnbTevSewLnYyexbgaThySgaTgaTivAoCXsSwsSwsSwsXYpeRpeRhVmaLcbaTbaTaLcbaTbaToEjpTZpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlbfSbfSpMlpMlbfSpMlbfSbfSpMlpMlwiKwiKpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebFIbFIbFIbFIbFIbFIbFIbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMebMebMerjsrjsrjsjJfeUdykVrjsrjsrjsrohtxyonnrohroheaFfzcfzcwKFfzcbBMpeipeipeipeipeipeipeipeipeiaXuaXuaXuiXZrohhDGcOPwJKmfFucAbgthDGkDFdjhohViDydjhiSnaLcaLcnLUaLcuxQaLcaLcaLcoEjpTZpTZpTZpTZpTZpTZpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlwiKpTZtkHtkHtkHtkHtkHtkHtkHtkHtkHtkHpTZpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMefWItKukwTePxkzdqajtKufWIrohtxycvxrohrohtxyrohrohiXZfzcpxHpeiwIbwIbwIbpeiwIbwIbjlEpeisWEuCKaXuxXrmTdhDGhDGioRioRioRhDGhDGriVhLufhDfhDfhDoEjoEjoEjoEjoEjoEjoEjoEjoEjoEjovPovPovPovPovPpTZbfSpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlwiKpTZtkHfpyfpyfpyaEjtkHroTroTroTtkHpTZpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMefWItKukwTePxpLumDhjxLfWIrohnbTtxytxytxynbTumrroheldsGanrMqxPbSCbSCbSCrMKbSCbSCgkzkoMiKFuORaXuhkZkKFrohbetrohrohrohpacviyiXZrohrohrohviyrohrohrohpyImKFfdmqyqnNRwghttItfcolNttIloPovPpTZpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlwiKrsNwiKwiKwiKwiKndIpMlwiKwiKtkHpTZpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMefWInpngMireQlrLxeilClfWIrohviyrohrohrohhOWrohrohiXZfzcrohpeithVixFthVxGsthVixFqEppeiocDuCKaXurohiXZrohrohrohrohrohrohrohiXZrohrohrohrohrohrohrohnNRqpsnNRnNRnazpHzjgkwqnpHYttIoFwovPpTZpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlwiKpMlwiKrsNpMlwiKwiKwiKndIwiKwiKpMltkHpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMebMefWItKukvsePxkzdlwFtKufWIrohrohrohrohrohrohrohrohiXZfzcrohpeithVtBsthVrAythVtBsupHpeiaXuaXuaXuroheldewLlKOlKOlKOewLlKOlKOplmewLlKOlKOlKOewLewLewLsGwmKFxoMtmvnNRlZOttIttIttIttItWSovPpTZpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZtkHpMlpMlwiKwiKtkHroTroTroTtkHpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMefWIfWIfWIfWIfWIwfyjgzdNVjQRfWIfWIfWIfWIufzrohrohrohrohrohiXZfzciGlpeipeipeipeipeipeipeipeipeibMebMemKFkeHxxEnNRtEkktAktAddluDQktAktAddlbkpktAktAuQanNRnNRnNRmKFmKFmKFmKFovPovPnCjnCjovPovPovPpTZpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZtkHtkHtkHtkHtkHtkHtkHtkHtkHtkHpTZpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMefWIbPmoPJrkNfrXofKpPDsOWofKfrXrkNoPJilGfWIrohlqirohlqirohiXZfzcrohrohsPSvsnpMLrFdnPWrohrohnbTbMebMemKFgpfykZprKiZnbjlktAddlwANlQIktAddlwANlQIktAddlmwdprKgpfovPttIazVttIttIuMettIttIiBtovPpTZpTZpMlpMlbfSpMlbfSbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpTZpTZpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIlUDkXmhAnfWIoPJpPDmaSoPJfWInYTgFZlUDfWIrohkwcrohkwcrohiXZfzcrohrohqAiqAiqAiqAiqAirohrohnbTbMebMemKFnuoqEsswewZCkxbsVPqEFlXdvXDjgZqEFvSGvXDiUzqEFkINswegomovPttIttIttIttIkqvxMCttIwJwovPpTZpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIfWIfWIfWIfWIgrVpPDmaSnuhufzfWIfWIfWIfWIwmplqirohlqirohiXZfzctJyvvSaSzrohrohrohrohklEtJynbTbMebMeovPovPitmovPovPdfomlwdfoovPahswagahsovPfAuhGtfAuovPovPcMfovPttIovPovPovPovPovPovPovPovPpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMloAtljHljHpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMefWIbPmepKrkNfrXofKpPDmaSofKfrXrkNoPJilGfWIrohkwcrohkwcrohiXZfzctJyvvSrohrohrohrohrohklEbqmnbTbMebMeovPttIegWxCSfKFhgZjgkolwrggmXtjgkolwwvoxiQjgkolwuePttIttIovPilNovPpTZpTZpTZpTZpTZpTZpTZpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlljHveKeUJljHboHpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMefWIlUDgFZtisfWIoPJpPDmaSoPJfWIptGgFZlUDfWIrohrohrohrohrohiXZfzctJyvvSrohrohrohrohrohklEtJynbTbMebMeovPhHuegWttIttIttIttIttIttIttIceettIttIttIttIttIttIttIttInCjttIovPpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlbfSljHfQiofOnsrljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIfWIfWIfWIfWIrZIpPDmaSoPJfWIfWIfWIfWIfWIrohlqirohlqirohiXZfzctJyvvSrohrohrohrohfaDklEtJynbTbMebMefzkovPxllttIttIoWPiiqbcMmWGgnokktpRjrSXmaXrPbfunpdNgEgpSNovPttIovPpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlpMlbfSpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMloAtljHljHljmveKljHljHpMlpMlpMlpMlpMlbfSbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIbPmoPJrkNfrXofKpPDmaSofKfrXrkNepKivzfWIrohtvCtZntvCrohvcSfzcrohrohpbApbApbApbApbArohrohnbTbMebMebMeovPovPttIovPovPovPovPovPovPovPovPovPovPovPovPovPovPovPovPovPovPpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHkoVljHljHljHljHpMlpMlpMlbfSpMlbfSbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMefWIlUDgFZxJpfWIoPJpPDmaSoPJfWIosygFZlUDfWIjBGjBGjBGjBGjBGfyOwBmrohrohykMtJyykMykMykMrohrohnbTbMebMebMeovPmBOttIovPpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlprcljHljHrLYpMlpMlljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMefWIfWIfWIfWIfWIgrVpPDmaSnuhfWIfWIfWIfWIfWIpdabSnpdajUlpdafyOfzcrohrohykMykMykMykMykMrohrohnbTbMebMebMeovPovPovPovPpTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlljHljHqMZpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpTZbMebMebMebMebMebMebMefWIpGioPJrkNfrXofKpPDmaSofKfrXorMoPJivzfWIbSnqzcbSnbSnbSnfyOfzcrohrohrohrohrohrohrohtZnrohnbTbMebMebMebMebMebMebMebMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpMlpMlpTZbMebMebMebMebMebMebMefWIlUDgFZiiBfWIoPJpPDmaSoPJfWIiiIgFZlUDfWIaWsbSnbSngiJeYRfvLfzcfzcfzcfzcfzcfzcrohrohuLfgrMgrMgrMgrMgrMgrMgrMgrMgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIfWIfWIfWIfWIoPJpPDmaSoPJfWIfWIfWIfWIfWIswNbSnbSnbSnkOQmDfdVAewLewLewLewLsHTsHTsHTgFblOIhwMjKUxSYeKfbsjvvrdmzgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIbPmoPJrkNfrXofKpPDmaSofKfrXrkNoPJivzfWIaWsbSnbSnbSnbSnjBGtQstZnrohrohrohfzcrohrohrnDkXpbOfbOflrNnvTnvTnvTiBcgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIlUDgFZxJpfWIoPJpPDmaSoPJfWIbDugFZlUDfWIjBGjBGjBGjBGjBGjBGjBGjBGrohrohrohfzcrohrohgrMnvTiBciBcnvTiBcnvTnvTrHPgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlrLYpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIfWIfWIfWIfWIgrVpPDmaSwnxfWIfWIfWIfWIfWIpnTbSnpnTbSnpnTbSnpnTjBGumrrohrohfzcrohiGlgrMcaBnvTnvTqWwnvTnvTqWwnvTgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHljHpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIbPmoPJrkNfrXofKpPDmaSofKfrXorMoPJivzfWIbSnpnTiNBokgiNBpnTbSnxGefzcfzcfzcfzcrohrohgrMnvTnvTnvTnvTnvTnvTnvTnvTgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHrLYljHhgvngqtgvtkHngqpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIlUDgFZxJpfWIoPJpPDmaSoPJfWIehBgFZlUDfWIjBGjBGxGejBGxGejBGjBGjBGljpljpljpljpljpljpgrMrjdakXnLcrjdakXtVvrjdakXgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHeJNxyFfEvqMcptqngqpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIfWIfWIfWIfWIoPJpPDmaSoPJfWIfWIfWIfWIfWIiqspnTbSnlEDbSnpnTiqslEDhbwhbwhbwhbwhbwhbwgrMoeWiAngrMcskmTzfssnMfxlugrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHngqmXibRjvmHngqpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIpGioPJrkNfrXofKpPDmaSofKfrXrkNoPJilGfWIpnTbSnpnTjBGpnTbSnpnTjBGqidngHqidqidngHqidgrMoCouBBehIiHGoCogrMoCouBBgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHtgvbRjdBJaOFngqpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIlUDgFZmcCfWIgrVcduaQTnuhfWIgyNgFZlUDfWIrUdvgOrfYmVqmNvvgOrAhjBGhbwhbwhbwhbwhbwhbwgrMucTeDkgrMfwKmwuehIucTmwuehIbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlngqsZFnxFeLJtkHpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMefWIfWIfWIfWIfWIbvDdcegZEvaNfWIfWIfWIfWIfWIjBGjBGjBGjBGjBGjBGjBGjBGnbTnbTnbTnbTnbTnbTgrMqfZehIgrMgrMehIgrMehIgrMgrMbMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlngqtgvngqngqtkHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZbMebMebMebMebMebMebMebMebMehDGhDGhDGtzqxHGoLdtzqhDGhDGhDGbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlswLbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpMlpMlpTZpTZpTZpTZpMlpTZpTZhDGhDGqfaqfaoFqxHGoLdoFqqfaoJhhDGhDGbMebMebMebMebMebMebMepMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpMlpMlpMlpMlpTZpMlpMlpMlpTZhDGhDGbYTwCnoFqoFqxHGoLdoFqoFqwCnnGQhDGhDGhDGhDGhDGhDGhDGbMepMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlbfSpMlpMlpMlljHpMlljHpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpMlpMlpTZpTZpMlpMlpMlpMlpMlpMlpTZhDGhRYwCnoFqtEctJpxMRiQWmFrdxhoFqoFqdfcaZJflBabnazPhmehDGbMepMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlbfSpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHljHjcSljHbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpTZpTZpTZpTZpMlpMlpTZpMlpMlpTZhDGmpeoFqoFqgHttcApJpqfaxUxeHroFqoFqvQgeBxfiFfiFfiFmMWhDGbMepMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHrLYljHwEcljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +pTZpTZpTZpTZpTZpTZpTZpTZpTZpMlpMlpTZhDGcyPwCnoFqgHtbYTlQExSDnGQeHroFqoFqoFqjtWoQYbZOiDWjBOhDGbMepMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlljHpMlpMlljHpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMepMlpMlpTZhDGxpooFqoFqmCeoFqxHGoFqoFqwLaoFqoFqljnhDGhDGhDGhDGhDGhDGbMepMlbfSpMlpMlpMlbfSbfSpMlbfSbfSbfSbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlljHljHpMlpMlljHpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlbfSbfSpMlbfSpMlbfSpMlpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMepMlpMlpTZhDGhDGqDHoFqxSDoFqxHGoFqoFqoFqoFqdfchDGhDGbMebMebMebMebMebMepMlpMlpMlbfSbfSbfSbfSbfSpMlpMlbfSbfSpMlbfSbfSpMlpMlbfSbfSbfSbfSbfSpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlbfSbfSbfSpMlbfSbfSpMlbfSbfSpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlrLYljHpMlpMlrLYljHbfSpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMepMlpMlpTZpTZhDGhDGuFJaDTpTkpAtkLecYCkXioPdhDGhDGpTZpTZpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSbfSbfSpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlhamwEcljHmFthamljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMepMlpMlpMlpTZpTZhDGhDGhDGayphDGhDGhDGhDGhDGhDGpTZpTZpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlbfSbfSbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHrLYpMlljHljHrLYwEcswLpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMepMlpMlpMlpMlpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlbfSpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlljHpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlbfSpMlbfSpMlbfSbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHswLpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMepMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSbfSbfSbfSbfSpMlpMlpMlbfSbfSbfSbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMljcSwEcpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlbfSbfSbfSpMlbfSpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlljHljHljHpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSljHrLYljHpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHbfSpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlbfSpMlljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlngqngqtZOngqpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlljHpMlbMJpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlngqsHmmGxngqbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlngqwOcgEdngqpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlngqngqngqngqpMlprjpMlbfSpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSpMlpMlpMlljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlljHljHpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlbfSpMlpMlbfSljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlljHpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlbfSpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSswLljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlbfSljHpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlljHljHljHljHljHljHpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlbfSbfSpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSljHljHljHpMlpMlbfSpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMljUMjUMjUMjUMpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSljHljHpMlpMlljHljHpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlbfSbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMljUMjUMjUMcakcakjUMjUMjUMjUMpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlljHljHljHljHljHpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMljUMcakcakcakcakcakcakcakjUMjUMjUMjUMpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSljHljHpMlpMlpMlbfSpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMljUMcakcakcakcakcakcakcakcakcakcakjUMjUMjUMbfSpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMljUMjUMcakcakcakcakcakcakcakcakcakcakcakjUMbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlpMlpMlpMljUMcakcakcakcakjUMjUMjUMjUMjUMjUMcakcakcakjUMpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlpMlpMlpMljUMcakcakcakjUMjUMljHljHvnBljHljHjUMcakcakjUMjUMpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlbfSpMlpMljUMcakcakcakjUMjUMuerqfMljHqrEkiPljHjUMcakcakjUMpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMljUMjUMcakcakjUMljHpGElVMkiPkiPljHljHjUMcakcakjUMjUMpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMljUMjUMcakcakjUMjUMljHkiPjAQkLyljHljHjUMcakcakcakjUMpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlxYIeJNpMlpMlpMlpMlbfSpMlpMlpMljUMjUMcakcakjUMljHjUMljHljHljHljHjUMcakcakjUMcakjUMpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMleJNljHrLYrLYivDpMlpMlpMlpMlpMlbfSjUMcakcakcakjUMjUMcakjUMjUMjUMjUMjUMcakcakpMlcakjUMpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMleJNeJNpMlpMlpMlpMlpMlpMlpMljUMjUMcakcakcakcakcakcakcakcakcakcakcakcakpMlcakjUMpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlbfSpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMljUMjUMcakcakcakcakcakcakcakcakcakcakcakcakcakjUMjUMbfSpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMljUMcakcakjUMcakjUMcakjUMjUMcakjUMjUMjUMcakcakcakjUMbfSbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMljUMjUMjUMjUMjUMjUMjUMjUMjUMjUMjUMjUMjUMjUMjUMjUMjUMpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlbfSbfSpMlbfSpMlpMlbfSpMlbfSbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlwEcbfSpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlbfSbfSbfSbfSpMlbfSpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlinIwEcngLpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlrLYwEcngLngLpMlpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMltgvtkHtkHtkHjPqtkHpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlbfSpMlbfSbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMltVJfNOtVJwlVtgvtkHpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlbfSbfSpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMltVJgFGtgvdvUxwvtgvpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMltkHgJpltMrWqwNdtgvpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlbfSpMlpMlbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlbfSpMlpMlbfSbfSpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSbfSpMlbfSpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlbfSpMlpMlbfStgvfFPtgvtgvdvUfZRpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMltkHoNHdvUaRWdBJtkHpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlbfSpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMlpMltkHtkHtkHtkHtgvtkHpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMepTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZpTZbMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe +bMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMebMe "} diff --git a/mod_celadon/__maps/site53/site53-2.dmm b/mod_celadon/__maps/site53/site53-2.dmm index 8e6ae69417..b65a98c3c9 100644 --- a/mod_celadon/__maps/site53/site53-2.dmm +++ b/mod_celadon/__maps/site53/site53-2.dmm @@ -12,7 +12,7 @@ "aal" = (/obj/effect/paint_stripe/yellow,/turf/simulated/wall/prepainted,/area/site53/lowertrams/maintenance) "aam" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) "aan" = (/obj/machinery/camera/autoname{network = list("Entrance Zone Network")},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/cryopod/robot,/obj/effect/landmark/start{name = "Cyborg"},/obj/effect/landmark{name = "JoinLateCyborg"},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) -"aao" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/bordercee{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"aao" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "LCZ Checkpoint Windows"; name = "LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "aap" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass/security{name = "Red Line HCZ"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "aaq" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Research Wing Substation"},/obj/machinery/door/blast/regular{id_tag = "EZ Security Maintenance Hatch"; name = "EZ Security Maintenance Hatch"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint) "aar" = (/obj/effect/paint_stripe/yellow,/turf/simulated/wall/r_wall/prepainted,/area/site53/engineering/sleeproom) @@ -226,7 +226,7 @@ "agj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "agk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "agm" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/r_wall/prepainted,/area/site53/ulcz/maintenance) -"agn" = (/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"agn" = (/obj/effect/floor_decal/corner/brown/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "agp" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/obj/effect/floor_decal/corner/brown/border{dir = 6},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "agr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "ags" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) @@ -249,7 +249,7 @@ "agQ" = (/obj/structure/disposalpipe/segment,/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/ulcz/maintenance) "agR" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/hallways) "agT" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/reagent_containers/food/drinks/shaker,/turf/simulated/floor/tiled/steel_grid,/area/site53/lowertrams/restaurantkitchenarea) -"agU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) +"agU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) "agV" = (/obj/machinery/camera/autoname{network = list("Entrance Zone Network")},/turf/simulated/floor/tiled/monotile/white,/area/site53/reswing/robotics) "agW" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/reswing/robotics) "agX" = (/obj/effect/paint_stripe/mauve,/turf/simulated/wall/r_wall/prepainted,/area/site53/reswing/robotics) @@ -263,10 +263,8 @@ "ahl" = (/obj/structure/ladder/up,/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "ahm" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/r_wall/prepainted,/area/site53/ulcz/maintenance) "ahn" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Upper Light Containment Substation"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/hallways) -"aho" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass/research{name = "Hallway"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "ahq" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "ahr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) -"ahs" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "aht" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "ahu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "ahv" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) @@ -281,7 +279,6 @@ "ahI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/maintenance,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "ahK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/hallways) "ahN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) -"ahO" = (/obj/machinery/photocopier{pixel_y = 3},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "ahP" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/lowertrams/restaurantkitchenarea) "ahQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) "ahR" = (/obj/structure/bed/chair{dir = 8; pixel_x = -7},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) @@ -589,7 +586,6 @@ "aoM" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/auxstorage) "aoN" = (/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "aoO" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/engineering/primaryhallway) -"aoP" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "aoR" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/effect/floor_decal/corner/yellow/mono,/obj/item/device/flashlight{pixel_y = 15},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/locker_room) "aoS" = (/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "aoT" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "prototype_chamber_blast2"},/obj/machinery/door/airlock/engineering{name = "Main Reactor"; req_access = list("ACCESS_ENGINEERING_LEVEL2")},/turf/simulated/floor/reinforced/airless,/area/vacant/prototype/engine) @@ -635,7 +631,7 @@ "apN" = (/obj/structure/closet/crate,/obj/item/cell/super,/obj/item/cell/super,/obj/item/cell/super,/obj/item/cell/super,/obj/item/cell/super,/obj/item/cell/super,/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/engine_smes) "apO" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/plating,/area/vacant/prototype/engine) "apP" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"; id_tag = "englock"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/engineering/primaryhallway) -"apQ" = (/obj/machinery/power/apc/hyper{dir = 4},/obj/structure/cable/green,/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) +"apQ" = (/obj/structure/cable/green,/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "apR" = (/obj/structure/sign/radiation,/obj/effect/paint_stripe/yellow,/turf/simulated/wall/r_wall/prepainted,/area/vacant/prototype/control) "apS" = (/obj/machinery/door/blast/regular{id_tag = "prototype_exhaust2"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/reinforced/airless,/area/vacant/prototype/engine) "apT" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/vacant/prototype/engine) @@ -677,7 +673,6 @@ "aqK" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "aqM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/monotile,/area/vacant/prototype/control) "aqN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/breakerbox{RCon_tag = "Aux Gen - Main Grid"; name = "Aux Generators - Primary Grid"},/obj/structure/cable/cyan{icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/monotile,/area/site53/engineering/controlroom) -"aqO" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aqP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/atmos) "aqQ" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/reinforced,/area/site53/lowertrams/escape) "aqR" = (/obj/machinery/door/blast/regular,/turf/simulated/floor/reinforced,/area/site53/lowertrams/escape) @@ -719,7 +714,6 @@ "arG" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/engineering/primaryhallway) "arH" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/auxstorage) "arI" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"arK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/glass/research{name = "Hallway"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "arL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/maintenancetunnel) "arM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/engineering/primaryhallway) "arN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/maintenancetunnel) @@ -1030,7 +1024,7 @@ "azu" = (/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/structure/curtain/open/shower/engineering,/obj/structure/window/reinforced,/turf/simulated/floor/tiled/dark/monotile,/area/vacant/prototype/engine) "azv" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/structure/curtain/open/shower/engineering,/obj/structure/window/reinforced,/turf/simulated/floor/tiled/dark/monotile,/area/vacant/prototype/engine) "azw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/catwalk,/obj/structure/cable/cyan{icon_state = "1-8"},/turf/simulated/floor/plating,/area/site53/engineering/primaryhallway) -"azx" = (/obj/machinery/camera/network/lcz,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"azx" = (/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) "azz" = (/turf/simulated/floor/tiled/monotile,/area/site53/science/aiccore) "azA" = (/turf/unsimulated/mineral,/area/space) "azB" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) @@ -1072,7 +1066,7 @@ "aAD" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/plating,/area/vacant/prototype/engine) "aAE" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/engineering/primaryhallway) "aAF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) -"aAJ" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint) +"aAJ" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint) "aAK" = (/obj/machinery/door/airlock/science{name = "Elevator Access"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "aAL" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/closet/crate,/obj/item/cell/super,/obj/item/cell/super,/obj/item/cell/super,/obj/item/cell/super,/obj/item/cell/super,/obj/item/cell/super,/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/engine_smes) "aAM" = (/obj/effect/floor_decal/corner/red/full,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/uppernukeladders) @@ -1120,7 +1114,7 @@ "aBW" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/uhcz/scp106maintup) "aBX" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aBZ" = (/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp895) -"aCb" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "ULCZ Exit Point"; name = "ULCZ Exit Point"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) +"aCb" = (/obj/structure/bed/chair/padded/black{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "aCd" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp895) "aCe" = (/turf/simulated/floor/plating,/area/site53/uhcz/scp106maintup) "aCf" = (/obj/machinery/light/small,/turf/simulated/floor/plating,/area/site53/uhcz/scp106maintup) @@ -1194,8 +1188,8 @@ "aDG" = (/obj/structure/table/rack,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "aDK" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/turf/simulated/floor/carpet/red,/area/site53/lhcz/hczguardgear) "aDM" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/logistics/logistics) -"aDO" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/item/pen,/obj/item/paper_bin,/obj/item/stamp/cmo{name = "LCZ Entry Checkpoint Stamp"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Central Window"; name = "ULCZ Checkpoint Central Window"},/obj/item/paper/sec_ctp,/turf/simulated/floor/plating,/area/site53/llcz/entrance_checkpoint) -"aDR" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/machinery/camera/network/lcz,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"aDO" = (/obj/machinery/papershredder,/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"aDR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "aDS" = (/obj/turbolift_map_holder/logistics{dir = 1; icon_state = ""},/turf/simulated/floor/plating,/area/site53/logistics/logistics) "aDT" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/site53/logistics/logistics) "aDV" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmtunnel) @@ -1213,7 +1207,7 @@ "aEl" = (/obj/machinery/door/airlock/security{name = "Termination"; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "aEm" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp895) "aEo" = (/obj/structure/sign/dontlook{pixel_y = 32},/obj/structure/table/steel_reinforced,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp895) -"aEq" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4},/obj/machinery/camera/network/lcz{dir = 1},/turf/simulated/floor/plating,/area/site53/llcz/entrance_checkpoint) +"aEq" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular{id_tag = "LCZ Checkpoint External Gate"; name = "LCZ Checkpoint External Gate"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "aEr" = (/obj/structure/bed/chair/office/light{dir = 4; icon_state = "officechair_white_preview"},/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp895) "aEs" = (/obj/structure/table/steel_reinforced,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp895) "aEt" = (/obj/machinery/light,/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) @@ -1256,7 +1250,6 @@ "aFQ" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "aFR" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "aFS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/bordercee{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"aFT" = (/obj/structure/table/plastic,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "aFU" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "aFX" = (/obj/machinery/cooker/cereal,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/lowertrams/restaurantkitchenarea) "aFZ" = (/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) @@ -1266,18 +1259,15 @@ "aGi" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) "aGk" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/lowertrams/escape) "aGq" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"aGr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aGs" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"aGt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"aGu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"aGA" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ Checkpoint Lockdown Upper"; name = "ULCZ Checkpoint Lockdown Upper"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ Checkpoint Lockdown Lower"; name = "ULCZ Checkpoint Lockdown Lower"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"aGA" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "aGB" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "aGG" = (/obj/structure/scp151{pixel_y = 32},/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aGL" = (/obj/machinery/door/blast/regular{id_tag = "euclid151"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aGM" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aGN" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) "aGW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/bordercee{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"aGZ" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "ULCZ Checkpoint Lockdown Upper"; name = "ULCZ Checkpoint Lockdown Upper"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) +"aGZ" = (/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Internal Gate"; name = "LCZ Checkpoint Internal Gate"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "aHb" = (/obj/machinery/power/apc{dir = 1},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/item/reagent_containers/glass/beaker/large,/obj/structure/table/rack,/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/obj/item/stack/material/uranium{amount = 50; name = "uranium"},/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/engine_smes) "aHc" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/engine_smes) "aHd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/cyan{icon_state = "1-2"},/obj/machinery/alarm{dir = 8; pixel_x = 25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/engine_smes) @@ -1297,7 +1287,6 @@ "aHw" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/deliveryChute{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aHx" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aHy" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/sign/warning/high_voltage{pixel_x = 32},/obj/machinery/light/small/red{dir = 4; icon_state = "bulb1"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"aHC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aHD" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aHE" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 9; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aHF" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) @@ -1305,12 +1294,9 @@ "aHH" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aHI" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aHJ" = (/obj/machinery/alarm{pixel_y = 23; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"aHL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) -"aHM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aHO" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aHP" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-151 Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/scp151) "aHQ" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"aHR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "aHT" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aHU" = (/obj/machinery/light{dir = 1},/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aHV" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp263research) @@ -1337,7 +1323,6 @@ "aIv" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aIw" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aIx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) -"aIB" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "aIC" = (/obj/machinery/door/airlock/glass/research{name = "General Purpose Laboratory"; req_access = list("ACCESS_SCIENCE_LEVEL2")},/turf/simulated/floor/tiled,/area/site53/reswing/robotics) "aID" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/sign/warning/secure_area{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "aIF" = (/obj/effect/floor_decal/corner/orange/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) @@ -1348,7 +1333,6 @@ "aIM" = (/obj/machinery/light{dir = 4},/obj/structure/table/reinforced,/obj/item/device/camera,/obj/item/device/camera_film,/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aIQ" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aIR" = (/obj/structure/closet/hydrant{pixel_y = 32},/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"aIT" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aIU" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/site53/engineering/maintenance/maintenancetunnel) "aIV" = (/obj/effect/catwalk_plated,/obj/machinery/door/airlock/glass/civilian{name = "Chapel"},/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/chapel) "aJa" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) @@ -1358,7 +1342,6 @@ "aJe" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "aJf" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aJg" = (/obj/item/modular_computer/console/preset/aislot/research{dir = 8},/obj/effect/floor_decal/corner/orange/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) -"aJh" = (/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{id_tag = "Humanoid Lockdown"; name = "Humanoid Lockdown"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) "aJj" = (/obj/item/toy/plushie/mouse,/turf/simulated/floor/carpet/brown,/area/site53/llcz/scp500{requires_power = 0}) "aJl" = (/obj/machinery/papershredder,/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "aJm" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/unsimulated/mineral,/area/space) @@ -1379,14 +1362,13 @@ "aJP" = (/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 4},/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 1},/obj/effect/catwalk_plated/white,/turf/simulated/open,/area/site53/ulcz/hallways) "aJX" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "aKa" = (/obj/structure/table/rack,/obj/item/reagent_containers/spray/chemsprayer,/obj/item/reagent_containers/spray/chemsprayer,/obj/machinery/recharger/wallcharger{pixel_y = 23},/obj/item/reagent_containers/spray/chemsprayer,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"aKb" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) +"aKb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "aKc" = (/obj/machinery/door/airlock/glass/research{name = "General Purpose Laboratory"; req_access = list("ACCESS_SCIENCE_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "aKd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "aKe" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "aKg" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "aKh" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "aKi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor,/area/site53/ulcz/hallways) -"aKj" = (/obj/effect/floor_decal/corner/red/border,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "aKk" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "aKl" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "aKn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint) @@ -1420,7 +1402,6 @@ "aLx" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "aLy" = (/obj/structure/bed/chair/office,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "aLz" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) -"aLB" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "aLD" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "247lockdown"},/turf/simulated/floor/tiled/monotile/white,/area/site53/uhcz/scp247observation) "aLF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/engine_smes) "aLJ" = (/obj/structure/bed/chair/office/light{dir = 1; icon_state = "officechair_white_preview"},/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) @@ -1443,19 +1424,15 @@ "aMi" = (/obj/machinery/light{dir = 8},/obj/machinery/camera/network/hcz{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "aMj" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "aMl" = (/obj/structure/table/rack,/obj/item/stack/material/plasteel/fifty,/obj/item/stack/material/titanium/fifty,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) -"aMm" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/power/sensor{name_tag = "#HUMANOID ZONE SENSOR#"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) -"aMn" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Research Wing Bypass"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "aMo" = (/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "aMp" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/reswing/robotics) "aMt" = (/obj/machinery/power/terminal,/obj/structure/catwalk,/obj/structure/cable/cyan{icon_state = "0-8"},/obj/structure/cable/cyan{icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/engine_smes) "aMu" = (/obj/machinery/light,/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aMv" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "aMw" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"aMx" = (/obj/machinery/light{dir = 1},/obj/machinery/vending/coffee{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aMz" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aMA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/hallways) "aMC" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/armory) -"aME" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aMG" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/r_wall/prepainted,/area/site53/ulcz/scp999) "aMH" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "aMI" = (/obj/machinery/door/airlock/research{name = "SCP-513 Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/scp513) @@ -1566,7 +1543,7 @@ "aPA" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/white/bordercorner{color = "#006DC6"; dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "aPB" = (/obj/machinery/vending/coffee{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "aPF" = (/obj/structure/table/standard,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) -"aPG" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) +"aPG" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "aPH" = (/obj/machinery/lapvend,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "aPI" = (/obj/machinery/vending/cigarette{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "aPJ" = (/obj/structure/stasis_cage,/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/reinforced,/area/site53/surface/explorers/surrounding) @@ -1611,7 +1588,7 @@ "aQP" = (/turf/simulated/floor/tiled/monotile,/area/site53/upper_surface/serverfarmtunnel) "aQR" = (/obj/machinery/telecomms/server/presets/supply,/turf/simulated/floor/bluegrid/airless,/area/site53/upper_surface/serverfarminterior) "aQS" = (/obj/machinery/telecomms/processor/preset_two,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/bluegrid/airless,/area/site53/upper_surface/serverfarminterior) -"aQT" = (/obj/machinery/vending/fashionvend{dir = 8},/obj/effect/floor_decal/corner/white/border{color = "#006DC6"; dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) +"aQT" = (/obj/machinery/vending/fashionvend{dir = 4},/obj/effect/floor_decal/corner/white/border{color = "#006DC6"; dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "aQU" = (/obj/machinery/telecomms/processor/preset_four,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/bluegrid/airless,/area/site53/upper_surface/serverfarminterior) "aQV" = (/obj/machinery/telecomms/bus/preset_four,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/bluegrid/airless,/area/site53/upper_surface/serverfarminterior) "aQW" = (/obj/machinery/telecomms/bus/preset_two,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/bluegrid/airless,/area/site53/upper_surface/serverfarminterior) @@ -1706,9 +1683,8 @@ "aTE" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/table/reinforced,/obj/item/stack/medical/splint,/obj/item/stack/medical/splint,/obj/item/stack/medical/splint,/obj/item/stack/medical/splint,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "aTF" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/machinery/light{dir = 8},/obj/structure/iv_drip,/obj/item/reagent_containers/ivbag/blood/OMinus,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/hczguardgear) "aTG" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) -"aTH" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "aTI" = (/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"aTJ" = (/obj/structure/bed/chair{dir = 1; pixel_y = 13},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"aTJ" = (/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Lower"; name = "LCZ Checkpoint Lower"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "aTL" = (/obj/structure/table/reinforced,/obj/machinery/photocopier{pixel_y = 3},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "aTN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/brownline) "aTP" = (/obj/machinery/status_display{pixel_y = 32},/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) @@ -1724,7 +1700,7 @@ "aUo" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/machinery/sleeper{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "aUt" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile,/area/site53/zonecommanderoffice) "aUu" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"aUv" = (/obj/machinery/door/blast/regular{id_tag = "ULCZ Exit Point"; name = "ULCZ Exit Point"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) +"aUv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/lcz,/obj/structure/bed/chair/padded/black,/obj/effect/floor_decal/corner/brown/border{dir = 1},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "aUy" = (/obj/structure/table/standard,/obj/item/pen,/obj/item/paper_bin,/obj/effect/floor_decal/carpet/blue2{dir = 8},/obj/effect/floor_decal/carpet/blue2,/obj/effect/floor_decal/carpet/blue2{dir = 10},/obj/effect/floor_decal/spline/fancy/black{dir = 10},/turf/simulated/floor/carpet/blue2,/area/site53/zonecommanderoffice) "aUz" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/hygiene/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/simulated/floor/tiled/dark,/area/site53/llcz/entrance_checkpoint) "aUA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) @@ -1733,7 +1709,6 @@ "aUL" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/bed/chair/padded/black,/turf/simulated/floor/tiled/dark,/area/site53/llcz/entrance_checkpoint) "aUN" = (/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/dark,/area/site53/llcz/entrance_checkpoint) "aUQ" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/box/stunshell,/obj/item/ammo_magazine/box/stunshell,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) -"aUR" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Heavy Containment Maintenance"; req_access = list("ACCESS_ENGINEERING_LEVEL3")},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint) "aUU" = (/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/escape) "aUZ" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor,/area/site53/ulcz/scp999) "aVb" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) @@ -1759,11 +1734,10 @@ "aVQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/hatch/maintenance{name = "Heavy Containment Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/regular{id_tag = "UHCZ Maint Access"; name = "UHCZ Maint Access"},/turf/simulated/floor,/area/site53/uhcz/securitypost) "aVR" = (/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/structure/table/standard,/obj/item/clothing/ears/earmuffs,/obj/effect/floor_decal/corner/yellow/mono,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "aVS" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/ulcz/hallways) -"aVW" = (/obj/structure/railing/mapped{dir = 1},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/vending/coffee{dir = 4},/turf/simulated/floor/tiled,/area/site53/llcz/entrance_checkpoint) -"aVY" = (/obj/machinery/door/airlock/glass/security{name = "ULCZ Checkpoint Interior"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Office Access S"; name = "ULCZ Checkpoint Office Access S"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/entrance_checkpoint) +"aVW" = (/obj/effect/floor_decal/corner/brown/border{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) +"aVY" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "aVZ" = (/obj/effect/floor_decal/corner/yellow/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "aWa" = (/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) -"aWb" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "aWc" = (/turf/simulated/floor/exoplanet/barren,/area/site53/uhcz/scp247containment) "aWd" = (/obj/machinery/door/airlock/science{name = "SCP-078 Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/scp078) "aWe" = (/obj/machinery/door/airlock/civilian{name = "EMR"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) @@ -1834,7 +1808,7 @@ "aXH" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/table/steel_reinforced,/obj/item/stock_parts/micro_laser,/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "aXI" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/camera/network/lcz{dir = 4; pixel_y = -6},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "aXJ" = (/obj/machinery/button/blast_door{dir = 4; id_tag = "UHCZ Isocell 1"; name = "UHCZ Isocell 1"; pixel_x = -25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"aXK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) +"aXK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Lower"; name = "LCZ Checkpoint Lower"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "aXL" = (/obj/effect/floor_decal/corner/blue/border{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) "aXM" = (/obj/machinery/disposal/deliveryChute{dir = 4; name = "Food delivery"},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/brigdoor/northleft{dir = 4; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp106containment) "aXN" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp106containment) @@ -1843,8 +1817,7 @@ "aXQ" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/genericbush,/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/grass,/area/site53/lowertrams/brownline) "aXR" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "aXS" = (/obj/effect/floor_decal/corner/white/border{color = "#006DC6"; dir = 10},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"aXT" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) -"aXV" = (/obj/structure/curtain/open/shower/security,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) +"aXT" = (/obj/structure/bed/chair/comfy{dir = 8},/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "aXX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "aYi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/bed/chair{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "aYp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmtunnel) @@ -2158,7 +2131,7 @@ "bfU" = (/obj/effect/wallframe_spawn/no_grille,/turf/simulated/floor/tiled,/area/site53/lowertrams/escape) "bfX" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/techmaint,/area/site53/surface/explorers) "bga" = (/obj/structure/railing/mapped{dir = 1},/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/tiled,/area/site53/lowertrams/escape) -"bgb" = (/obj/structure/sign/directions/evac{dir = 4},/obj/effect/paint_stripe/red,/turf/simulated/wall/r_wall/prepainted,/area/site53/lowertrams/escape) +"bgb" = (/obj/effect/paint_stripe/red,/obj/structure/sign/directions/evac,/turf/simulated/wall/r_wall/prepainted,/area/site53/lowertrams/escape) "bgc" = (/obj/structure/closet/secure_closet/guard/scout,/turf/simulated/floor/tiled/techmaint,/area/site53/surface/explorers) "bgd" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/reinforced,/area/site53/surface/explorers) "bgh" = (/obj/effect/floor_decal/corner/green/mono,/obj/structure/table/standard,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled,/area/site53/lowertrams/escape) @@ -2171,34 +2144,31 @@ "bgx" = (/turf/simulated/floor/tiled/techmaint,/area/site53/surface/explorers) "bgy" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/white/border{color = "#006DC6"; dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "bgE" = (/obj/machinery/camera/network/lcz,/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"bgF" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bgF" = (/obj/effect/floor_decal/corner/brown/border{dir = 9},/obj/structure/table/standard,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) "bgI" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) -"bgK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bgK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "bgV" = (/obj/effect/paint_stripe/gray,/obj/structure/disposalpipe/segment,/turf/simulated/wall/prepainted,/area/site53/ulcz/hallways) -"bgW" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bgW" = (/obj/effect/floor_decal/corner/brown/border{dir = 5},/obj/structure/table/standard,/obj/item/toy/eightball,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "bgX" = (/turf/unsimulated/mineral,/area/site53/ulcz/maintenance) "bgY" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp513) "bha" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/hallways) "bhb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/hallways) "bhc" = (/obj/structure/ladder,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/hallways) -"bhf" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 0},/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Central Window"; name = "ULCZ Checkpoint Central Window"},/obj/machinery/button/blast_door{id_tag = "ULCZ Exit Point"; name = "ULCZ Exit Point"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/plating,/area/site53/llcz/entrance_checkpoint) +"bhf" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/standard,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "bhg" = (/obj/effect/floor_decal/corner/blue/border{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) -"bhi" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "bhm" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/table/rack,/obj/machinery/recharger/wallcharger{dir = 1; pixel_y = -23},/obj/item/storage/firstaid/combat,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "bho" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) -"bhp" = (/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"bhq" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "bhr" = (/obj/structure/table/rack,/obj/item/reagent_containers/spray/chemsprayer,/obj/item/reagent_containers/spray/chemsprayer,/obj/item/reagent_containers/spray/chemsprayer,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "bhu" = (/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bhA" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/table/rack,/obj/item/ammo_magazine/scp/saiga12,/obj/item/ammo_magazine/scp/saiga12,/obj/item/ammo_magazine/scp/saiga12,/obj/item/ammo_magazine/scp/saiga12,/obj/item/ammo_magazine/box/slug,/obj/item/ammo_magazine/box/slug,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) -"bhB" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Northern Window"; name = "ULCZ Checkpoint Northern Window"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/entrance_checkpoint) +"bhB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint Internal Gate"; name = "LCZ Checkpoint Internal Gate"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = -6; pixel_y = 7},/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint External Gate"; name = "LCZ Checkpoint External Gate"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = 5; pixel_y = 7},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "bhD" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "bhE" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/bed/chair/padded/black,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "bhF" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "bhH" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "bhK" = (/obj/machinery/door/airlock/hatch/maintenance{name = "ULCZ Maintenance"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/lowertrams/brownline) "bhL" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"bhO" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bhO" = (/obj/machinery/door/airlock/glass/security{name = "ULCZ Checkpoint Interior"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "bhP" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/ulcz/office) "bhR" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Checkpoint Outer Window East"; name = "UHCZ Checkpoint Outer Window East"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "bhT" = (/obj/machinery/camera/network/hcz{name = "HCZ Guard Office"},/obj/structure/filingcabinet,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) @@ -2206,7 +2176,7 @@ "bhV" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/light,/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "bhW" = (/obj/structure/skele_stand,/obj/effect/floor_decal/corner/blue/border{dir = 1},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc/hyper{dir = 1},/turf/simulated/floor/carpet/red,/area/site53/uhcz/commanderoffice) "bhZ" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"bia" = (/obj/machinery/door/airlock/glass/security{name = "ULCZ Checkpoint Interior"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"bia" = (/obj/machinery/door/airlock/glass/security{name = "ULCZ Checkpoint Interior"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "bib" = (/obj/effect/paint_stripe/red,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/uhcz/scp106containment) "bie" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "UHCZ Booth Window 1"; name = "UHCZ Booth Window 1"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "UHCZ Checkpoint Access"; name = "UHCZ Checkpoint Access"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/obj/machinery/button/flasher{id_tag = "HCZCheckpointflash"; name = "HCZCheckpointflash"; pixel_x = 26; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "big" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose2) @@ -2214,20 +2184,20 @@ "bij" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) "bik" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "UHCZ Eastern Lockdown"; name = "UHCZ Eastern Lockdown"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "bim" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose2) -"bip" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/bordercee,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bip" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "biq" = (/obj/structure/table/standard,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) -"bis" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor/northright{dir = 4; name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northright{dir = 8; name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Central Window"; name = "ULCZ Checkpoint Central Window"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/llcz/entrance_checkpoint) +"bis" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "bit" = (/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "biw" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/power/apc/hyper{dir = 4},/obj/structure/cable/green,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "bix" = (/obj/machinery/light{dir = 1},/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "biz" = (/obj/effect/floor_decal/corner/red/border,/obj/structure/table/reinforced,/obj/item/deck/cards,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "biA" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/black/full,/obj/effect/floor_decal/corner/black/full,/obj/structure/table/standard,/obj/item/storage/box/flashbangs,/obj/item/storage/box/flashbangs,/obj/item/storage/box/flashbangs,/obj/item/storage/box/flashbangs,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "biC" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/hallways) -"biD" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"biD" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "biF" = (/obj/effect/floor_decal/corner/orange/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "biG" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "biI" = (/obj/machinery/door/airlock/highsecurity{name = "HCZ Secure Armoury"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "HCZ Secure Armoury"; name = "HCZ Secure Armoury"},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) -"biK" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"biK" = (/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "biM" = (/obj/machinery/button/blast_door{dir = 4; id_tag = "UHCZ Isocell 2"; name = "UHCZ Isocell 2"; pixel_x = -25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "biQ" = (/obj/structure/closet{name = "Confiscated items"},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "biS" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4},/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/obj/machinery/flasher{id_tag = "HCZCheckpointflash"; name = "HCZCheckpointflash"},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) @@ -2245,35 +2215,33 @@ "bjm" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "bjn" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "bjo" = (/obj/structure/bed/chair/padded/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"bjp" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bjp" = (/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "bjr" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bjt" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "bju" = (/obj/machinery/recharger/wallcharger{pixel_y = 23},/obj/machinery/photocopier/faxmachine{department = "HCZ Security Center"; send_access = list(203)},/obj/structure/table/standard,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) -"bjv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) +"bjv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) "bjw" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "bjy" = (/obj/effect/floor_decal/corner/blue/border,/obj/machinery/camera/network/hcz{dir = 1; name = "HCZ Guard Office"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) "bjz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 1},/turf/simulated/floor,/area/site53/uhcz/hallways) "bjA" = (/obj/effect/floor_decal/corner/yellow/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "bjC" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/hallways) "bjD" = (/obj/machinery/light{dir = 4},/obj/machinery/camera/network/hcz,/obj/effect/floor_decal/corner/red/bordercee{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"bjH" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/drinks/bottle/tomatojuice{name = "Tomat"; desc = "This is the little developer of the new map, Tomato, he tried really hard and burst turned into juice...he's a good boy"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "bjI" = (/obj/machinery/light/small,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bjJ" = (/obj/machinery/light/small{dir = 4; icon_state = "bulb1"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bjL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/wood/mahogany,/area/chapel) "bjQ" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/closet/secure_closet/engineering_welding,/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) -"bjT" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/mono,/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bjT" = (/obj/effect/floor_decal/corner/brown/border{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "bjU" = (/obj/machinery/door/airlock/hatch/maintenance{name = "Heavy Containment Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bjV" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/zpipe/down/supply{dir = 1},/obj/structure/cable{d1 = 32; icon_state = "32-1"},/turf/simulated/open,/area/site53/engineering/maintenance/upperselfdestruct) "bjW" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bjY" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lowertrams/hczmaint/east) -"bjZ" = (/obj/machinery/button/alternate/door/bolts{pixel_y = -25; id_tag = "Humagateway1"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "bka" = (/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bkb" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bkc" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "bkd" = (/obj/effect/landmark/start{name = "HCZ Junior Guard"},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "bkf" = (/obj/machinery/camera/network/hcz,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) "bkg" = (/obj/structure/closet{name = "Confiscated items"},/obj/random/contraband,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"bkh" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "ULCZ Checkpoint Lockdown Lower"; name = "ULCZ Checkpoint Lockdown Lower"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) +"bkh" = (/obj/machinery/vending/coffee{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "bkn" = (/obj/machinery/door/airlock/maintenance{name = "Maintenance"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/site53/llcz/checkequip) "bko" = (/obj/machinery/photocopier/faxmachine{department = "LCZ Zone Commander's Office"; send_access = list(204)},/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) "bkq" = (/obj/effect/paint_stripe/brown,/obj/effect/paint_stripe/brown,/turf/simulated/wall/prepainted,/area/site53/ulcz/scp914) @@ -2283,14 +2251,13 @@ "bkL" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "bkU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor,/area/site53/surface/bunker) "bkV" = (/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{id_tag = "1507feeding"; name = "SCP-1507 Feeding Enclosure Lock Button"},/turf/simulated/wall/titanium,/area/site53/uhcz/scp1507containment) -"blb" = (/obj/structure/table/plastic,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"blf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) -"blg" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ North Gate"; name = "ULCZ North Gate"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ South Gate"; name = "ULCZ South Gate"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"blf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"blg" = (/obj/structure/bed/chair/padded/black{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "bmF" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose) "bmS" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "bmU" = (/obj/item/storage/toolbox/mechanical,/turf/simulated/floor/reinforced,/area/site53/reswing/robotics) "bnp" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106containment) -"bpz" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/obj/effect/floor_decal/corner/red/bordercorner,/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bpz" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "bpN" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "bqI" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/blast/regular{id_tag = "UHCZ Eastern Shutter Window"; name = "UHCZ Eastern Shutter Window"},/obj/structure/window/reinforced{dir = 4},/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "brk" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) @@ -2299,10 +2266,10 @@ "bsg" = (/obj/machinery/vending/weaponry/hcz/sergeant,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "bsC" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) "bsK" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/orange/border{dir = 1},/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_y = 28},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) +"bsS" = (/obj/machinery/vending/snack{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "btu" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "engineeringcontrolroom"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/controlroom) "btP" = (/obj/machinery/door/airlock/glass/science{id_tag = "066"; name = "SCP-066 Containment Chamber"},/obj/machinery/door/blast/shutters/open{id_tag = "066shutter"; name = "SCP-066 Containment Chamber Shutter"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) "btZ" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) -"buA" = (/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "buV" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/camera/network/hcz{dir = 8; name = "SCP-2427-3"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/uhcz/hallways) "bve" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/engineering{name = "Workshop"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/primaryhallway) "bvj" = (/obj/machinery/door/window/brigdoor/eastright{dir = 8; req_access = list("ACCESS_ADMIN_LEVEL4")},/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"; id_tag = "aic"; name = "AIC Server Room Blast Door"},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/simulated/floor/blackgrid,/area/site53/science/aiccore) @@ -2322,10 +2289,7 @@ "bDE" = (/obj/effect/floor_decal/corner/orange/border,/obj/machinery/light/small/red,/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "bDX" = (/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "bEe" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/maintenancetunnel) -"bFH" = (/obj/machinery/door/airlock/highsecurity{name = "Procedure room"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "ProcedureroomLock"; name = "Lockdown"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) -"bHN" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "bIm" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/ulcz/scp2427_3) -"bIx" = (/obj/structure/bed/chair/pew/left/mahogany,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "bIZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/obj/effect/floor_decal/corner/red/bordercorner,/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "bKj" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) "bKK" = (/obj/effect/paint_stripe/yellow,/turf/simulated/wall/prepainted,/area/site53/lowertrams/brownline) @@ -2341,21 +2305,17 @@ "bQJ" = (/obj/machinery/door/airlock/security{name = "Heavy Containment Zone Gate Security Post"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Checkpoint Control Room"; name = "UHCZ Checkpoint Control Room"},/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "bQR" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 1},/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/uhcz/hallways) "bRl" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) -"bRu" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "bRG" = (/obj/effect/floor_decal/corner/black/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "bSK" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) -"bTl" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "bTo" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/flasher{id_tag = "HCZCheckpointflash"; name = "HCZCheckpointflash"},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) "bTG" = (/obj/structure/table/rack,/obj/machinery/light,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "bTH" = (/obj/machinery/vending/fitness,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "bTJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/mono,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"bTK" = (/obj/structure/closet,/obj/item/clothing/accessory/sweater,/obj/item/clothing/head/hijab,/obj/item/clothing/mask/gas/plaguedoctor,/obj/item/clothing/mask/gas/monkeymask,/obj/item/clothing/mask/gas/cyborg,/obj/item/clothing/mask/pig,/obj/item/clothing/head/richard,/obj/machinery/light{dir = 4},/obj/item/clothing/mask/gas/sexymime,/obj/item/clothing/mask/gas/sexyclown,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) -"bUd" = (/obj/effect/floor_decal/corner/red/mono,/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bUd" = (/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "bUi" = (/obj/structure/closet,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/yellow/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/sleeproom) "bUj" = (/obj/item/stool/padded,/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "bVj" = (/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) -"bVr" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) -"bWr" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"bVr" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "bWu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) "bWy" = (/obj/structure/closet/secure_closet/guard/lethalshotgunammunitionbuckshot,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "bWR" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor,/area/site53/llcz/checkequip) @@ -2365,7 +2325,7 @@ "bXK" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Self-Destruct Substation"},/turf/simulated/floor,/area/site53/llcz/checkequip) "bXO" = (/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "bXP" = (/obj/machinery/camera/autoname{network = list("Entrance Zone Network")},/obj/machinery/fabricator,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) -"bYK" = (/obj/effect/floor_decal/corner/red/bordercee,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"bYK" = (/obj/structure/filingcabinet/chestdrawer,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "bYZ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "bZW" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/power/apc{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "cat" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc/high{dir = 1; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/turf/simulated/floor/plating,/area/site53/uhcz/scp1507observation) @@ -2378,12 +2338,9 @@ "ceF" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor,/area/site53/uhcz/scp106observ) "cfq" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/chapel) "cfD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) -"cgo" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"cgJ" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/railing/mapped{dir = 4},/obj/machinery/light{dir = 8},/obj/structure/railing/mapped,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "chf" = (/obj/structure/closet/bombcloset,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "chW" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/site53/ulcz/scp2427_3) "cij" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp247containment) -"cil" = (/obj/structure/table/plastic,/obj/item/paper_bin,/obj/machinery/light{dir = 4},/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/obj/item/pen/multi,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "ciE" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/catwalk,/turf/simulated/open,/area/site53/uhcz/scp106containment) "ciN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "ciV" = (/obj/machinery/door/blast/shutters{id_tag = "1507feeding"},/turf/simulated/floor/exoplanet/barren,/area/site53/uhcz/scp1507containment) @@ -2394,7 +2351,6 @@ "clO" = (/obj/effect/floor_decal/corner/white/border{dir = 6; color = "#006DC6"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "cme" = (/obj/machinery/papershredder,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "cmh" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp247observation) -"cmp" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "cmJ" = (/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 6},/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 10},/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/green,/area/chapel) "cnz" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "cnW" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/controlroom) @@ -2409,7 +2365,7 @@ "csn" = (/obj/structure/table/rack,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/machinery/recharger/wallcharger{pixel_y = 23},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "csp" = (/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose) "cta" = (/obj/structure/table/rack,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"ctW" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"ctW" = (/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) "cvh" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/table/reinforced,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "cvv" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "cvC" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) @@ -2424,7 +2380,6 @@ "czF" = (/obj/machinery/camera/motion{c_tag = "AIC Observation 6"; dir = 8; network = list("Entrance Zone Network")},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) "czT" = (/obj/machinery/mech_recharger,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/reinforced,/area/site53/reswing/robotics) "cAm" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/checkequip) -"cBj" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "cCy" = (/obj/item/device/flashlight{on = 1},/turf/simulated/floor,/area/space) "cCL" = (/obj/effect/floor_decal/chapel,/obj/structure/bed/chair/wood/mahogany{dir = 8},/turf/simulated/floor/tiled/dark,/area/chapel) "cDv" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/reinforced,/area/site53/reswing/robotics) @@ -2433,7 +2388,6 @@ "cEc" = (/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "cFl" = (/obj/structure/sign/scp/euclid_scp{pixel_y = 32},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "cFo" = (/obj/structure/bookcase,/obj/effect/floor_decal/carpet/green{dir = 1},/turf/simulated/floor/carpet/green,/area/chapel) -"cFC" = (/obj/item/modular_computer/console/preset/aislot/sysadmin,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "cFN" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/obj/machinery/light/spot{dir = 4},/turf/simulated/open,/area/site53/uhcz/scp106containment) "cGn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/surface/explorers/surrounding) "cGz" = (/obj/structure/table/standard,/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) @@ -2451,19 +2405,16 @@ "cMi" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/reswing/robotics) "cMJ" = (/obj/effect/decal/cleanable/blood,/obj/effect/decal/cleanable/blood/drip,/turf/simulated/floor/plating,/area/site53/uhcz/scp457containment) "cMK" = (/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"cNb" = (/obj/structure/hygiene/toilet{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "cNi" = (/turf/unsimulated/mineral,/area/site53/ulcz/scp914) "cPn" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp1507observation) "cQv" = (/obj/structure/closet/radiation,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "cQx" = (/obj/structure/table/standard,/obj/item/device/radio/phone,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) -"cRs" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/machinery/camera/network/hcz{dir = 8},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "cRR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmtunnel) "cSp" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/ulcz/scp914) "cSI" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) "cTj" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/open,/area/site53/uhcz/scp106containment) "cTk" = (/obj/structure/table/reinforced,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "cTw" = (/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) -"cTM" = (/obj/machinery/door/airlock/external/glass{id_tag = "Humagateway1"; name = "Exterior door"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "cVc" = (/obj/structure/table/steel_reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "cVu" = (/obj/structure/sign/scp/keter_scp{pixel_y = 32},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) "cWo" = (/obj/effect/floor_decal/corner/orange/border{dir = 6},/obj/structure/table/standard,/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) @@ -2472,7 +2423,7 @@ "cYf" = (/obj/machinery/power/apc/high,/obj/structure/cable/green,/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmtunnel) "cYr" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/floor/reinforced,/area/site53/reswing/robotics) "cYC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/wood/mahogany,/area/chapel) -"cYI" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 8},/obj/machinery/light{dir = 4},/obj/structure/railing/mapped{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/site53/llcz/entrance_checkpoint) +"cYI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor{name = "ULCZ Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window{name = "ULCZ Checkpoint"; dir = 1},/obj/machinery/door/blast/shutters/open{id_tag = "LCZ Checkpoint Windows"; name = "LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "cZG" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp513) "dad" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "dae" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) @@ -2485,16 +2436,12 @@ "ddA" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/camera/network/hcz{dir = 8; name = "SCP-2427-3"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "dep" = (/obj/structure/bed/chair/office/light{dir = 4; icon_state = "officechair_white_preview"},/obj/structure/bed/chair/office{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "deH" = (/obj/structure/table/standard,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/obj/item/folder/red,/obj/item/folder/white,/obj/item/folder/yellow,/obj/item/folder/blue,/obj/item/boombox,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"dfj" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "dgG" = (/obj/machinery/photocopier,/obj/machinery/alarm{dir = 1; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) -"dgI" = (/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/reinforced,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "dhc" = (/obj/structure/catwalk,/obj/machinery/power/terminal{dir = 1},/obj/structure/cable/cyan{icon_state = "4-8"},/obj/structure/cable/cyan{icon_state = "0-8"},/turf/simulated/floor/plating,/area/site53/engineering/engine_smes) "dhd" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/railing/mapped{dir = 4},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/shieldwallgen/online{max_range = 10; req_access = list(); storedpower = 50000},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/uhcz/scp106containment) -"dhn" = (/obj/item/modular_computer/console/preset/SCP_dataserver,/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "dhQ" = (/obj/machinery/door/airlock/highsecurity{name = "Chamber Airlock"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "contlockdown"},/obj/effect/floor_decal/corner/red/borderfull,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "diP" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) "diW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-216"; req_access = list("ACCESS_SCIENCE_LEVEL4")},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/scp216) -"djf" = (/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "djk" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "djC" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/autoname{dir = 1; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/plating,/area/site53/uhcz/hallways) "djN" = (/obj/structure/table/reinforced,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) @@ -2522,13 +2469,11 @@ "dyl" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 10},/obj/item/storage/mirror{pixel_x = 25},/turf/simulated/floor/tiled/freezer,/area/site53/surface/bunker) "dys" = (/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "dyu" = (/obj/item/modular_computer/console/preset/aislot/research,/turf/simulated/floor/tiled/techfloor,/area/site53/surface/bunker) -"dyC" = (/obj/machinery/vending/cola{dir = 8; pixel_x = 6},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "dBg" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "dBn" = (/obj/structure/table/rack,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "dBK" = (/obj/machinery/button/crematorium{pixel_y = -24; req_access = list("ACCESS_CHAPEL_STORAGE")},/turf/simulated/floor/tiled/dark,/area/chapel) "dBR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/lowertrams/escape) "dBT" = (/obj/structure/table/standard,/obj/item/deck/cards,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"dCF" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "dDd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) "dDl" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/site53/ulcz/hallways) "dDB" = (/turf/simulated/floor/carpet/green,/area/chapel) @@ -2538,7 +2483,6 @@ "dGG" = (/obj/structure/bed/chair/office/light{dir = 4; icon_state = "officechair_white_preview"},/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) "dGR" = (/obj/machinery/vending/cigarette{dir = 4},/obj/effect/floor_decal/corner/white/border{color = "#006DC6"; dir = 10},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "dGV" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters/open{dir = 2; id_tag = "066shutter"; name = "SCP-066 Containment Chamber Shutter"},/turf/simulated/floor,/area/site53/llcz/scp066) -"dHp" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard{name = "TV"},/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "dHs" = (/obj/effect/floor_decal/corner/green/border{dir = 6},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) "dIo" = (/obj/structure/table/steel_reinforced,/obj/structure/flora/pottedplant/deskfern,/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "dIs" = (/obj/structure/table/standard,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) @@ -2563,7 +2507,6 @@ "dRo" = (/obj/effect/floor_decal/corner/brown/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "dRU" = (/obj/machinery/camera/network/hcz{dir = 1},/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "dSN" = (/obj/machinery/button/blast_door{id_tag = "ULCZ Specialist Non Lethal Armoury"; name = "ULCZ Specialist Non Lethal Armoury"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) -"dSV" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "ProcedureroomLock"; name = "Lockdown"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "dTW" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/closet/l3closet/general,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/site53/engineering/biosupplies) "dUf" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 4},/turf/simulated/open,/area/site53/uhcz/scp106containment) "dUl" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/autoname{dir = 1; network = list("Heavy Containment Zone Network")},/turf/simulated/floor,/area/site53/uhcz/hallways) @@ -2573,10 +2516,9 @@ "dYk" = (/obj/structure/bed/chair/office{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "dYB" = (/obj/structure/flora/pottedplant/large,/obj/effect/floor_decal/corner/yellow/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "dYS" = (/obj/structure/curtain/open/privacy{name = "plastic curtain"},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) -"dZj" = (/obj/structure/table/plastic,/obj/item/reagent_containers/glass/rag,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "dZn" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/wood,/area/site53/lhcz/scp343room) "eap" = (/obj/machinery/door/airlock/highsecurity{id_tag = "foodenclosure"; locked = 1; name = "SCP-247 Enclosure"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/plating,/area/site53/uhcz/scp247observation) -"eaQ" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"eaQ" = (/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) "eaS" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 8},/obj/structure/reagent_dispensers/beerkeg,/turf/simulated/floor/plating,/area/site53/logistics/logistics) "ebb" = (/obj/machinery/camera/network/lcz{name = "SCP-113"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp113) "ebG" = (/obj/structure/table/rack,/obj/item/stack/material/aluminium/ten,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/plastic/ten,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) @@ -2591,8 +2533,6 @@ "efe" = (/obj/machinery/alarm{dir = 8; pixel_x = 25; req_access = list("ACCESS_SECURITY_LEVEL1")},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "egb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/orange/border{dir = 1},/obj/machinery/button/blast_door{id_tag = "evacbunkerblastdoor"; name = "Evacuation Bunker Blast Door button"; pixel_y = 25; req_access = list("ACCESS_ADMIN_LEVEL1")},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "egf" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) -"egV" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"ehq" = (/obj/structure/bed/chair/padded/black,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "ehA" = (/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "ehP" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "ehR" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) @@ -2607,25 +2547,19 @@ "emC" = (/obj/effect/paint_stripe/red,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment,/turf/simulated/wall/titanium,/area/site53/ulcz/scp2427_3) "env" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/chapel) "eon" = (/obj/item/stool/padded,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"epk" = (/obj/machinery/cooker/oven,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "epD" = (/obj/machinery/light{dir = 8},/obj/machinery/vending/security{req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "epS" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "UHCZ Eastern Checkpoint Access Door"; name = "UHCZ Eastern Checkpoint Access Door"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"eqf" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/railing/mapped{dir = 4},/obj/machinery/camera/network/hcz{dir = 4},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) -"eqq" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) -"eqF" = (/obj/structure/bed/chair/comfy/black{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"eqq" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) "eqH" = (/obj/machinery/door/airlock/science{name = "Tranqilizer Storage"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "eqQ" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "erj" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-096"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/door/blast/regular{id_tag = "096chamberlock2"},/obj/machinery/door/firedoor{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "erC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/monotile,/area/site53/lowertrams/restaurantkitchenarea) -"erI" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/plating,/area/site53/llcz/entrance_checkpoint) +"erI" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) "esS" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/structure/table/reinforced,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/machinery/camera/network/hcz{dir = 1; name = "HCZ Guard Office"},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) "eto" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/civilian{name = "Hub"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/dark/small,/area/site53/lowertrams/hub) "etJ" = (/obj/effect/catwalk_plated/white,/obj/machinery/light/small/red{dir = 4; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/surface/bunker) -"euW" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 12},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"evd" = (/obj/machinery/camera/network/scp343{name = "scp347"; network = list("SCP-347 CCTV Network")},/obj/structure/bookcase/manuals/medical,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "evx" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/scp066) "evN" = (/obj/structure/table/rack,/obj/item/clothing/accessory/armguards/riot,/obj/item/clothing/accessory/legguards/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/head/helmet/riot,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) -"ewi" = (/obj/structure/window/reinforced/tinted{dir = 8},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "ewr" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "ewB" = (/obj/machinery/button/blast_door{id_tag = "247lockdown"; name = "Containment Unit Lockdown button"; pixel_y = 24},/obj/machinery/camera/autoname{name = "SCP-247 Observation"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "exB" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) @@ -2641,14 +2575,12 @@ "eED" = (/obj/machinery/button/flasher{dir = 1; id_tag = "HCZ Holding Cell 2"; name = "Flasher Holding Cell 2"; pixel_y = -25; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "eEQ" = (/obj/structure/flora/ausbushes/fullgrass,/obj/machinery/light{dir = 4},/turf/simulated/floor/grass,/area/site53/lowertrams/brownline) "eFA" = (/obj/structure/sign/scp/euclid_scp{pixel_y = -32},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) -"eGq" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "eHm" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "eHv" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/engine_smes) "eJY" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "eKg" = (/obj/machinery/photocopier/faxmachine{department = "HCZ Security Center"; send_access = list(203)},/obj/structure/table/standard,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "eKA" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose) "eKW" = (/obj/machinery/door/firedoor{dir = 8},/obj/structure/table/reinforced,/obj/item/material/kitchen/utensil/fork/plastic,/obj/item/material/kitchen/utensil/fork/plastic,/obj/item/material/kitchen/utensil/spoon/plastic,/obj/item/material/kitchen/utensil/spoon/plastic,/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Serving Room Shutters"; name = "Serving Room Shutters"},/turf/simulated/floor/tiled,/area/site53/lowertrams/restaurantkitchenarea) -"eLf" = (/obj/machinery/camera/network/hcz{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "eMM" = (/obj/effect/floor_decal/corner/orange/mono,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "eNo" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp096) "eOe" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/uhcz/hallways) @@ -2660,23 +2592,17 @@ "eQX" = (/obj/machinery/photocopier/faxmachine{department = "SCP-106 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "eRk" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass/research{name = "Hallway"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "eSo" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) -"eSG" = (/obj/item/clothing/head/hairflower/yellow,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) "eUo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "eUI" = (/obj/machinery/camera/autoname{dir = 1; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) "eVi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular{dir = 4; id_tag = "evacbunkerblastdoor"},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "eVp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/orange/bordercorner,/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "eVx" = (/obj/effect/floor_decal/corner/brown/mono,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/brownline) "eWo" = (/obj/structure/curtain/black{name = "Confession"},/turf/simulated/floor/tiled/dark,/area/chapel) -"eWp" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"eWL" = (/turf/simulated/floor/carpet,/area/site53/ulcz/humanoidcontainment) -"eXf" = (/obj/structure/bookcase/manuals,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "eXU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "eXV" = (/obj/effect/floor_decal/industrial/fire{dir = 5},/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) -"eYi" = (/obj/structure/table/plastic,/obj/item/device/taperecorder,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) -"eYp" = (/obj/machinery/light/small,/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/effect/floor_decal/corner/red/borderfull,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"eYp" = (/obj/effect/floor_decal/corner/brown/border{dir = 6},/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "eYt" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "UHCZ Western Shutter"; name = "UHCZ Western Shutter"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "eYX" = (/obj/machinery/light/small{dir = 4},/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp895) -"fab" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "fbx" = (/obj/machinery/door/airlock/command{name = "Zone Commander's Office"; req_access = list("ACCESS_SECURITY_LEVEL4")},/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) "fcc" = (/obj/machinery/button/blast_door{id_tag = "096chamberlock"; name = "Panic button"; pixel_y = 24},/obj/machinery/button/blast_door{id_tag = "096chamberlock2"; name = "Chamber Access button"; pixel_y = 34; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "fcp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) @@ -2700,7 +2626,6 @@ "fhQ" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "fiJ" = (/obj/effect/floor_decal/corner/orange/border{dir = 1},/obj/structure/bookcase/manuals/research_and_development,/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "fjn" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) -"fjG" = (/obj/structure/table/woodentable/mahogany,/obj/item/reagent_containers/food/snacks/slice/applecake,/obj/item/newspaper,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "fjL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "fkM" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/llcz/scp513) "fln" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor/plating,/area/site53/uhcz/scp1507observation) @@ -2732,8 +2657,7 @@ "fwd" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "fwm" = (/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"; id_tag = "aic"; name = "AIC Server Room Blast Door"},/obj/effect/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) "fwB" = (/obj/structure/table/standard,/obj/item/inflatable/door,/obj/item/inflatable/door,/turf/simulated/floor/tiled/techfloor,/area/site53/upper_surface/serverfarmcontrol) -"fwQ" = (/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"fwS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) +"fwS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/structure/table/standard,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "fwU" = (/obj/machinery/door/blast/regular{dir = 4; id_tag = "evacbunkerblastdoor"},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "fxz" = (/obj/machinery/atmospherics/binary/pump/on,/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmcontrol) "fyn" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) @@ -2742,39 +2666,31 @@ "fBO" = (/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "fCD" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/table/rack,/obj/item/storage/firstaid/combat,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "fDv" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/table/rack,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/suit/armor/pcarrier/scp/tactical,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/obj/item/clothing/head/helmet/scp/hczsecurityguard,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) -"fDz" = (/obj/structure/window/reinforced{dir = 8},/obj/item/device/flashlight/lamp,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "fEN" = (/obj/effect/catwalk_plated/white,/obj/machinery/camera/network/entrance{dir = 8},/turf/simulated/floor,/area/site53/surface/bunker) "fEW" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) -"fFm" = (/obj/item/clothing/head/hairflower/yellow,/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) "fFD" = (/obj/machinery/door/airlock/highsecurity,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) -"fGE" = (/obj/machinery/camera/network/entrance{dir = 8},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"fGE" = (/obj/machinery/door/blast/regular{id_tag = "LCZ Checkpoint External Gate"; name = "LCZ Checkpoint External Gate"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "fGK" = (/obj/machinery/door/airlock/glass/civilian{name = "Hydrophonics"},/obj/machinery/door/firedoor{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) "fHf" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/machinery/light{dir = 8},/obj/machinery/button/blast_door{dir = 1; id_tag = "selfdestruct"; pixel_y = -23; req_access = list("ACCESS_ADMIN_LEVEL5")},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/uppernukeladders) "fHr" = (/obj/machinery/door/airlock/maintenance{name = "Recycling Center"},/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "fHs" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/ulcz/scp078) -"fIB" = (/obj/structure/window/reinforced/tinted{dir = 8},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) -"fJe" = (/obj/structure/reagent_dispensers/beerkeg,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "fKV" = (/obj/structure/bed/chair{dir = 1; pixel_y = 14},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"fLz" = (/obj/machinery/camera/network/hcz{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "fLT" = (/obj/structure/table/steel_reinforced,/obj/item/stock_parts/circuitboard/arcade/orion_trail,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "fLX" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor,/area/site53/ulcz/scp216) -"fME" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/door/window{dir = 1; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "fMY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/surface/bunker) "fNo" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "fNH" = (/obj/structure/bed/chair{dir = 1; pixel_y = 13},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "fOI" = (/obj/machinery/vending/coffee{dir = 4},/obj/effect/floor_decal/corner/white/border{color = "#006DC6"; dir = 8},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "fON" = (/obj/machinery/power/smes/buildable/max_cap_in_out,/obj/structure/cable/green,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/motion{c_tag = "AIC Observation 2"; dir = 4; network = list("Entrance Zone Network")},/turf/simulated/floor/bluegrid,/area/site53/science/aiccore) "fPU" = (/obj/structure/table/rack{dir = 8},/obj/machinery/camera/autoname{dir = 1; network = list("Engineering Network")},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/primaryhallway) -"fQz" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"fQz" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "fQK" = (/obj/structure/table/standard,/obj/machinery/photocopier{pixel_y = 3},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "fRi" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "fRx" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/catwalk_plated/white,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor,/area/site53/ulcz/hallways) "fRX" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/uppernukeladders) "fSf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/autoname{dir = 1; network = list("Engineering Network")},/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/engineering/primaryhallway) -"fSm" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "fSn" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose) "fSv" = (/obj/structure/table/standard,/obj/machinery/light{dir = 1},/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) -"fSH" = (/obj/structure/hygiene/shower{dir = 4},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "fSL" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "fTg" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/floor/plating,/area/site53/uhcz/scp457containment) "fTE" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) @@ -2785,7 +2701,6 @@ "fUI" = (/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) "fVd" = (/obj/structure/closet/l3closet/janitor,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/janitorial) "fVH" = (/obj/structure/closet/l3closet/scientist,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) -"fWY" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "ProcedureroomLock"; name = "Lockdown"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "fXC" = (/obj/structure/disposalpipe/segment,/turf/unsimulated/mineral,/area/space) "fXE" = (/obj/structure/table/standard,/obj/item/folder/nt/rd,/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "fXQ" = (/obj/machinery/door/blast/shutters{id_tag = "1gate"; name = "First Gate"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) @@ -2796,10 +2711,9 @@ "fZp" = (/obj/structure/table/standard,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "fZC" = (/turf/simulated/floor/tiled/freezer,/area/site53/surface/bunker) "gak" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/site53/upper_surface/serverfarmtunnel) -"gbL" = (/obj/structure/table/plastic,/obj/item/paper_bin,/obj/item/pen/multi,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "gci" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/closet/secure_closet/guard/lcz,/obj/item/device/radio/headset/headset_sec_lcz,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/tactical,/obj/item/clothing/under/rank/security/lcz,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/box/a57/rubber,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "gcN" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) -"gcX" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"gcX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "gdE" = (/obj/structure/hygiene/sink/kitchen{pixel_y = 22},/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp247observation) "gdR" = (/obj/effect/floor_decal/corner/orange/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp999) "geb" = (/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 10},/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 6},/turf/simulated/floor/carpet/green,/area/chapel) @@ -2809,12 +2723,9 @@ "gfC" = (/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/industrial/outline/orange,/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "gfP" = (/obj/structure/table/standard,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "ggM" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/hallways) -"ghk" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "ghH" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/corner/yellow/mono,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "gic" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "giE" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) -"giJ" = (/obj/machinery/gibber{req_access = list()},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"giK" = (/obj/machinery/camera/network/scp343{name = "scp166-V"; network = list("SCP-166-V CCTV Network")},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "giX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/orange/border{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "gjb" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/structure/crematorium{dir = 1; id = "HCZCrematorium"; name = "HCZCrematorium"},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) "gjt" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/machinery/camera/autoname{dir = 8; network = list("Engineering Network")},/obj/structure/table/standard,/obj/item/device/radio,/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/controlroom) @@ -2823,13 +2734,12 @@ "gkq" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "SCP-2398"; req_access = list("ACCESS_SCIENCE_LEVEL4")},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/scp2398) "gkB" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/yellow/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "gkD" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/bed/roller,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/hczguardgear) -"gle" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "glq" = (/obj/machinery/cryopod,/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "glC" = (/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 5},/obj/structure/table/woodentable/mahogany,/obj/item/device/flashlight/lamp,/turf/simulated/floor/carpet/green,/area/chapel) "glY" = (/obj/structure/railing/mapped,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/railing/mapped{dir = 1},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "gmw" = (/obj/machinery/light/small{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) "gmy" = (/obj/machinery/conveyor/south{id = "trashtocargo"; id_tag = "trashtocargo"},/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) -"gmT" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"gmT" = (/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "gnb" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/corner/brown/bordercorner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "goj" = (/obj/effect/floor_decal/corner/brown/bordercorner{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "goy" = (/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 5},/turf/simulated/floor/carpet/green,/area/chapel) @@ -2837,10 +2747,8 @@ "gpg" = (/obj/machinery/camera/autoname{c_tag = "Server Farm Entrance"; dir = 4; network = list("Engineering Network")},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/site53/upper_surface/serverfarmcontrol) "gpO" = (/obj/machinery/camera/network/hcz{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/hallways) "gpY" = (/obj/effect/floor_decal/chapel{dir = 1},/turf/simulated/floor/tiled/dark,/area/chapel) -"gqe" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "gqv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "grA" = (/obj/structure/bed/roller,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) -"gsi" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "gsA" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "gth" = (/obj/structure/closet,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/site53/uhcz/scp1507observation) "gut" = (/obj/machinery/light{dir = 1},/obj/structure/bed/chair,/obj/effect/floor_decal/corner/black/mono,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) @@ -2857,7 +2765,6 @@ "gAa" = (/obj/machinery/button/blast_door{id_tag = "247feeding"; name = "Feeding Enclosure Shutter button"; pixel_y = 24},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "gBB" = (/obj/structure/table/reinforced,/obj/item/toy/desk/fan,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "gCr" = (/obj/machinery/light,/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/wood/mahogany,/area/chapel) -"gCJ" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "gCY" = (/obj/structure/table/standard,/obj/item/storage/fancy/cigarettes/case,/obj/item/flame/lighter/random,/obj/structure/table/standard,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "gDl" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/corner/brown/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "gEl" = (/obj/structure/table/steel_reinforced,/obj/item/pen,/obj/item/paper_bin,/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) @@ -2866,26 +2773,20 @@ "gEM" = (/obj/effect/floor_decal/corner/orange/border,/obj/structure/filingcabinet/wallcabinet{pixel_y = -24},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "gFo" = (/obj/effect/floor_decal/corner/orange/border,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "gHa" = (/obj/structure/table/standard,/obj/machinery/photocopier{pixel_y = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) -"gHs" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "gHD" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "gHL" = (/obj/machinery/camera/autoname{dir = 8; network = list("Entrance Zone Network")},/turf/simulated/floor/exoplanet/grass,/area/site53/uhcz/scp1507containment) "gHP" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) "gID" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/lhcz/hczguardgear) "gJN" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) -"gKy" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 0},/obj/structure/window/reinforced{dir = 8},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Southern Window"; name = "ULCZ Checkpoint Southern Window"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/entrance_checkpoint) +"gKy" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "gKM" = (/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "gKT" = (/obj/effect/floor_decal/chapel,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/chapel) "gLL" = (/obj/structure/table/woodentable/mahogany,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/dark,/area/chapel) -"gMl" = (/obj/structure/filingcabinet,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"gNg" = (/obj/structure/railing/mapped,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "gNi" = (/obj/effect/paint_stripe/red,/obj/structure/reagent_dispensers/peppertank,/turf/simulated/wall/titanium,/area/site53/llcz/checkequip) -"gNy" = (/obj/structure/window/reinforced/tinted{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) -"gNK" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "gNW" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "gOf" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Evacuation Bunker Substation"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor,/area/site53/surface/bunker) "gOz" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "gOV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) -"gPs" = (/obj/structure/bed/chair/office/comfy/beige{dir = 4},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "gPM" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "SCP-457"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/uhcz/scp457containment) "gPT" = (/obj/machinery/door/airlock/highsecurity{name = "HCZ 096 Lockdown Control"; req_access = list("ACCESS_SECURITY_LEVEL4")},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "UHCZ Eastern Lockdown"; name = "UHCZ Eastern Lockdown"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/securitypost) "gQl" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/escape) @@ -2914,32 +2815,26 @@ "hat" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "haz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "hbe" = (/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/machinery/camera/autoname{dir = 4; network = list("Engineering Network")},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) -"hbm" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "hbt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "hbx" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "hbV" = (/obj/structure/table/reinforced,/obj/random/clipboard,/obj/effect/floor_decal/carpet/blue2,/obj/effect/floor_decal/spline/fancy/black,/turf/simulated/floor/carpet/blue2,/area/site53/zonecommanderoffice) "hcC" = (/obj/machinery/camera/network/hcz{dir = 4},/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) "hcV" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "hdg" = (/obj/structure/filingcabinet/chestdrawer,/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) -"hdU" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "hed" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/table/rack,/obj/machinery/recharger/wallcharger{dir = 1; pixel_y = -23},/obj/item/storage/firstaid/combat,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "heA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) -"heG" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "hfi" = (/obj/structure/table/standard,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "hgq" = (/obj/structure/reagent_dispensers/water_cooler,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "hgr" = (/obj/structure/closet,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/effect/floor_decal/corner/black/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "hgX" = (/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "hgY" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/hallways) -"hhj" = (/obj/machinery/chemical_dispenser/bar_alc/full,/obj/structure/table/plastic,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "hhA" = (/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"hiu" = (/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "hiR" = (/obj/machinery/light,/obj/structure/sign/scp/safe_scp{pixel_y = -32},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "hkp" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine{department = "SCP-151 Containment Chamber"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "hkq" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/bluegrid,/area/site53/science/aiccore) "hkC" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "hlc" = (/obj/machinery/light{dir = 1},/turf/simulated/open,/area/site53/uhcz/scp106containment) "hld" = (/obj/structure/table/standard,/obj/machinery/button/holosign{id_tag = "evacbunker"; pixel_x = 24},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) -"hlh" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "hls" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "hmB" = (/obj/machinery/door/airlock/science{name = "SCP-247 Staff Training"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "hmF" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) @@ -2947,18 +2842,15 @@ "hnt" = (/obj/machinery/door/airlock/command{name = "Zone Commander's Office"; req_access = list("ACCESS_SECURITY_LEVEL4")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) "hnw" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/bucket,/turf/simulated/floor/tiled/techfloor,/area/site53/lowertrams/restaurantkitchenarea) "hnD" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/site53/uhcz/scp457containment) -"hnN" = (/obj/structure/table/plastic,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/beaker,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "hnU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Workshop"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/primaryhallway) "hoG" = (/obj/effect/floor_decal/corner/blue/border{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) -"hoI" = (/obj/structure/table/woodentable/mahogany,/obj/machinery/microwave,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "hqp" = (/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) -"hqI" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) +"hqI" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "LCZ Checkpoint Windows"; name = "LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "hrk" = (/obj/machinery/camera/autoname{c_tag = "Server Farm Control"; network = list("Engineering Network"); pixel_x = 10},/obj/machinery/atmospherics/unary/freezer{set_temperature = 80; use_power = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmcontrol) "hrv" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark,/area/chapel) "hsl" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) "hsY" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/open,/area/site53/uhcz/scp106containment) "hsZ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) -"htQ" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "htS" = (/obj/structure/table/reinforced,/obj/item/device/camera,/obj/item/device/camera_film,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "huZ" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp2398) "hvl" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose) @@ -2968,7 +2860,6 @@ "hxM" = (/obj/effect/wallframe_spawn/reinforced,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Checkpoint Outer Window East"; name = "UHCZ Checkpoint Outer Window East"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "hyd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "hyk" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"hyr" = (/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "hzp" = (/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) "hzu" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) "hzA" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) @@ -2978,7 +2869,6 @@ "hAL" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/closet/coffin/wooden,/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 1},/turf/simulated/floor/carpet/green,/area/chapel) "hAR" = (/obj/structure/table/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "2427-3 Southern Gate"; name = "2427-3 Southern Gate"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "2427-3 Northern Gate"; name = "2427-3 Northern Gate"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "hBu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/fabricator,/turf/simulated/floor/tiled/monotile,/area/site53/engineering/storage) -"hCd" = (/obj/structure/hygiene/shower,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "hCq" = (/obj/machinery/door/airlock/glass/research{name = "Hallway"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "hCY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "hCZ" = (/obj/effect/floor_decal/chapel,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/chapel) @@ -2988,7 +2878,7 @@ "hDT" = (/obj/machinery/cryopod,/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "hDU" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "096chamberlock2"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "hEa" = (/obj/machinery/power/smes/buildable/max_cap_in_out,/obj/structure/cable/green,/turf/simulated/floor/bluegrid,/area/site53/science/aiccore) -"hEk" = (/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "LCZ Security Office Access Lock"; name = "LCZ Security Office Access Lock"},/obj/machinery/door/airlock/security{name = "LCZ Security Section"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"hEk" = (/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "LCZ Security Office Access Lock"; name = "LCZ Security Office Access Lock"},/obj/machinery/door/airlock/security{name = "LCZ Security Section"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "hFe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/yellow/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "hFj" = (/turf/simulated/floor/exoplanet/grass,/area/site53/uhcz/scp247containment) "hFl" = (/obj/machinery/power/rad_collector{req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile,/area/site53/engineering/auxstorage) @@ -3002,21 +2892,15 @@ "hHD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "hHF" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/item/paper_bin,/turf/simulated/floor/carpet/red,/area/site53/lhcz/hczguardgear) "hIO" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/ulcz/generalpurpose) -"hIZ" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "hJZ" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "hKA" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "hLi" = (/obj/effect/floor_decal/corner/yellow/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) -"hLU" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "hMa" = (/obj/item/storage/fancy/cigarettes,/turf/simulated/floor,/area/space) -"hMF" = (/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "hML" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "hMV" = (/obj/machinery/access_button/airlock_exterior{master_tag = "comms_airlock"; pixel_x = -25; pixel_y = 8},/turf/simulated/floor/tiled/techfloor/grid{temperature = 80},/area/site53/upper_surface/serverfarminterior) -"hNx" = (/obj/structure/curtain/open/bed,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) -"hNz" = (/obj/item/clothing/head/hairflower/blue,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) "hNN" = (/obj/structure/hygiene/toilet{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/surface/bunker) "hOJ" = (/obj/machinery/camera/autoname{dir = 8; network = list("Light Containment Zone Network")},/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "hPu" = (/obj/effect/paint_stripe/red,/obj/machinery/light{dir = 4},/turf/simulated/wall/titanium,/area/site53/uhcz/commanderoffice) -"hPI" = (/obj/machinery/door/airlock/glass{name = "347"},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "hQo" = (/obj/effect/paint_stripe/yellow,/obj/structure/disposalpipe/segment,/turf/simulated/wall/r_wall/prepainted,/area/site53/engineering/maintenance/maintenancetunnel) "hQX" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/plating,/area/site53/uhcz/scp096) "hRE" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/uhcz/hallways) @@ -3033,16 +2917,13 @@ "hUb" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) "hUh" = (/obj/structure/scp_914,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "hUo" = (/obj/structure/table/standard,/obj/machinery/photocopier,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"hUN" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "hUS" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "hVd" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor,/area/site53/science/aicobservation) -"hVJ" = (/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "hWk" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "hWs" = (/obj/structure/closet,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "hWt" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor{name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/window/brigdoor/northright{name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/window/reinforced{dir = 8},/obj/machinery/door/blast/regular{id_tag = "UHCZ Eastern Shutter Window"; name = "UHCZ Eastern Shutter Window"},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "hWS" = (/obj/structure/table/standard,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/item/gun/launcher/grenade,/obj/item/reagent_containers/spray/chemsprayer,/obj/item/reagent_containers/spray/chemsprayer,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "hXN" = (/obj/machinery/camera/network/scp106{name = "SCP-106 Indoor Observation"},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp106containment) -"hYp" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/drinks/bottle/whiskey,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "hZm" = (/obj/structure/bed/chair/office/light{dir = 4; icon_state = "officechair_white_preview"},/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose) "hZq" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) "iaf" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) @@ -3051,19 +2932,15 @@ "ibj" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "ibA" = (/obj/machinery/seed_extractor,/turf/simulated/floor/tiled/techfloor,/area/site53/lowertrams/restaurantkitchenarea) "ibW" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/site53/uhcz/scp457containment) -"icg" = (/obj/item/clothing/head/hairflower,/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) "icl" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/obj/effect/floor_decal/corner/green/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "icS" = (/obj/structure/railing/mapped{dir = 4},/obj/structure/window/reinforced/polarized{dir = 8},/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/grass,/area/chapel) "icU" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/saiga12/rubbershot,/obj/item/ammo_magazine/scp/saiga12/rubbershot,/obj/item/ammo_magazine/scp/saiga12/rubbershot,/obj/item/ammo_magazine/scp/saiga12/rubbershot,/obj/item/ammo_magazine/box/rubbershot,/obj/item/ammo_magazine/box/rubbershot,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "icV" = (/obj/structure/disposalpipe/trunk,/obj/effect/floor_decal/industrial/fire{dir = 10},/obj/structure/disposaloutlet{dir = 4},/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) -"idc" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "idF" = (/obj/structure/closet/radiation,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) -"ieo" = (/obj/machinery/door/airlock/maintenance{name = "kitchen"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "ify" = (/obj/machinery/vending/medical,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "ifY" = (/obj/structure/curtain/black{name = "Confession"},/turf/simulated/floor/wood/mahogany,/area/chapel) "igc" = (/obj/machinery/light/small/red{dir = 8; icon_state = "bulb1"; pixel_x = -11},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "ihv" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"ihw" = (/obj/structure/curtain/open/bed,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "ihM" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/catwalk,/obj/machinery/light/spot,/turf/simulated/open,/area/site53/uhcz/scp106containment) "ihR" = (/obj/structure/closet/secure_closet/guard/zone_commander{req_access = list("ACCESS_SCIENCE_LEVEL2")},/obj/effect/floor_decal/carpet/blue2{dir = 4},/obj/effect/floor_decal/carpet/blue2{dir = 1},/obj/effect/floor_decal/carpet/blue2{dir = 5},/obj/item/gun/projectile/automatic/scp/saiga12/beanbag,/obj/item/ammo_magazine/box/rubbershot,/obj/item/ammo_magazine/box/beanbag,/obj/item/ammo_magazine/box/beanbag,/obj/effect/floor_decal/spline/fancy/black{dir = 5},/obj/item/clothing/under/rank/head_of_security/lcz,/turf/simulated/floor/carpet/blue2,/area/site53/zonecommanderoffice) "iik" = (/obj/effect/catwalk_plated/dark,/obj/structure/morgue{dir = 8},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) @@ -3071,15 +2948,12 @@ "iiS" = (/obj/machinery/door/airlock/science{name = "General Purpose Testing Chamber"; req_access = list("ACCESS_SCIENCE_LEVEL2")},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/generalpurpose2) "ijn" = (/obj/machinery/door/airlock/glass/research{name = "SCP-263 Test"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "ijY" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) -"ikk" = (/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "ikz" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"ikZ" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/structure/flora/pottedplant/deskfern,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "ilx" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/bed,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "ilH" = (/obj/machinery/light,/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/structure/closet/secure_closet/guard/lcz/sergeant,/obj/item/device/radio/headset/headset_sec_lcz,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/tactical,/obj/item/clothing/under/rank/warden/lcz,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/ammo_magazine/box/a57/rubber,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/scp/p90_mag/rubber,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/checkequip) "imN" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"ing" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "ULCZ Checkpoint Lockdown Upper"; name = "ULCZ Checkpoint Lockdown Upper"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) +"ing" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Internal Gate"; name = "LCZ Checkpoint Internal Gate"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "inJ" = (/obj/machinery/camera/network/lcz{dir = 8; name = "General Purpose Testing Laboratory"},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose2) -"inT" = (/obj/structure/table/woodentable/mahogany,/obj/item/flame/candle,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "ioc" = (/obj/machinery/light{dir = 1},/obj/structure/railing/mapped,/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/machinery/flasher{id_tag = "HCZCheckpointflash"; name = "HCZCheckpointflash"},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) "ioi" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "457main"; name = "SCP-457 Main Contaiment Blast Door (!)"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) "ipm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/power/sensor{name_tag = "#PRIMARY POWER GRID#"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/engine_smes) @@ -3088,7 +2962,6 @@ "iqN" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/llcz/scp513) "irA" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "Unused SCP Heavy Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/obj/item/taperoll/engineering/applied,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/uhcz/generalpurpose3) "isA" = (/obj/structure/table/reinforced,/obj/item/storage/mre/menu2,/obj/machinery/camera/network/lcz,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"isC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "iuh" = (/obj/machinery/vending/snack{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "ivM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass/civilian{name = "Serving Room"},/obj/machinery/door/blast/shutters{id_tag = "Serving Room Shutters"; name = "Serving Room Shutters"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) "iwn" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light/small,/turf/simulated/floor,/area/site53/uhcz/hallways) @@ -3096,19 +2969,16 @@ "ixs" = (/obj/machinery/holosign/surgery{dir = 4; id_tag = "evacbunker"},/obj/machinery/door/airlock/medical{name = "Bunker Medical"},/turf/simulated/floor/tiled/monotile,/area/site53/surface/bunker) "ixG" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/open,/area/site53/uhcz/scp106containment) "ixZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) -"iyl" = (/obj/structure/bed{name = "double bed"},/obj/item/bedsheet/hos,/obj/item/toy/plushie/farwa,/mob/living/carbon/human/scp347,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "iyT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/outline{color = "#8daf6a"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp216) "iyY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/civilian{name = "Restaurant Office"},/obj/machinery/door/blast/shutters{id_tag = "Restaurant Office Privacy Shutters"; name = "Restaurant Office Privacy Shutters"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) "izR" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor,/area/site53/uhcz/hallways) "izS" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "iAg" = (/obj/structure/table/woodentable/mahogany,/obj/item/storage/box/matches,/turf/simulated/floor/carpet/green,/area/chapel) -"iAX" = (/obj/structure/closet/crate/freezer/meat,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/obj/item/reagent_containers/food/snacks/meat/syntiflesh,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "iBn" = (/obj/effect/floor_decal/industrial/hatch/orange,/turf/simulated/floor/reinforced,/area/site53/llcz/scp263research) "iBp" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/chapel) "iBZ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/exoplanet/snow,/area/site53/engineering/primaryhallway) "iCc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/science{name = "General Storage"; req_access = list("ACCESS_SCIENCE_LEVEL3")},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/genstorage1) -"iCg" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "ULCZ South Gate"; name = "ULCZ South Gate"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) -"iCF" = (/obj/structure/table/plastic,/obj/machinery/button/blast_door{id_tag = "Humo_lock"; name = "Lockdown"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2")); pixel_y = -2},/obj/machinery/light{dir = 8},/obj/machinery/button/blast_door{id_tag = "ProcedureroomLock"; name = "Procedure room Lockdown"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2")); pixel_y = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"iCg" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/item/stamp/ce{name = "LCZ Security Stamp"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "iCX" = (/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "iDm" = (/obj/effect/floor_decal/corner/orange/border{dir = 5},/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "iDx" = (/obj/effect/floor_decal/carpet/green,/obj/machinery/light,/turf/simulated/floor/carpet/green,/area/chapel) @@ -3121,16 +2991,13 @@ "iIJ" = (/obj/structure/table/reinforced,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp263) "iIU" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/catwalk,/obj/machinery/light{dir = 1},/turf/simulated/open,/area/site53/uhcz/scp106containment) "iJi" = (/obj/machinery/power/smes/buildable/max_cap_in_out,/obj/structure/cable/green,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/bluegrid,/area/site53/science/aiccore) -"iJy" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "iJC" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp1507containment) "iJS" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red/mono,/obj/machinery/button/blast_door{dir = 1; id_tag = "1gate"; name = "First Gate"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "iJY" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "iKH" = (/obj/machinery/camera/autoname{name = "SCP-247 Containment"},/turf/simulated/floor/exoplanet/grass,/area/site53/uhcz/scp247containment) "iKX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106containment) "iMh" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"iNh" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "iNV" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) -"iOy" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "iOz" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/atmos) "iOH" = (/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "iOX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) @@ -3140,19 +3007,16 @@ "iPU" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/chapel) "iQI" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/closet/secure_closet/guard/lethalshotgunammunitionbuckshot,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "iQZ" = (/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 4},/turf/simulated/floor/carpet/green,/area/chapel) -"iRf" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "iRi" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/effect/floor_decal/corner/orange/border,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "iRn" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/bluegrid,/area/site53/science/aiccore) "iRo" = (/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 9},/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 5},/turf/simulated/floor/carpet/green,/area/chapel) -"iRt" = (/obj/machinery/door/airlock/glass/security{name = "ULCZ Checkpoint Interior"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Office Access N"; name = "ULCZ Checkpoint Office Access N"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/entrance_checkpoint) +"iRt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "iRz" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/machinery/button/blast_door{id_tag = "UHCZ Western Shutter Window"; name = "UHCZ Western Shutter Window"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "iRC" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/r_wall/prepainted,/area/site53/llcz/scp513) -"iRY" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "iTk" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/power/apc/hyper{dir = 1},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "iTp" = (/obj/machinery/vending/security{req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"iUu" = (/obj/structure/railing/mapped{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "iUJ" = (/obj/structure/closet/crate/bin,/obj/effect/floor_decal/corner/red/mono,/obj/machinery/camera/network/hcz,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) -"iVH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"iVH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "iVM" = (/obj/effect/paint_stripe/yellow,/obj/effect/paint_stripe/yellow,/turf/simulated/wall/prepainted,/area/site53/lowertrams/hczmaint) "iWc" = (/obj/machinery/door/airlock/glass/civilian{name = "Chapel"; req_access = list("ACCESS_CHAPEL_STORAGE")},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/wood/mahogany,/area/chapel) "iWp" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) @@ -3169,23 +3033,17 @@ "jbo" = (/obj/machinery/camera/network/lcz,/obj/structure/closet{name = "Confiscated items"},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "jbv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{name = "Evacuation Bunker"},/turf/simulated/floor/tiled/monotile,/area/site53/surface/bunker) "jbZ" = (/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"jdo" = (/obj/machinery/hologram/holopad,/obj/machinery/camera/network/scp343{dir = 8; name = "scp347"; network = list("SCP-347 CCTV Network")},/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "jdL" = (/obj/effect/landmark/start{name = "HCZ Guard"},/obj/structure/bed/chair/office/comfy,/turf/simulated/floor/carpet/red,/area/site53/lhcz/hczguardgear) "jec" = (/obj/structure/scp216,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/scp216) -"jee" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "jek" = (/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "jeD" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "jfh" = (/obj/structure/hygiene/sink/kitchen{dir = 8; name = "surgery sink"; pixel_x = 21},/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) -"jfv" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "jfF" = (/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) "jgH" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp216) "jgJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/computer/power_monitor{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/engine_smes) "jhj" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"; pixel_y = 1},/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "jhy" = (/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 9},/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/green,/area/chapel) "jkl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) -"jkJ" = (/obj/structure/table/plastic,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) -"jkQ" = (/obj/machinery/vending/mredispenser,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) -"jlN" = (/obj/structure/hygiene/drain/bath,/obj/machinery/light{dir = 1},/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) "jma" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "jmg" = (/obj/machinery/r_n_d/server/core,/turf/simulated/floor/greengrid,/area/site53/science/aiccore) "jmQ" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp999) @@ -3199,24 +3057,22 @@ "jpc" = (/obj/effect/floor_decal/corner/yellow/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "jpY" = (/obj/machinery/door/airlock/civilian{id_tag = "evactoilet2"},/turf/simulated/floor/tiled/monotile,/area/site53/surface/bunker) "jqy" = (/obj/structure/lattice,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4},/turf/simulated/open,/area/site53/uhcz/scp106containment) +"jrc" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/brown/border{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "jrC" = (/turf/simulated/open,/area/site53/lowertrams/hub) "jsp" = (/obj/machinery/door/airlock/science{name = "SCP-529"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp500{requires_power = 0}) "jsN" = (/obj/effect/floor_decal/corner/red/mono,/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/button/blast_door{dir = 1; id_tag = "1gate"; name = "First Gate"; pixel_y = -25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "jte" = (/obj/structure/closet/bombcloset,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "jtk" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/surface/explorers/surrounding) "jud" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/sunnybush,/obj/structure/window/reinforced,/obj/machinery/light{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/grass,/area/site53/science/aicobservation) -"juH" = (/obj/structure/flora/pottedplant/deskfern{pixel_x = 3},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "jvA" = (/obj/machinery/light/small,/obj/structure/table/steel,/obj/structure/catwalk,/obj/machinery/photocopier,/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "jvV" = (/obj/structure/flora/pottedplant/floorleaf,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "jvZ" = (/obj/structure/table/woodentable/mahogany,/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/wood/mahogany,/area/chapel) "jwV" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/uhcz/hallways) "jwX" = (/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 6},/turf/simulated/floor/carpet/green,/area/chapel) "jxJ" = (/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/under/scp/dclass,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/handcuffs,/obj/structure/closet{name = "D-Class Prep"},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) -"jxY" = (/obj/structure/bed/chair{dir = 1; pixel_y = 13},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"jxY" = (/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) "jye" = (/obj/effect/floor_decal/corner/red/mono,/obj/machinery/button/blast_door{id_tag = "contlockdown"; name = "Containment Full Lockdown button"; pixel_y = 24},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) -"jyj" = (/obj/structure/flora/pottedplant/deskfern,/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "jyO" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) -"jzT" = (/obj/machinery/light,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "jAF" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) "jBd" = (/obj/effect/floor_decal/chapel,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/turf/simulated/floor/tiled/dark,/area/chapel) "jBr" = (/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) @@ -3230,6 +3086,7 @@ "jEt" = (/obj/machinery/door/airlock/security{name = "LCZ Security Section"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "jFe" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "jFz" = (/obj/structure/table/standard,/obj/item/device/taperecorder,/obj/item/device/tape/random,/obj/item/device/tape/random,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) +"jFJ" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint Windows"; name = "LCZ Checkpoint Windows"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = -5; pixel_y = -2},/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint Upper"; name = "LCZ Checkpoint Upper"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = -5; pixel_y = 8},/obj/machinery/button/blast_door{id_tag = "LCZ Checkpoint Lower"; name = "LCZ Checkpoint Lower"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = 5; pixel_y = 8},/obj/machinery/button/blast_door{id_tag = "LCZ Lockdown"; name = "LCZ Lockdown"; req_access = list("ACCESS_SECURITY_LEVEL2"); pixel_x = 5; pixel_y = -2},/obj/item/reagent_containers/food/drinks/glass2/coffeecup/metal{name = "LCZ favourite mug"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "jFN" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/camera/network/lcz,/obj/machinery/papershredder,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "jGl" = (/obj/effect/floor_decal/corner/red/border,/obj/structure/bed/chair/padded/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "jGW" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/machinery/door/airlock/multi_tile,/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) @@ -3240,15 +3097,10 @@ "jIV" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmcontrol) "jJj" = (/obj/structure/cable/green,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "jJn" = (/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/generalpurpose3) -"jKc" = (/obj/machinery/door/airlock/glass{name = "527"},/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "jKi" = (/obj/effect/paint_stripe/gray,/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/wall/prepainted,/area/site53/ulcz/office) -"jKR" = (/obj/machinery/microwave,/obj/structure/table/plastic,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "jLw" = (/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/ulcz/hallways) -"jML" = (/obj/effect/floor_decal/corner/red/border,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"jMX" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/drinks/bottle/vodka,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "jNc" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair,/obj/machinery/light{dir = 1},/obj/structure/sign/dontlook{pixel_y = 32},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) -"jOb" = (/obj/machinery/door/airlock/external/glass/bolted{id_tag = "Humagateway1"; name = "internal door"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"jOf" = (/obj/effect/floor_decal/corner/brown/border{dir = 6},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) +"jOf" = (/obj/effect/floor_decal/corner/brown/border{dir = 6},/obj/machinery/light,/obj/structure/table/standard,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "jOV" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "jPr" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/exoplanet/barren,/area/site53/uhcz/scp247containment) "jPw" = (/obj/machinery/camera/network/lcz{dir = 8; pixel_y = 6},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) @@ -3272,7 +3124,6 @@ "kaF" = (/obj/effect/floor_decal/corner/green/border,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "kaH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/sign/warning/secure_area{dir = 1; pixel_y = -35},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106containment) "kaT" = (/obj/structure/sign/scp/safe_scp{pixel_x = 32},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) -"kbO" = (/obj/effect/paint_stripe/yellow,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) "kcU" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/yellow/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "kcV" = (/obj/structure/bed/chair,/obj/effect/landmark/start{name = "Bartender"},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "kdH" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Isocell 3"; name = "UHCZ Isocell 3"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/securitypost) @@ -3280,18 +3131,15 @@ "kem" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/engine_smes) "keu" = (/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "keI" = (/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/ulcz/maintenance) -"kgE" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"kgE" = (/obj/machinery/camera/network/lcz,/obj/effect/floor_decal/corner/brown/border{dir = 1},/obj/structure/bed/chair/padded/black,/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) "kgM" = (/obj/structure/mopbucket,/obj/item/mop,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "kgR" = (/obj/structure/table/woodentable/walnut,/obj/machinery/button/blast_door{dir = 1; id_tag = "Restaurant Office Privacy Shutters"; name = "Restaurant Office Privacy Shutters"; pixel_y = -21},/obj/machinery/button/blast_door{dir = 1; id_tag = "Serving Room Shutters"; name = "Serving Room Shutters"; pixel_x = -11; pixel_y = -21},/obj/machinery/button/blast_door{dir = 1; id_tag = "Surface Restaurant Access Shutters"; name = "Surface Restaurant Access Shutters"; pixel_x = 11; pixel_y = -21},/obj/machinery/button/blast_door{dir = 1; id_tag = "Surface Restaurant Shutters"; name = "Surface Restaurant Shutters"; pixel_x = 11; pixel_y = -30},/obj/item/boombox,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"khQ" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "khX" = (/obj/machinery/door/blast/shutters{dir = 8; id_tag = "Surface Restaurant Access Shutters"; name = "Surface Restaurant Access Shutters"},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "kiJ" = (/obj/structure/table/reinforced,/obj/item/storage/box/handcuffs,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "kiO" = (/obj/item/device/flashlight/lamp,/obj/machinery/alarm{dir = 4; pixel_x = -23},/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/black/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "kjv" = (/mob/living/simple_animal/hostile/scp247{dir = 4},/turf/simulated/floor/exoplanet/grass,/area/site53/uhcz/scp247containment) -"kkD" = (/obj/structure/table/woodentable/mahogany,/obj/item/device/flashlight/lamp/green,/obj/item/clothing/head/kitty,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "kkM" = (/obj/effect/floor_decal/carpet/green{dir = 8},/turf/simulated/floor/carpet/green,/area/chapel) "klo" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) -"kls" = (/obj/machinery/cooker/candy,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "klJ" = (/obj/machinery/door/airlock/security{name = "HCZ Sergeant Equipment"; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/simulated/floor/tiled/dark/small,/area/site53/lhcz/hczguardgear) "klT" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/zonecommanderoffice) "kmK" = (/obj/structure/table/standard,/obj/machinery/camera/autoname{network = list("Heavy Containment Zone Network")},/obj/machinery/cell_charger,/obj/item/screwdriver,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) @@ -3303,13 +3151,11 @@ "koR" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/scp216) "koS" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/obj/machinery/camera/network/scp106{dir = 4; name = "SCP-106 Outdoor Observation Catwalk West"},/turf/simulated/open,/area/site53/uhcz/scp106containment) "koX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc/hyper{dir = 1},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/maintenancetunnel) -"kqz" = (/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "kqN" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/machinery/vending/medical{dir = 8; req_access = list()},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/hczguardgear) "kqX" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/uhcz/hallways) "krd" = (/obj/machinery/light,/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "kri" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "kry" = (/obj/machinery/camera/network/hcz,/obj/effect/floor_decal/corner/red/bordercee,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"krP" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/railing/mapped{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "ksL" = (/obj/structure/table/standard,/obj/machinery/button/femur_breaker{pixel_y = -1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "ktF" = (/obj/effect/floor_decal/chapel{dir = 4},/turf/simulated/floor/tiled/dark,/area/chapel) "ktI" = (/obj/machinery/door/airlock/science{name = "SCP-247 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) @@ -3327,9 +3173,8 @@ "kyV" = (/obj/item/clothing/gloves/thick/botany,/obj/item/material/hatchet,/obj/item/material/minihoe,/obj/item/clothing/mask/bandana/botany,/obj/item/clothing/under/rank/hydroponics,/obj/item/storage/backpack/hydroponics,/obj/structure/closet/secure_closet/hydroponics_torch,/turf/simulated/floor/tiled/techfloor,/area/site53/lowertrams/restaurantkitchenarea) "kzW" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "kAm" = (/obj/machinery/camera/autoname{dir = 8; network = list("Engineering Network")},/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/engineering/primaryhallway) -"kAB" = (/obj/item/material/cross/gold{anchored = 1},/turf/simulated/floor/carpet,/area/site53/ulcz/humanoidcontainment) "kAL" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) -"kAV" = (/obj/effect/floor_decal/corner/red/bordercee{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"kAV" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "kBD" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/machinery/camera/network/entrance,/turf/simulated/floor/tiled/freezer,/area/site53/lowertrams/restaurantkitchenarea) "kBS" = (/obj/structure/sign/directions/ez{dir = 4; pixel_y = 30},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "kCa" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) @@ -3340,7 +3185,6 @@ "kDD" = (/obj/machinery/hologram/holopad/longrange{name = "AIC holopad"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) "kDL" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/machinery/vending/medical{dir = 8; req_access = list()},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "kEw" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/techmaint,/area/site53/surface/bunker) -"kEI" = (/obj/structure/window/reinforced/tinted{dir = 8},/obj/structure/window/reinforced/tinted,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "kEU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) "kEZ" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) "kFd" = (/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/plastic/fifty,/obj/item/stack/material/titanium/fifty,/obj/structure/table/rack,/turf/simulated/floor/tiled/techfloor,/area/site53/llcz/entrance_checkpoint) @@ -3371,11 +3215,10 @@ "kSP" = (/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 1},/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "kUj" = (/obj/machinery/camera/network/hcz{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) "kUs" = (/obj/machinery/camera/network/lcz{c_tag = "SCP 216"; dir = 8; name = "SCP 216"},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/scp216) -"kVb" = (/obj/structure/table/standard,/obj/machinery/computer/guestpass{pixel_y = 28},/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ Checkpoint Office Access S"; name = "ULCZ Checkpoint Office Access S"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ Checkpoint Office Access N"; name = "ULCZ Checkpoint Office Access N"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/light{dir = 8},/obj/machinery/button/blast_door{dir = 4; id_tag = "LCZ Security Office Access Lock"; name = "LCZ Security Office Access Lock"; pixel_x = -22; req_access = list("ACCESS_SECURITY_LEVEL4")},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/entrance_checkpoint) +"kVb" = (/obj/machinery/computer/guestpass{pixel_y = 28},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "kVA" = (/obj/structure/bed/chair,/obj/machinery/light/small{dir = 8},/obj/item/device/radio/intercom/locked/confessional{pixel_y = 25},/turf/simulated/floor/tiled/dark,/area/chapel) "kVF" = (/obj/effect/floor_decal/corner/red/border,/obj/machinery/light,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "kVZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/llcz/checkequip) -"kWi" = (/obj/structure/bed/chair/armchair/black,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "kWW" = (/turf/simulated/floor/tiled/dark,/area/site53/uhcz/hallways) "kXd" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "laQ" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) @@ -3388,14 +3231,12 @@ "ldd" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/machinery/vending/cola,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "ldn" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "SCP-247 Observation"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "ldL" = (/obj/machinery/door/blast/regular/open{id_tag = "1507containment"; icon_state = "pdoor0"},/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/uhcz/scp1507containment) -"ldX" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"ldX" = (/obj/effect/catwalk_plated/white,/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor,/area/site53/ulcz/hallways) "lef" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/camera/network/entrance{dir = 8},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "leK" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) -"lfb" = (/obj/item/clothing/head/hairflower/blue,/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) "lfB" = (/obj/structure/table/standard,/obj/item/device/megaphone,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "lfL" = (/obj/structure/table/woodentable/walnut,/obj/machinery/photocopier{pixel_y = 4},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "lfX" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 9},/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/controlroom) -"lga" = (/obj/structure/table/woodentable/mahogany,/obj/item/modular_computer/laptop{name = "TV"},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "lgn" = (/obj/machinery/recharger/wallcharger{pixel_y = 23},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "lgp" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "lgE" = (/obj/effect/floor_decal/industrial/loading{dir = 1; name = "Entry Line"},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) @@ -3403,13 +3244,11 @@ "lhJ" = (/obj/structure/table/woodentable/mahogany,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 9},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/item/device/flashlight/lamp/green,/turf/simulated/floor/carpet/green,/area/chapel) "liT" = (/turf/simulated/floor/greengrid,/area/site53/science/aiccore) "liU" = (/obj/structure/filingcabinet,/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) -"ljb" = (/obj/item/reagent_containers/food/drinks/teapot,/obj/structure/table/woodentable/mahogany,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "ljc" = (/obj/effect/floor_decal/industrial/fire{dir = 8},/obj/structure/table/woodentable,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) "lkh" = (/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) -"lkI" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"lkI" = (/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "lmp" = (/obj/structure/table/rack,/obj/item/gun/projectile/dartgun,/obj/item/ammo_magazine/chemdart,/obj/item/ammo_magazine/chemdart,/turf/simulated/floor/tiled,/area/site53/uhcz/scp247observation) "lnf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) -"lon" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "los" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) "lsq" = (/obj/structure/table/standard,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/machinery/light/small/red{dir = 8; icon_state = "bulb1"; pixel_x = -11},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "ltl" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmcontrol) @@ -3419,7 +3258,6 @@ "lui" = (/obj/machinery/door/airlock/civilian{name = "Evacuation Bunker Storage Compartment"},/turf/simulated/floor/tiled/monotile,/area/site53/surface/bunker) "lus" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "luD" = (/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) -"lvb" = (/obj/machinery/light{dir = 1},/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "lvf" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "lvk" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/closet/coffin/wooden,/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/green,/area/chapel) "lvx" = (/obj/machinery/gibber{emagged = 1},/obj/effect/decal/cleanable/blood,/turf/simulated/floor/tiled/freezer,/area/site53/lowertrams/restaurantkitchenarea) @@ -3438,20 +3276,17 @@ "lDl" = (/obj/machinery/vitals_monitor,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "lDv" = (/obj/effect/landmark/start{name = "AI"},/obj/machinery/camera/motion{c_tag = "AIC Core"; network = list("Entrance Zone Network")},/turf/simulated/floor/greengrid,/area/site53/science/aiccore) "lDB" = (/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp247observation) -"lEX" = (/obj/structure/bed/padded,/obj/item/bedsheet/brown,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "lFb" = (/obj/effect/floor_decal/corner/blue/border{dir = 5},/obj/structure/filingcabinet,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) "lFx" = (/obj/effect/paint_stripe/yellow,/obj/machinery/button/blast_door{id_tag = "fusion_observation2"; name = "Observation Blast Door button"},/turf/simulated/wall/r_wall/prepainted,/area/vacant/prototype/control) "lFN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/hallways) "lGu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/autoname{dir = 1; network = list("Engineering Network")},/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 4},/turf/simulated/floor/tiled/dark,/area/vacant/prototype/control) "lGJ" = (/obj/machinery/camera/network/lcz{name = "SCP-131"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp131) "lGM" = (/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/surface/bunker) -"lHe" = (/obj/machinery/smartfridge/foods,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "lHu" = (/obj/structure/table/standard,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/device/scanner/health,/obj/item/device/scanner/health,/obj/item/device/scanner/health,/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/red,/area/site53/lhcz/hczguardgear) "lKj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/site53/engineering/atmos) -"lKF" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 8},/obj/machinery/light{dir = 4},/obj/structure/railing/mapped,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/site53/llcz/entrance_checkpoint) +"lKF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "lLr" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/dark,/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor/plating,/area/site53/uhcz/hallways) "lLM" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/chapel) -"lLS" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "lMj" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor/northright{dir = 4; name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/window/brigdoor/northright{dir = 8; name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 0},/obj/machinery/door/blast/regular{id_tag = "UHCZ Eastern Shutter Window (Side)"; name = "UHCZ Eastern Shutter Window (Side)"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "lMF" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor,/area/site53/ulcz/scp2427_3) "lNf" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) @@ -3459,8 +3294,6 @@ "lNK" = (/obj/item/stool/padded,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "lOh" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/machinery/vending/snack,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "lOF" = (/obj/structure/bed/chair{dir = 4; pixel_x = 7},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"lOG" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"lOO" = (/obj/structure/table/plastic,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "lPe" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/chemical_dispenser/bar_soft/full{pixel_y = 7},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) "lPf" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/catwalk,/obj/machinery/conveyor_switch{id = "trashtocargo"; id_tag = "trashtocargo"},/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "lPo" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor,/area/site53/ulcz/generalpurpose) @@ -3472,17 +3305,14 @@ "lQJ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) "lQU" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/structure/sign/directions/ez{dir = 1; pixel_y = 30},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) "lQX" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) -"lRm" = (/obj/machinery/reagentgrinder,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "lRQ" = (/obj/effect/floor_decal/corner/yellow/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) -"lSJ" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "lSO" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"; id_tag = "englock"},/obj/machinery/door/airlock/engineering{name = "Engineering"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "lTe" = (/obj/machinery/atmospherics/binary/pump/on{dir = 1},/obj/effect/catwalk_plated/dark,/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmcontrol) "lTp" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) -"lTq" = (/obj/effect/floor_decal/corner/red/border,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"lTq" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Lower"; name = "LCZ Checkpoint Lower"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "lTG" = (/obj/machinery/door/airlock/highsecurity/bolted{req_access = list("ACCESS_SCIENCE_LEVEL5","ACCESS_ADMIN_LEVEL4")},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) "lTO" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/carpet/red,/area/site53/uhcz/commanderoffice) "lUd" = (/obj/structure/closet/wardrobe/suit,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"lUD" = (/obj/structure/railing/mapped{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "lUF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "lVz" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp096) "lWh" = (/obj/structure/table/standard,/obj/item/boombox,/obj/item/device/megaphone,/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) @@ -3495,7 +3325,6 @@ "maA" = (/obj/effect/floor_decal/corner/red/mono,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "mbs" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/controlroom) "mcr" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-1507 Containment Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/uhcz/scp1507containment) -"mcz" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "mdA" = (/obj/machinery/computer/cryopod/robot{pixel_y = 31},/obj/effect/decal/cleanable/blood/drip,/obj/item/paper/crumpled/bloody{info = "I'm giving up on trying to repair this thing. I damn near severed my finger trying to repair it. We used to use this thing to train the security and logistics teams on exosuit use, although before it broke down we used it for lugging around heavy objects. I've done some of the work, but more needs to be done."},/turf/simulated/floor/reinforced,/area/site53/reswing/robotics) "mdR" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/closet/coffin/wooden,/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/carpet/green,/area/chapel) "mfw" = (/obj/structure/table/standard,/obj/item/storage/box/donut,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) @@ -3510,23 +3339,19 @@ "mhW" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "mig" = (/obj/effect/floor_decal/carpet/green{dir = 1},/obj/structure/closet/wardrobe/chaplain_black,/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/green,/area/chapel) "mij" = (/obj/structure/table/standard,/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) -"mim" = (/obj/structure/table/plastic,/obj/item/cell/hyper,/obj/item/cell/hyper,/obj/item/cell/hyper,/obj/item/cell/hyper,/obj/item/cell/hyper,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "mjg" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/uhcz/hallways) "mjk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/orange/border{dir = 1},/obj/machinery/camera/network/entrance,/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "mjK" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose) -"mjN" = (/obj/machinery/door/airlock/maintenance{name = "bar"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "mkm" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "mkF" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "mkS" = (/obj/structure/table/standard,/obj/item/storage/mre/random,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "mlt" = (/obj/machinery/r_n_d/server,/obj/machinery/camera/motion{c_tag = "AIC Observation 4"; dir = 8; network = list("Entrance Zone Network")},/turf/simulated/floor/bluegrid,/area/site53/science/aiccore) -"mmw" = (/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "mmM" = (/obj/machinery/vending/cola,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "mmX" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1; icon_state = "warningcorner"},/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) "mnh" = (/obj/effect/floor_decal/corner/red/bordercee{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "mnv" = (/turf/simulated/floor/plating,/area/site53/uhcz/scp1507observation) "mom" = (/obj/machinery/vending/cola{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "mou" = (/obj/effect/catwalk_plated/dark,/obj/machinery/camera/network/hcz{dir = 8; name = "SCP-2427-3"},/turf/simulated/floor/plating,/area/site53/uhcz/hallways) -"mov" = (/obj/structure/table/woodentable/mahogany,/obj/item/reagent_containers/food/drinks/small_milk{name = "CUM packet"},/obj/item/reagent_containers/glass/beaker,/obj/item/toy/figure/chaplain,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "moM" = (/obj/machinery/camera/network/lcz{dir = 1},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "moW" = (/obj/effect/floor_decal/corner/blue/border{dir = 9},/obj/structure/table/standard,/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/red,/area/site53/uhcz/commanderoffice) "mpo" = (/obj/structure/closet/l3closet/general,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) @@ -3535,11 +3360,9 @@ "mpT" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/ulcz/scp914) "mqI" = (/obj/structure/bed/chair/office{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "mqY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/reinforced,/area/site53/surface/explorers/surrounding) -"mrs" = (/obj/structure/table/woodentable/mahogany,/obj/item/device/radio/phone{anchored = 1},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "mrP" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp457containment) "mtc" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "mtl" = (/obj/structure/flora/pottedplant/flower,/obj/effect/floor_decal/corner/yellow/half{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/engineering/bathrooms) -"muh" = (/obj/machinery/door/airlock/external/glass/bolted{id_tag = "Humagateway2"; name = "internal door"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "mur" = (/obj/machinery/camera/autoname{dir = 1; network = list("Engineering Network")},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/upperselfdestruct) "muz" = (/obj/machinery/door/airlock/security{name = "Armoury (Non Lethal)"; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/simulated/floor/tiled/dark/small,/area/site53/lhcz/hczguardgear) "muU" = (/obj/machinery/vending/hydroseeds/generic{dir = 4},/obj/machinery/camera/network/entrance{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/lowertrams/restaurantkitchenarea) @@ -3547,7 +3370,6 @@ "mvF" = (/obj/machinery/door/firedoor,/obj/structure/table/reinforced,/obj/item/material/ashtray/glass,/obj/machinery/door/blast/shutters{id_tag = "Serving Room Shutters"; name = "Serving Room Shutters"},/turf/simulated/floor/tiled,/area/site53/lowertrams/restaurantkitchenarea) "mvI" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/tiled/monotile,/area/site53/engineering/atmos) "mvM" = (/obj/machinery/light,/turf/simulated/floor,/area/site53/surface/bunker) -"mvQ" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "mvZ" = (/obj/machinery/light{dir = 4},/obj/structure/table/standard,/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/controlroom) "mwm" = (/obj/effect/floor_decal/industrial/fire{dir = 4},/obj/structure/sign/warning/nosmoking_2{pixel_x = 30},/obj/machinery/camera/network/hcz{dir = 8; name = "SCP-2427-3"},/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) "mwz" = (/mob/living/simple_animal/hostile/retaliate/scp1507,/turf/simulated/floor/exoplanet/grass,/area/site53/uhcz/scp1507containment) @@ -3561,14 +3383,12 @@ "mBn" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor,/area/site53/ulcz/scp2427_3) "mBo" = (/obj/machinery/photocopier/faxmachine{department = "LCZ Security Center"; send_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/table/reinforced,/obj/structure/noticeboard{pixel_y = 28},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "mBw" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/item/stamp/cmo{name = "HCZ Entry Checkpoint Stamp"},/obj/item/paper_bin,/obj/item/pen,/obj/item/paper/sec_ctp,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Booth Window 1"; name = "UHCZ Booth Window 1"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"mBA" = (/obj/effect/floor_decal/corner/red/bordercee{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"mBA" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "LCZ Checkpoint Windows"; name = "LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "mCm" = (/obj/machinery/photocopier/faxmachine{department = "General Purpose Chamber"; send_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/black/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "mCL" = (/obj/machinery/door/airlock/science{name = "SCP-078"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/scp078) -"mCP" = (/obj/structure/closet,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "mDz" = (/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) -"mDJ" = (/obj/machinery/power/apc/super{dir = 1},/obj/effect/floor_decal/corner/red/mono,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "mDU" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp106containment) -"mEc" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor{name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northright{name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Southern Window"; name = "ULCZ Checkpoint Southern Window"},/turf/simulated/floor,/area/site53/llcz/entrance_checkpoint) +"mEc" = (/obj/effect/floor_decal/corner/brown/border{dir = 6},/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "mEC" = (/obj/item/modular_computer/console/preset/cardslot/command_sec{dir = 4},/obj/machinery/camera/network/entrance{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/surface/bunker) "mEO" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/hallways) "mEV" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp1507containment) @@ -3581,10 +3401,9 @@ "mJW" = (/obj/effect/paint/silver,/obj/effect/paint_stripe/yellow,/turf/simulated/wall/r_wall/prepainted,/area/site53/lowertrams/hub) "mKi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "mLm" = (/obj/structure/flora/pottedplant/smalltree,/obj/effect/floor_decal/corner/brown/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) -"mLp" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "mLD" = (/obj/effect/floor_decal/industrial/fire{dir = 8},/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) "mMC" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/scp500{requires_power = 0}) -"mNl" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"mNl" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "mNs" = (/obj/structure/reagent_dispensers/water_cooler{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "mNx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/wood/mahogany,/area/chapel) "mNN" = (/obj/structure/closet,/obj/item/reagent_containers/food/snacks/cheesiehonkers,/obj/item/reagent_containers/food/snacks/liquidfood,/obj/item/reagent_containers/food/snacks/old/hotdog,/obj/machinery/light,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) @@ -3593,13 +3412,11 @@ "mPb" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "mPf" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/sign/warning/secure_area{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106containment) "mPA" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/catwalk,/obj/structure/sign/warning/radioactive{dir = 1; pixel_y = -32},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/site53/engineering/primaryhallway) -"mPG" = (/obj/structure/bed/chair/office/comfy/black{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "mQq" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/airlock/highsecurity{id_tag = "scp96chamber"; name = "SCP-096"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "096chamberlock"; name = "Emergency Blast Door"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "mQO" = (/obj/structure/table/standard,/obj/item/roller,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "mQY" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/wood/mahogany,/area/chapel) "mRy" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "mRT" = (/obj/machinery/door/airlock/civilian{name = "Janitorial Closet"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) -"mSx" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "mSX" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/catwalk,/turf/simulated/open,/area/site53/uhcz/scp106containment) "mTN" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/chapel) "mTV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmtunnel) @@ -3608,19 +3425,16 @@ "mVy" = (/obj/machinery/implantchair{desc = "A machine that was once, long ago, used to implant Foundation Employees with Mind Control Chips. Decommissioned shortly after use due to ethical concerns."},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) "mVQ" = (/obj/structure/table/standard,/obj/item/stock_parts/manipulator/pico,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "mVY" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/chapel) -"mXc" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "ULCZ Checkpoint Lockdown Upper"; name = "ULCZ Checkpoint Lockdown Upper"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) +"mXc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Internal Gate"; name = "LCZ Checkpoint Internal Gate"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "mXl" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/red/mono,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "mXo" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/uhcz/generalpurpose3) "mXv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmtunnel) "mXU" = (/obj/structure/table/standard,/obj/item/stock_parts/circuitboard/pacman,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "mYw" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/corner/green/mono,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "mYx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"mZS" = (/obj/machinery/reagentgrinder/juicer,/obj/structure/table/plastic,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "nan" = (/obj/structure/table/standard,/obj/item/storage/wallet/random,/obj/item/lipstick/random,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"nbD" = (/obj/item/modular_computer/console/preset/library,/obj/machinery/camera/network/hcz{name = "HCZ Security Post"},/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "nbE" = (/obj/structure/table/standard,/obj/item/deck/cards,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "nbP" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/site53/uhcz/scp247observation) -"ndr" = (/obj/machinery/cooker/fryer,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "ndt" = (/obj/effect/floor_decal/corner/orange/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "ndv" = (/obj/machinery/light{dir = 1},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp216) "ndY" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) @@ -3633,7 +3447,6 @@ "ngO" = (/obj/effect/floor_decal/corner/green/border{dir = 10},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "nhI" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "nhM" = (/obj/structure/stairs/east,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"niD" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "niH" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/site53/uhcz/scp247observation) "niQ" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/turf/simulated/open,/area/site53/uhcz/scp106containment) "njj" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/engineering/atmos) @@ -3648,8 +3461,6 @@ "noA" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "npa" = (/obj/machinery/light{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/engineering/primaryhallway) "npb" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"npw" = (/obj/machinery/light,/obj/effect/floor_decal/corner/brown/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"npJ" = (/obj/effect/paint_stripe/red,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) "nqc" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/uhcz/scp457containment) "nqf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/orange/border{dir = 1},/obj/machinery/light/small/red{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "nrM" = (/obj/item/modular_computer/console/preset/aislot/research{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) @@ -3658,7 +3469,6 @@ "nss" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/plating,/area/site53/llcz/scp513) "nsF" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp263) "nsM" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/grass,/area/site53/science/aicobservation) -"nsU" = (/obj/structure/bed/chair/padded/black,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "ntc" = (/obj/machinery/door/airlock/glass/research{name = "SCP-513"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/scp513) "ntR" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Checkpoint Outer Window West"; name = "UHCZ Checkpoint Outer Window West"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "nvb" = (/obj/machinery/robotics_fabricator{req_access = list()},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) @@ -3675,7 +3485,7 @@ "nzv" = (/obj/structure/bed/chair/office{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "nAb" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) "nAG" = (/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/surface/bunker) -"nBb" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"nBb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) "nBD" = (/obj/machinery/light{dir = 4},/obj/structure/hygiene/sink{dir = 4; pixel_x = 10},/obj/item/storage/mirror{pixel_x = 25},/obj/effect/floor_decal/corner/yellow/half{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/engineering/bathrooms) "nBV" = (/obj/machinery/light{dir = 1},/obj/item/reagent_containers/glass/beaker/bowl{name = "food bowl"},/turf/simulated/floor/carpet/brown,/area/site53/llcz/scp500{requires_power = 0}) "nCF" = (/obj/structure/table/steel,/obj/item/crowbar/emergency_forcing_tool,/obj/structure/window/reinforced,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) @@ -3684,7 +3494,7 @@ "nCX" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/wood/mahogany,/area/chapel) "nDg" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "nDL" = (/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) -"nFS" = (/obj/structure/table/standard,/obj/item/storage/toolbox/mechanical,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/obj/item/storage/toolbox/electrical,/turf/simulated/floor/tiled/techfloor,/area/site53/llcz/entrance_checkpoint) +"nFS" = (/obj/structure/table/standard,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/electrical,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/site53/llcz/entrance_checkpoint) "nGd" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light,/obj/machinery/button/blast_door{dir = 1; id_tag = "UHCZ Eastern Shutter Window (Side)"; name = "UHCZ Eastern Shutter Window (Side)"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/button/blast_door{dir = 8; id_tag = "UHCZ Maint Access"; name = "UHCZ Maint Access"; pixel_x = 24},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "nGT" = (/obj/structure/closet/secure_closet/engineering_electrical,/turf/simulated/floor,/area/site53/lowertrams/hczmaint/east) "nHj" = (/obj/machinery/light,/obj/effect/landmark/test/safe_turf,/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose2) @@ -3702,20 +3512,14 @@ "nLd" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/green/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "nLr" = (/obj/machinery/light{dir = 4},/obj/structure/sign/scp/safe_scp{pixel_x = 32},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "nLM" = (/obj/structure/bookcase,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 9},/turf/simulated/floor/carpet/green,/area/chapel) -"nMl" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"nMW" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "nNb" = (/turf/simulated/floor/tiled,/area/site53/uhcz/scp096) -"nNn" = (/obj/structure/kitchenspike,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "nNp" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "nNV" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular{id_tag = "2427-3 Window Port"; name = "2427-3 Window Port"},/turf/space,/area/site53/ulcz/scp2427_3) "nNY" = (/obj/machinery/camera/autoname{network = list("Light Containment Zone Network")},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) -"nOq" = (/obj/item/stool/bar/padded,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "nOA" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "nOJ" = (/obj/item/device/radio/intercom{canhear_range = 7; frequency = 1449; name = "intercom (Containment Zone)"; pixel_y = 30},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "nQM" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/uhcz/hallways) "nQR" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"nRf" = (/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"nRz" = (/obj/machinery/icecream_vat,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "nRA" = (/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "nTc" = (/obj/effect/floor_decal/corner/red/bordercorner,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "nTF" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) @@ -3724,7 +3528,6 @@ "nUw" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "nUz" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/checkequip) "nUQ" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) -"nUY" = (/obj/effect/floor_decal/corner/brown/bordercorner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "nVI" = (/turf/simulated/open,/area/site53/uhcz/scp106containment) "nVY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "nWH" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) @@ -3741,7 +3544,7 @@ "obI" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "ocR" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "ocX" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/bordercee{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"odC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) +"odC" = (/obj/effect/paint_stripe/red,/obj/structure/sign/redcross,/turf/simulated/wall/titanium,/area/site53/llcz/checkequip) "oee" = (/obj/structure/lattice,/turf/simulated/open,/area/site53/uhcz/scp106containment) "oei" = (/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/turf/simulated/floor,/area/site53/ulcz/hallways) "oen" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/brown/bordercorner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) @@ -3761,7 +3564,6 @@ "omv" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "omz" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/catwalk,/turf/simulated/floor,/area/site53/surface/bunker) "omE" = (/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/r_wall/prepainted,/area/site53/lowertrams/escape) -"omF" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "omQ" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "oni" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "onl" = (/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_y = 28},/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"; pixel_y = 8},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) @@ -3770,19 +3572,17 @@ "onW" = (/obj/machinery/vending/fitness,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/entrance_checkpoint) "onY" = (/obj/machinery/camera/autoname{network = list("Heavy Containment Zone Network")},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "oop" = (/obj/structure/table/steel_reinforced,/obj/item/stock_parts/capacitor,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) +"oow" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "ooD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/mono,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "ooJ" = (/obj/machinery/vending/cola,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "oqi" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/engine_smes) "orD" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) -"orI" = (/obj/structure/reagent_dispensers/water_cooler,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "osa" = (/obj/structure/table/rack,/obj/item/extinguisher,/obj/item/extinguisher,/obj/item/extinguisher,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) "osc" = (/obj/effect/floor_decal/corner/green/border{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "osf" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) "osy" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "osz" = (/obj/effect/floor_decal/corner/orange/border{dir = 10},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "osS" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/surface/explorers/surrounding) -"ote" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) -"otv" = (/obj/effect/paint_stripe/red,/obj/structure/sign/scp/euclid_scp,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) "otI" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/genstorage1) "otN" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/freezer,/area/site53/lowertrams/restaurantkitchenarea) "ouf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) @@ -3799,14 +3599,12 @@ "oAS" = (/obj/structure/table/reinforced,/obj/item/storage/mre/random,/obj/item/storage/mre/random,/obj/item/storage/mre/random,/obj/item/storage/mre/random,/obj/item/storage/mre/random,/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "oBp" = (/obj/effect/floor_decal/industrial/fire{dir = 9},/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) "oBq" = (/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) -"oBE" = (/obj/structure/hygiene/toilet,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "oBG" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "oBV" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/science/aiccore) "oCa" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor,/area/site53/surface/bunker) "oCm" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 4},/turf/simulated/open,/area/site53/uhcz/scp106containment) "oDy" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/site53/lowertrams/restaurantkitchenarea) "oDE" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/camera/autoname{network = list("Engineering Network")},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) -"oFR" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "oGS" = (/obj/effect/floor_decal/industrial/fire{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/reinforced,/area/site53/llcz/scp263research) "oGZ" = (/obj/machinery/door/airlock/highsecurity/bolted{req_access = list("ACCESS_SCIENCE_LEVEL5","ACCESS_ADMIN_LEVEL4")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"; id_tag = "aic"; name = "AIC Server Room Blast Door"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) "oHH" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/catwalk,/turf/simulated/open,/area/site53/uhcz/scp106containment) @@ -3814,7 +3612,6 @@ "oIp" = (/obj/structure/table/standard,/obj/item/device/radio/phone,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Booth Window 1"; name = "UHCZ Booth Window 1"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "oIO" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "oJB" = (/obj/machinery/camera/network/entrance{c_tag = "Hub 1"; dir = 8},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) -"oJC" = (/obj/machinery/vending/boozeomat{req_access = list()},/obj/machinery/light,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "oJJ" = (/obj/machinery/button/alternate/door/bolts{dir = 4; id_tag = "evaccell"; name = "Bunker Brig Cell bolt button"; pixel_x = -25; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/techfloor,/area/site53/surface/bunker) "oJR" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "oKc" = (/obj/structure/backup_server{name = "Auxillary AIC Server"},/turf/simulated/floor/greengrid,/area/site53/science/aiccore) @@ -3823,8 +3620,6 @@ "oLF" = (/obj/machinery/computer/operating{dir = 4; name = "Robotics Operating Computer"},/turf/simulated/floor/tiled/monotile/white,/area/site53/reswing/robotics) "oLR" = (/obj/structure/closet/secure_closet/guard/hcz/sergeant,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/under/rank/warden/hcz,/obj/item/clothing/head/helmet/scp/hczsecurityofficer,/obj/item/clothing/shoes/desertboots,/turf/simulated/floor/carpet/red,/area/site53/lhcz/hczguardgear) "oMg" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/machinery/button/blast_door{dir = 1; id_tag = "UHCZ Checkpoint Gate 1"; name = "UHCZ Checkpoint Gate 1"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "UHCZ Checkpoint Gate 2"; name = "UHCZ Checkpoint Gate 2"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"oNG" = (/obj/machinery/button/alternate/door/bolts{pixel_y = -25; id_tag = "Humagateway2"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"oOB" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "oOF" = (/obj/machinery/microwave,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/lowertrams/restaurantkitchenarea) "oPK" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/sign/warning/secure_area{dir = 1; pixel_y = -32},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "oQu" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "UHCZ Eastern Shutter"; name = "UHCZ Eastern Shutter"},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) @@ -3842,14 +3637,11 @@ "oWv" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/sign/warning/secure_area{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "oWA" = (/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "oWB" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "SCP-066 Observation"; send_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) -"oWN" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "oWT" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) -"oXo" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "oXy" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4; icon_state = "warningcorner"},/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) "oXB" = (/obj/machinery/door/blast/regular{id_tag = "096chamberlock2"},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp096) "oXT" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-1507"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/uhcz/hallways) "oYo" = (/obj/machinery/camera/autoname{dir = 1; network = list("Light Containment Zone Network")},/obj/effect/floor_decal/corner/brown/border,/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"oZI" = (/obj/structure/curtain/open/shower/security,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/humanoidcontainment) "pak" = (/obj/machinery/light,/obj/structure/table/rack,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "pav" = (/obj/structure/bookcase,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 5},/turf/simulated/floor/carpet/green,/area/chapel) "paB" = (/obj/structure/closet/l3closet/scientist,/obj/item/extinguisher/mini,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) @@ -3874,7 +3666,7 @@ "pmq" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/autoname{dir = 4; network = list("Heavy Containment Zone Network")},/turf/simulated/floor/plating,/area/site53/uhcz/hallways) "pni" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/double/barsign{dir = 8},/turf/simulated/wall/prepainted,/area/site53/lowertrams/restaurantkitchenarea) "pnC" = (/obj/machinery/computer/upload/ai{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/site53/science/aicobservation) -"pox" = (/obj/machinery/light,/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"pox" = (/obj/machinery/door/blast/regular/open{id_tag = "LCZ Lockdown"; name = "LCZ Lockdown"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "ppD" = (/obj/effect/floor_decal/corner/green/border{dir = 10},/obj/structure/table/standard,/obj/random/toy,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp216) "pqx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) "prb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/ulcz/maintenance) @@ -3889,7 +3681,6 @@ "pvh" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "pwe" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/uhcz/scp1507observation) "pwp" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/surface/bunker) -"pxf" = (/obj/structure/table/plastic,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/obj/item/storage/fancy/egg_box,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "pyn" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine,/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "pze" = (/obj/machinery/camera/autoname{c_tag = "Comms Tower Basement"; dir = 4; network = list("Entrance Zone Network")},/turf/simulated/floor/tiled/monotile,/area/site53/upper_surface/serverfarmtunnel) "pzm" = (/obj/effect/landmark{name = "scp999"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp999) @@ -3897,7 +3688,6 @@ "pzU" = (/obj/machinery/camera/network/scp513{dir = 1},/obj/effect/floor_decal/corner/yellow/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "pAo" = (/obj/structure/lattice,/obj/structure/cable{d1 = 32; icon_state = "32-1"},/turf/simulated/open,/area/site53/ulcz/maintenance) "pBu" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"pCp" = (/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "Humanoid Lockdown"; name = "Humanoid Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "pCH" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/white,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor,/area/site53/ulcz/hallways) "pDY" = (/obj/machinery/door/airlock/security{name = "LCZ Security Section"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/blast/shutters{id_tag = "LCZ Security Office Access Lock"; name = "LCZ Security Office Access Lock"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "pEv" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/red/mono,/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) @@ -3907,14 +3697,11 @@ "pFz" = (/obj/structure/dogbed{desc = "A bed made especially for cats, or other similarly sized pets."; name = "cat bed"; pixel_y = 9},/mob/living/simple_animal/friendly/cat/fluff/scp529{dir = 4},/turf/simulated/floor/carpet/brown,/area/site53/llcz/scp500{requires_power = 0}) "pFH" = (/obj/structure/bed/chair{dir = 8; pixel_x = -7},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "pFN" = (/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/hallways) -"pFP" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "pGX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/checkequip) -"pHf" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"pHo" = (/obj/machinery/light{dir = 4},/obj/item/clothing/under/wetsuit,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) "pHU" = (/obj/effect/catwalk_plated,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/site53/lowertrams/hub) "pIF" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "pIX" = (/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"pJq" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"pJq" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "pJw" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "pKU" = (/turf/simulated/floor/reinforced,/area/site53/uhcz/scp106containment) "pLx" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) @@ -3925,9 +3712,8 @@ "pNv" = (/obj/effect/floor_decal/corner/green/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "pNO" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "pNQ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp096) -"pOj" = (/obj/effect/floor_decal/corner/red/bordercee{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"pOj" = (/obj/effect/floor_decal/corner/brown/border{dir = 5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "pOk" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/machinery/camera/network/hcz{dir = 1; name = "HCZ Guard Office"},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/hczguardgear) -"pOU" = (/obj/structure/bookcase/manuals/engineering,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "pPg" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "pPO" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "pQe" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) @@ -3938,9 +3724,8 @@ "pTS" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "pUs" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) "pVm" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters/open{id_tag = "066shutter"; name = "SCP-066 Containment Chamber Shutter"},/turf/simulated/floor,/area/site53/llcz/scp066) -"pVt" = (/obj/structure/table/reinforced,/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "pVL" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/uhcz/scp457containment) -"pXS" = (/obj/structure/railing/mapped,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/vending/snack{dir = 4},/turf/simulated/floor/tiled,/area/site53/llcz/entrance_checkpoint) +"pXS" = (/obj/effect/floor_decal/corner/brown/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "pXT" = (/obj/structure/closet/toolcloset,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "pYh" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "pYM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/site53/engineering/maintenance/maintenancetunnel) @@ -3948,7 +3733,6 @@ "pZJ" = (/obj/machinery/door/airlock/civilian{id_tag = "evactoilet1"},/turf/simulated/floor/tiled/monotile,/area/site53/surface/bunker) "pZV" = (/obj/machinery/camera/autoname{dir = 1; name = "SCP-247 Containment"},/turf/simulated/floor/exoplanet/barren,/area/site53/uhcz/scp247containment) "qaJ" = (/obj/machinery/light,/obj/structure/table/reinforced,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/effect/floor_decal/corner/green/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) -"qaQ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "qbz" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/obj/machinery/light{dir = 8},/turf/simulated/open,/area/site53/uhcz/scp106containment) "qbX" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmcontrol) "qdd" = (/obj/structure/table/reinforced,/obj/item/device/taperecorder,/obj/item/device/tape,/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) @@ -3956,7 +3740,6 @@ "qdu" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters{id_tag = "Serving Room Shutters"; name = "Serving Room Shutters"},/turf/simulated/floor/plating,/area/site53/lowertrams/restaurantkitchenarea) "qdx" = (/obj/structure/table/reinforced,/obj/machinery/photocopier{pixel_y = 4},/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "qfc" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) -"qfC" = (/obj/structure/window/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "qgn" = (/obj/structure/table/standard,/obj/item/storage/box/botanydisk,/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) "qgs" = (/obj/machinery/alarm{alarm_id = "petrov3"; dir = 8; pixel_x = 21},/turf/simulated/floor/tiled/techfloor,/area/site53/lowertrams/restaurantkitchenarea) "qgX" = (/obj/effect/floor_decal/chapel,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/chapel) @@ -3976,17 +3759,14 @@ "qlY" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor,/area/site53/ulcz/hallways) "qnc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) "qnJ" = (/obj/effect/floor_decal/corner/brown/bordercorner,/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) -"qnO" = (/obj/structure/bed/chair{pixel_y = -1},/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) +"qnO" = (/obj/effect/floor_decal/corner/brown/border{dir = 1},/obj/structure/bed/chair/padded/black,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "qoe" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/dark,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmtunnel) "qom" = (/obj/structure/hygiene/sink/puddle,/turf/simulated/floor/exoplanet/barren,/area/site53/uhcz/scp1507containment) -"qow" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "qoO" = (/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/checkequip) "qpB" = (/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 10},/turf/simulated/floor/carpet/green,/area/chapel) -"qpE" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "qpQ" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose) "qqQ" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "qro" = (/obj/effect/floor_decal/industrial/fire{dir = 6},/obj/structure/flora/pottedplant/flower,/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) -"qrC" = (/obj/machinery/light{dir = 1},/obj/structure/railing/mapped{dir = 4},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "qrM" = (/obj/effect/floor_decal/corner/red/mono,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "qst" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) "qsG" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) @@ -3994,12 +3774,8 @@ "qtP" = (/obj/effect/floor_decal/corner/blue/border{dir = 8},/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "Heavy Containment Zone Commander"; send_access = list("ACCESS_SECURITY_LEVEL4")},/turf/simulated/floor/carpet/red,/area/site53/uhcz/commanderoffice) "quy" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "qvi" = (/obj/effect/floor_decal/industrial/fire{dir = 1},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) -"qvG" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"qwF" = (/obj/machinery/door/airlock/external/glass{id_tag = "Humagateway2"; name = "Exterior door"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "qxk" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "qyF" = (/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/scp513) -"qyR" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"qyY" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "qzl" = (/obj/effect/catwalk_plated,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lowertrams/hub) "qzL" = (/obj/structure/table/standard,/obj/item/auto_cpr,/obj/item/defibrillator/loaded,/obj/machinery/cell_charger,/obj/item/screwdriver,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "qAg" = (/obj/machinery/camera/network/lcz{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) @@ -4009,7 +3785,6 @@ "qCb" = (/obj/effect/floor_decal/corner/orange/border{dir = 10},/obj/structure/closet/secure_closet/scientist,/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "qCX" = (/obj/machinery/light{dir = 8},/obj/structure/catwalk,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/site53/engineering/engine_smes) "qCZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) -"qEa" = (/obj/structure/bed/chair/pew/left,/obj/machinery/light,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) "qEd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/engineering/primaryhallway) "qEN" = (/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/hallways) "qFs" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) @@ -4019,37 +3794,31 @@ "qIZ" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "qJk" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Isocell 1"; name = "UHCZ Isocell 1"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/securitypost) "qJB" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) -"qKg" = (/obj/machinery/camera/network/lcz,/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "qKl" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/ulcz/hallways) "qKo" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "qKq" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor,/area/site53/uhcz/hallways) "qKO" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) -"qKS" = (/obj/structure/table/woodentable/mahogany,/obj/item/storage/bible,/obj/item/clothing/accessory/chaplaininsignia,/obj/item/mirror,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "qLk" = (/obj/machinery/door/airlock/engineering{name = "Communication Engineers"; req_access = list("ACCESS_ENGINEERING_LEVEL1")},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/catwalk_plated/dark,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "facilitylockdown"; name = "Exterior Lockdown Blast Door"},/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmtunnel) "qMc" = (/obj/machinery/alarm{dir = 8; pixel_x = 25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"qMp" = (/obj/machinery/smartfridge/drying_rack,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "qMM" = (/obj/machinery/door/airlock/science{name = "SCP-078 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/scp078) "qNc" = (/obj/effect/paint_stripe/red,/obj/machinery/button/blast_door{name = "SCP-1507 Containment Lockdown"; id_tag = "1507containment"},/turf/simulated/wall/titanium,/area/site53/uhcz/scp1507containment) "qOz" = (/obj/effect/floor_decal/corner/green/border{dir = 5},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "qPI" = (/obj/machinery/camera/autoname{dir = 8; name = "SCP-247 Containment"},/turf/simulated/floor/exoplanet/barren,/area/site53/uhcz/scp247containment) "qPJ" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"qPN" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "ULCZ Checkpoint Lockdown Upper"; name = "ULCZ Checkpoint Lockdown Upper"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) +"qPN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/blast/regular/open{id_tag = "LCZ Checkpoint Internal Gate"; name = "LCZ Checkpoint Internal Gate"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "qQb" = (/obj/structure/closet,/obj/effect/floor_decal/industrial/outline/yellow,/obj/item/stock_parts/circuitboard/aicore,/obj/item/stack/material/plasteel/ten,/obj/item/aicard,/turf/simulated/floor/tiled/techfloor,/area/site53/science/aicobservation) "qSc" = (/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/dclass/armory) "qSH" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) -"qTt" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "qTO" = (/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) "qUx" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp2398) "qUH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) "qUS" = (/obj/machinery/vending/fitness,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "qVh" = (/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "qVI" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/lowertrams/hczmaint/east) -"qWb" = (/obj/structure/bed/chair{dir = 1},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"qWb" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/item/storage/box/handcuffs,/obj/item/storage/box/handcuffs,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "qWj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood/mahogany,/area/chapel) "qWt" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/autoname{dir = 4; network = list("Heavy Containment Zone Network")},/turf/simulated/floor,/area/site53/uhcz/hallways) -"qWC" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/railing/mapped{dir = 8},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc/super{dir = 4},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "qWJ" = (/obj/effect/floor_decal/corner/orange/border{dir = 8},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/lhcz/scp035room) -"qWN" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "qXo" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/table/woodentable/mahogany,/obj/machinery/door/window{dir = 4},/obj/item/reagent_containers/food/drinks/bottle/holywater,/turf/simulated/floor/wood/mahogany,/area/chapel) "qXJ" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red/mono,/obj/item/paper_bin,/obj/item/pen,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "qYf" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp513) @@ -4057,7 +3826,6 @@ "qYq" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "qYN" = (/obj/machinery/camera/autoname{network = list("Light Containment Zone Network")},/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "qYS" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) -"qZg" = (/obj/machinery/door/airlock/highsecurity{name = "Technical Closet"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2","ACCESS_ENGINEERING_LEVEL3"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "qZr" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity{name = "Unused SCP Heavy Containment Chamber"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/uhcz/hallways) "qZT" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "ral" = (/obj/machinery/alarm{dir = 8; pixel_x = 25; req_access = list("ACCESS_SECURITY_LEVEL1")},/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) @@ -4069,16 +3837,16 @@ "rcp" = (/obj/structure/table/standard,/obj/item/stock_parts/matter_bin,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "rcx" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "rcy" = (/obj/effect/floor_decal/industrial/outline/orange,/obj/structure/bed/chair,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) -"rcM" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) +"rcM" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "rcN" = (/obj/machinery/door/airlock/maintenance{name = "SCP-173 Cleaning Supplies"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) -"rdp" = (/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/head/helmet/facecover,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/machinery/camera/network/hcz{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/table/standard,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "rdt" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/carpet/brown,/area/site53/llcz/scp500{requires_power = 0}) "rdx" = (/obj/structure/filingcabinet/chestdrawer,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"ren" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red/bordercee{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"ren" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair/padded/black,/obj/effect/floor_decal/corner/brown/border,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "reE" = (/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "reW" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "rfa" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) "rgb" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) +"rgl" = (/obj/machinery/vending/games{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "rgI" = (/obj/structure/bed/chair/office{dir = 8; icon_state = "chair_preview"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp457containment) "rhp" = (/obj/machinery/firealarm{name = "emergency alarm"; pixel_y = 17},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "rhy" = (/mob/living/scp096,/turf/simulated/floor/reinforced,/area/site53/uhcz/scp096) @@ -4093,16 +3861,14 @@ "rlV" = (/obj/machinery/door/airlock/vault{name = "Containment Chamber"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp106containment) "rmo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "rmE" = (/obj/machinery/light/small,/turf/simulated/floor,/area/site53/lowertrams/hczmaint) -"rmS" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "rnc" = (/obj/structure/table/woodentable/mahogany,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window{dir = 8},/obj/item/nullrod,/turf/simulated/floor/wood/mahogany,/area/chapel) "rnf" = (/obj/structure/table/reinforced,/obj/machinery/photocopier{pixel_y = 3},/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "rno" = (/turf/simulated/wall/titanium,/area/site53/uhcz/scp247containment) "rnR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light,/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) "roj" = (/obj/machinery/camera/autoname{dir = 8; network = list("Engineering Network")},/turf/simulated/floor/plating,/area/vacant/prototype/engine) -"rpF" = (/obj/structure/table/standard,/obj/item/storage/mirror{pixel_x = 24},/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "rqf" = (/obj/structure/reagent_dispensers/water_cooler{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) "rqk" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) -"rqq" = (/obj/structure/bed/chair{dir = 1},/obj/machinery/camera/network/lcz{dir = 1},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"rqq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/paint_stripe/gray,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) "rqI" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/power/port_gen/pacman/mrs,/turf/simulated/floor,/area/site53/uhcz/scp106containment) "rqW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "rqY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/camera/autoname{c_tag = "Auxillary Closet"; dir = 1; network = list("Engineering Network 1")},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/auxstorage) @@ -4114,8 +3880,6 @@ "rtT" = (/obj/structure/flora/pottedplant/minitree,/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/techmaint,/area/site53/surface/bunker) "rvd" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "rvJ" = (/obj/structure/table/standard,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp247observation) -"rvL" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"rwB" = (/obj/structure/window/reinforced/tinted{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "rwV" = (/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "rxJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/paint_stripe/mauve,/turf/simulated/wall/r_wall/prepainted,/area/site53/science/aiccore) "ryY" = (/obj/effect/catwalk_plated,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/lowertrams/hub) @@ -4131,18 +3895,17 @@ "rCl" = (/obj/machinery/hologram/holopad/longrange{name = "AIC holopad"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) "rCr" = (/obj/effect/floor_decal/corner/black/full,/obj/effect/floor_decal/corner/black/full,/obj/structure/table/standard,/obj/item/storage/box/frags,/obj/item/storage/box/frags,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "rCJ" = (/obj/structure/disposalpipe/segment,/mob/living/simple_animal/hostile/retaliate/goat,/obj/structure/window/reinforced{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) -"rDj" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/terminal,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "rDz" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "rDJ" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/white/border{dir = 5; color = "#006DC6"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "rEG" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) +"rER" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "rFI" = (/obj/structure/table/standard,/obj/item/storage/box/donut,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "rHa" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass/research{name = "AIC Laboratory"; req_access = list("ACCESS_SCIENCE_LEVEL3")},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) -"rHr" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "rHu" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "096chamberlock"; name = "Emergency Blast Door"},/obj/machinery/door/airlock/highsecurity{name = "SCP-096"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/door/firedoor,/obj/machinery/door/blast/regular{id_tag = "SCP-096 Chamber Lockdown"; name = "SCP-096 Chamber Lockdown"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/uhcz/scp096) "rIu" = (/obj/effect/floor_decal/corner/black/full,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/box/buckshot,/obj/item/ammo_magazine/box/buckshot,/obj/structure/closet,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "rIR" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/orange/border{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "rJk" = (/turf/simulated/floor/tiled/techfloor/grid{temperature = 80},/area/site53/upper_surface/serverfarminterior) -"rKp" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"rKp" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) "rLz" = (/obj/machinery/papershredder,/obj/machinery/camera/network/entrance{dir = 1; name = "Bar Office"},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "rLE" = (/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 8},/turf/simulated/floor/carpet/green,/area/chapel) "rMC" = (/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose2) @@ -4150,24 +3913,21 @@ "rOb" = (/obj/machinery/door/blast/shutters/open{dir = 4; icon_state = "shutter0"; id_tag = "247feeding"},/turf/simulated/floor/exoplanet/barren,/area/site53/uhcz/scp247containment) "rOH" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/powered/scrubber,/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/storage) "rOL" = (/obj/machinery/door/airlock/highsecurity/bolted{req_access = list("ACCESS_SCIENCE_LEVEL5","ACCESS_ADMIN_LEVEL4")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"; id_tag = "aic"; name = "AIC Server Room Blast Door"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) -"rPm" = (/obj/item/device/flashlight/lamp,/obj/structure/table/plastic,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "rPD" = (/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/site53/uhcz/hallways) "rPG" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/power/apc/hyper{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "rQA" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/camera/autoname{dir = 4; network = list("Engineering Network")},/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/engine_smes) "rRB" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark,/area/chapel) -"rSg" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "rSP" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/techfloor,/area/site53/surface/bunker) -"rTk" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "rUz" = (/turf/simulated/floor/tiled,/area/site53/uhcz/scp1507observation) "rVq" = (/obj/structure/table/reinforced,/obj/item/material/ashtray/plastic,/obj/item/trash/cigbutt{pixel_y = 7},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "rVI" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) +"rVW" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/item/storage/firstaid/adv,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "rWA" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "rWH" = (/obj/machinery/camera/network/lcz{dir = 4},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose) "rWX" = (/obj/structure/closet,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/radio,/obj/item/device/radio,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "rXl" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/catwalk,/turf/simulated/open,/area/site53/uhcz/scp106containment) "rXP" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "rYw" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/table/reinforced,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"rYx" = (/obj/structure/table/standard,/obj/item/paper_bin,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) "rYU" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/table/standard,/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/controlroom) "rZd" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "rZL" = (/obj/structure/hygiene/toilet{dir = 4},/obj/machinery/button/alternate/door/bolts{id_tag = "evactoilet2"; pixel_y = 24},/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/tiled/freezer,/area/site53/surface/bunker) @@ -4175,8 +3935,7 @@ "saK" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/llcz/scp513) "saV" = (/obj/structure/table/woodentable/mahogany,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/item/storage/candle_box,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/carpet/green,/area/chapel) "sbi" = (/obj/random/trash,/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) -"sbE" = (/obj/structure/table/standard,/obj/machinery/door/window/brigdoor{name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/door/window/brigdoor/northright{name = "Booth"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "ULCZ Checkpoint Northern Window"; name = "ULCZ Checkpoint Northern Window"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/site53/llcz/entrance_checkpoint) -"sbY" = (/obj/machinery/door/airlock/highsecurity{name = "Technical Closet"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2","ACCESS_ENGINEERING_LEVEL3"))},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) +"sbE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "scg" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/green/mono,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "scw" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/closet/coffin/wooden,/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/machinery/light,/turf/simulated/floor/carpet/green,/area/chapel) "sdl" = (/turf/simulated/floor/plating,/area/site53/uhcz/scp457containment) @@ -4188,13 +3947,13 @@ "sez" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "sfp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/turf/simulated/floor,/area/site53/ulcz/hallways) "sgZ" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/industrial/outline{color = "#333333"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) -"shr" = (/obj/structure/sign/directions/ez{dir = 4},/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/lowertrams/brownline) +"shr" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/directions/lcz{pixel_x = 5},/turf/simulated/wall/prepainted,/area/site53/lowertrams/brownline) "shM" = (/obj/machinery/light{dir = 8},/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) -"shR" = (/obj/machinery/vending/fitness{dir = 8},/obj/effect/floor_decal/corner/white/border{dir = 6; color = "#006DC6"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) +"shR" = (/obj/machinery/vending/fitness{dir = 4},/obj/effect/floor_decal/corner/white/border{dir = 6; color = "#006DC6"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "shV" = (/obj/machinery/door/airlock/security{name = "Solitary Confinement"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Isocell 1"; name = "UHCZ Isocell 1"},/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "sie" = (/obj/structure/table/standard,/obj/machinery/reagent_temperature,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/turf/simulated/floor/tiled/monotile/white,/area/site53/lowertrams/restaurantkitchenarea) "sil" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) -"siB" = (/obj/structure/table/plastic,/obj/item/material/kitchen/rollingpin,/obj/item/material/kitchen/rollingpin,/obj/item/material/kitchen/rollingpin,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"siC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/bed/chair/padded/black,/obj/effect/floor_decal/corner/brown/border{dir = 5},/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "siU" = (/obj/effect/floor_decal/corner/orange/border{dir = 6},/obj/machinery/light/small/red,/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "sjc" = (/obj/machinery/computer/power_monitor,/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/controlroom) "sjI" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/flasher{id_tag = "HCZ Holding Cell 2"; pixel_y = 25},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) @@ -4203,7 +3962,6 @@ "slu" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/monotile,/area/site53/ulcz/generalpurpose) "slV" = (/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/camera/autoname{dir = 1; network = list("Engineering Network")},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/uppernukeladders) "smh" = (/obj/machinery/papershredder,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"smq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/catwalk_plated/white,/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor,/area/site53/ulcz/hallways) "smH" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "snm" = (/obj/machinery/door/airlock/security{name = "UHCZ Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Checkpoint Access"; name = "UHCZ Checkpoint Access"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "snu" = (/obj/structure/closet/hydrant{pixel_y = 32},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) @@ -4222,14 +3980,12 @@ "sul" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "suu" = (/obj/machinery/door/airlock/glass/security{name = "UHCZ Checkpoint"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/machinery/door/blast/shutters{begins_closed = 0; id_tag = "UHCZ Checkpoint Control Room"; name = "UHCZ Checkpoint Control Room"},/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "suv" = (/obj/structure/flora/pottedplant,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/yellow/half{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/breakroom) -"suY" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"suY" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "LCZ Checkpoint Windows"; name = "LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "sva" = (/obj/machinery/door/airlock/civilian{name = "Evacuation Bunker Living Compartment"},/turf/simulated/floor/tiled/monotile,/area/site53/surface/bunker) -"svq" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "svB" = (/obj/effect/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/greengrid,/area/site53/science/aiccore) "svE" = (/obj/effect/floor_decal/carpet/orange{dir = 8},/obj/effect/floor_decal/carpet/orange{dir = 1},/obj/effect/floor_decal/carpet/orange{dir = 9},/turf/simulated/floor/carpet/orange,/area/site53/ulcz/scp999) "swo" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{id_tag = "2427-3 Northern Gate"; name = "2427-3 Northern Gate"},/turf/simulated/floor,/area/site53/ulcz/scp2427_3) "swJ" = (/obj/machinery/door/airlock/science{name = "SCP-263 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/scp263research) -"sxX" = (/obj/machinery/cooker/grill,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "szC" = (/obj/machinery/button/blast_door{dir = 4; id_tag = "HCZ Secure Armoury"; name = "HCZ Secure Armoury"; pixel_x = -25; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "szK" = (/obj/structure/bed/chair/padded/black,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "sAO" = (/obj/effect/catwalk_plated/dark,/obj/machinery/door/airlock/highsecurity,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/sign/directions/ez{dir = 1; pixel_x = -30},/turf/simulated/floor,/area/site53/uhcz/hallways) @@ -4255,8 +4011,7 @@ "sLQ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/surface/explorers/surrounding) "sMb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/orange/bordercorner{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "sMF" = (/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) -"sOZ" = (/obj/machinery/door/airlock/highsecurity{name = "Procedure room"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "ProcedureroomLock"; name = "Lockdown"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) -"sPg" = (/obj/structure/reagent_dispensers/water_cooler{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"sPg" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/brown/mono,/obj/item/pen,/obj/item/paper_bin,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "sPh" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "sPl" = (/obj/effect/floor_decal/corner/black/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "sPo" = (/obj/structure/table/steel_reinforced,/obj/machinery/photocopier{pixel_y = 3},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) @@ -4281,12 +4036,9 @@ "sWD" = (/obj/structure/table/standard,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "sXj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/upper_surface/serverfarmtunnel) "sXP" = (/obj/structure/table/standard,/obj/item/storage/slide_projector,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) -"sYr" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "sYO" = (/obj/effect/floor_decal/industrial/outline{color = "#b19664"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "sYT" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/directions/ez{dir = 4},/turf/simulated/wall/prepainted,/area/site53/ulcz/hallways) "sYX" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/closet/coffin/wooden,/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 5},/obj/effect/floor_decal/carpet/green{dir = 6},/turf/simulated/floor/carpet/green,/area/chapel) -"sZn" = (/obj/structure/bed/padded,/obj/item/bedsheet,/mob/living/carbon/human/scp527,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) -"sZy" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "sZE" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/checkequip) "tar" = (/obj/structure/mopbucket,/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "taz" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) @@ -4304,7 +4056,6 @@ "tjl" = (/obj/effect/paint_stripe/red,/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/checkequip) "tjn" = (/obj/structure/table/steel,/obj/item/paper{info = "WARNING: Testing on SCP-096 is not permitted without explicit O5 permission. Only break glass in case of approved test or emergencies."; name = "notice from council"},/obj/structure/window/reinforced{dir = 1},/obj/machinery/light{dir = 4},/obj/machinery/camera/network/hcz{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "tjw" = (/obj/machinery/vending/cola,/obj/machinery/camera/motion{c_tag = "AIC Observation 1"; dir = 8; network = list("Entrance Zone Network")},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) -"tjF" = (/obj/structure/table/woodentable/walnut,/obj/item/device/flashlight/lamp/green,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "tjW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "tkI" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/techmaint,/area/site53/engineering/containment_engineer) "tmC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) @@ -4317,13 +4068,11 @@ "toL" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/camera/autoname{dir = 1; network = list("Engineering Network")},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "toO" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/site53/upper_surface/serverfarmcontrol) "tpr" = (/obj/effect/paint_stripe/gray,/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/llcz/scp500{requires_power = 0}) -"tpZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) -"tqR" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) +"tpZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "trh" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "trp" = (/obj/effect/floor_decal/industrial/loading{name = "Exit Line"},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) "tsz" = (/obj/machinery/light,/obj/structure/sign/scp/safe_scp{pixel_y = -32},/obj/effect/floor_decal/corner/brown/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "ttg" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = 32},/obj/machinery/recharger/wallcharger{pixel_y = 23},/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) -"ttt" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "ttE" = (/obj/effect/floor_decal/corner/yellow/border{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "ttO" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/site53/surface/bunker) "tvF" = (/obj/structure/table/woodentable/mahogany,/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 5},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/item/reagent_containers/food/drinks/cans/waterbottle,/turf/simulated/floor/carpet/green,/area/chapel) @@ -4335,7 +4084,6 @@ "txj" = (/obj/structure/table/woodentable/mahogany,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/item/storage/bible,/turf/simulated/floor/carpet/green,/area/chapel) "txJ" = (/obj/structure/bed/chair/office{dir = 8},/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "tyT" = (/obj/effect/catwalk_plated/white,/obj/machinery/light{dir = 8},/turf/simulated/floor,/area/site53/ulcz/hallways) -"tyU" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "tyX" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor,/area/site53/ulcz/scp914) "tza" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/reagent_dispensers/watertank,/obj/item/reagent_containers/glass/bucket,/turf/simulated/floor,/area/site53/surface/bunker) "tzc" = (/obj/machinery/door/airlock/science{name = "General Purpose Testing Observation"; req_access = list("ACCESS_SCIENCE_LEVEL1")},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/generalpurpose2) @@ -4347,7 +4095,6 @@ "tAh" = (/obj/structure/table/standard,/obj/item/folder,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "tAl" = (/obj/effect/floor_decal/corner/black/bordercee{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "tAC" = (/obj/effect/paint_stripe/red,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/titanium,/area/site53/ulcz/scp2427_3) -"tBD" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "tBJ" = (/obj/structure/catwalk,/obj/structure/cable/cyan{icon_state = "1-8"},/turf/simulated/floor/plating,/area/site53/engineering/engine_smes) "tBV" = (/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "tET" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/generalpurpose3) @@ -4357,21 +4104,16 @@ "tGq" = (/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "tHs" = (/obj/structure/table/standard,/obj/item/storage/firstaid/adv,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "tHF" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/prepainted,/area/site53/ulcz/scp216) -"tII" = (/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "tIS" = (/obj/item/folder/yellow,/obj/item/folder/red,/obj/item/folder/blue,/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) -"tJn" = (/obj/machinery/chem_master/condimaster,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "tJR" = (/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "tKa" = (/obj/structure/railing/mapped{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/open,/area/site53/lowertrams/hub) -"tKo" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "tKB" = (/obj/structure/bed/chair/padded/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "tLg" = (/obj/structure/table/woodentable/mahogany,/obj/item/flame/lighter,/obj/effect/floor_decal/carpet/green{dir = 1},/turf/simulated/floor/carpet/green,/area/chapel) "tLr" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark,/area/site53/llcz/scp513) "tMm" = (/obj/effect/floor_decal/carpet/blue2,/obj/effect/floor_decal/carpet/blue2{dir = 4},/obj/effect/floor_decal/carpet/blue2{dir = 6},/obj/effect/floor_decal/spline/fancy/black{dir = 6},/turf/simulated/floor/carpet/blue2,/area/site53/zonecommanderoffice) -"tMx" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "tML" = (/obj/machinery/door/unpowered/simple/wood,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/wood,/area/site53/lhcz/scp343room) "tNk" = (/obj/effect/paint_stripe/red,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/wall/titanium,/area/site53/ulcz/scp2427_3) "tNo" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"tNu" = (/obj/structure/closet,/obj/item/clothing/under/suit_jacket/female,/obj/item/clothing/under/suit_jacket/navy,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/red,/obj/item/clothing/under/suit_jacket/tan,/obj/item/device/synthesized_instrument/synthesizer,/obj/item/clothing/under/hosformalmale{name = "Admiral uniform"},/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "tOa" = (/obj/machinery/photocopier{pixel_y = 3},/obj/structure/table/reinforced,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) "tOm" = (/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 6},/turf/simulated/floor/carpet/green,/area/chapel) "tOp" = (/obj/machinery/camera/network/entrance,/obj/structure/closet/crate/bin,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) @@ -4379,19 +4121,16 @@ "tPd" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/window/reinforced,/turf/simulated/floor/grass,/area/site53/science/aicobservation) "tPQ" = (/obj/machinery/door/airlock/civilian{name = "Restroom"},/turf/simulated/floor/tiled/monotile,/area/site53/surface/bunker) "tRU" = (/obj/structure/table/standard,/obj/item/stamp/cmo{name = "HCZ Entry Checkpoint Stamp"},/obj/item/paper_bin,/obj/item/pen,/obj/machinery/button/blast_door{id_tag = "UHCZ Western Shutter Window (side)"; name = "UHCZ Western Shutter Window (side)"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"tSr" = (/obj/structure/closet,/obj/item/clothing/under/blackjumpskirt,/obj/item/clothing/under/rank/roboticist/skirt,/obj/item/clothing/under/shortjumpskirt,/obj/item/clothing/under/skirt/swept,/obj/item/clothing/under/skirt_c/dress/long/gown,/obj/item/clothing/under/solgov/utility/expeditionary_skirt,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) "tSX" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/monotile/white,/area/site53/surface/explorers/surrounding) "tUd" = (/obj/structure/dogbed,/obj/effect/floor_decal/carpet/orange{dir = 1},/turf/simulated/floor/carpet/orange,/area/site53/ulcz/scp999) "tUq" = (/obj/structure/janitorialcart,/turf/simulated/floor/tiled/steel_ridged,/area/site53/uhcz/scp247observation) +"tVA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/mono,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "tVJ" = (/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/llcz/scp513) -"tWa" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "tWi" = (/obj/machinery/light,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "tWM" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "UHCZ Western Lockdown"; name = "UHCZ Western Lockdown"; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/securitypost) "tXn" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "tXq" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp2398) -"tXU" = (/obj/item/soap,/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) "tYx" = (/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/tiled,/area/site53/uhcz/scp247observation) -"tZi" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "uaS" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing/mapped{dir = 8; pixel_x = 5},/obj/structure/railing/mapped{dir = 4; pixel_x = -5},/obj/effect/shuttle_landmark/train/onsite,/turf/simulated/floor/reinforced,/area/site53/lowertrams/escape) "uaW" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp457containment) "ube" = (/obj/effect/floor_decal/industrial/fire,/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) @@ -4405,15 +4144,14 @@ "udQ" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp096) "udU" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) "ufP" = (/obj/structure/reagent_dispensers/water_cooler,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) +"ugh" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown/border{dir = 8},/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "ugr" = (/obj/machinery/light,/obj/machinery/disposal/deliveryChute{dir = 4; name = "Food delivery"},/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/brigdoor/northleft{dir = 4; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp2427_3) "ugQ" = (/obj/machinery/vending/coffee,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/yellow/half{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/breakroom) -"uhy" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/railing/mapped{dir = 4},/obj/machinery/light{dir = 8},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "uhK" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/catwalk,/turf/simulated/open,/area/site53/uhcz/scp106containment) "uhL" = (/obj/structure/table/woodentable/mahogany,/obj/item/device/flashlight/lantern{on = 1},/turf/simulated/floor/carpet/green,/area/chapel) -"uis" = (/obj/machinery/lapvend,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "uix" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "uiA" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/catwalk,/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/open,/area/site53/uhcz/scp106containment) -"ujf" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"ujf" = (/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "ujC" = (/obj/structure/bed,/obj/item/bedsheet/brown,/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 5},/turf/simulated/floor/carpet/green,/area/chapel) "ujD" = (/obj/machinery/door/airlock/highsecurity{name = "SCP-106"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106containment) "uku" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) @@ -4421,51 +4159,43 @@ "ulw" = (/obj/effect/floor_decal/carpet/green{dir = 1},/obj/effect/floor_decal/carpet/green{dir = 8},/obj/effect/floor_decal/carpet/green{dir = 9},/turf/simulated/floor/carpet/green,/area/chapel) "ulD" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "UHCZ Western Lockdown"; name = "UHCZ Western Lockdown"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "ulE" = (/obj/effect/floor_decal/corner/orange/border{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) -"umr" = (/obj/effect/floor_decal/corner/red/border,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "umA" = (/obj/effect/floor_decal/corner/red/mono,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/roller,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "uoj" = (/obj/machinery/cryopod,/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "uoM" = (/obj/structure/closet{name = "Confiscated items"},/obj/machinery/computer/guestpass{pixel_y = 28},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "uoR" = (/obj/machinery/camera/network/lcz,/obj/machinery/light{dir = 1},/turf/simulated/open,/area/site53/ulcz/hallways) "uph" = (/turf/simulated/floor/reinforced,/area/site53/llcz/scp263research) "urr" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning,/obj/machinery/door/blast/regular{id_tag = "2427-3 Southern Gate"; name = "2427-3 Southern Gate"},/turf/simulated/floor,/area/site53/ulcz/scp2427_3) -"urC" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/ulcz/humanoidcontainment) "urL" = (/obj/machinery/door/airlock/glass/research,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) -"urN" = (/obj/machinery/photocopier/faxmachine{department = "LCZ Security Office"; send_access = list("ACCESS_SECURITY_LEVEL1")},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "urY" = (/obj/machinery/door/airlock/highsecurity{id_tag = "livingenclosure"; locked = 1; name = "SCP-247 Enclosure"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/site53/uhcz/scp247observation) -"usK" = (/obj/machinery/vending/dinnerware,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "usU" = (/obj/structure/table/reinforced,/obj/structure/flora/pottedplant/deskfern,/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp151) "utJ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp457containment) "uum" = (/obj/machinery/camera/autoname{dir = 1; name = "SCP-247 Containment"},/turf/simulated/floor/exoplanet/grass,/area/site53/uhcz/scp247containment) "uuO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"uuQ" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"uuQ" = (/obj/structure/bed/chair/comfy{dir = 4},/obj/effect/floor_decal/corner/brown/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "uuT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "uvn" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/airlock/highsecurity{id_tag = "scp96observation"; name = "SCP-096"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "096chamberlock"; name = "Emergency Blast Door"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "uvX" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/power/port_gen/pacman/mrs,/obj/machinery/light{dir = 8},/turf/simulated/floor,/area/site53/uhcz/scp106containment) -"uyT" = (/obj/item/storage/box/handcuffs,/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/table/standard,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "uza" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/landmark{name = "JoinLateCyborg"},/turf/simulated/floor/tiled/monotile,/area/site53/reswing/robotics) "uzW" = (/obj/structure/table/woodentable/mahogany,/obj/effect/floor_decal/carpet/green{dir = 4},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/carpet/green,/area/chapel) "uAj" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "uAr" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/lowertrams/restaurantkitchenarea) "uBK" = (/obj/effect/floor_decal/corner/yellow/border{dir = 10},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "uBV" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) -"uDl" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) +"uDl" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/machinery/light,/obj/structure/table/standard,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "uDy" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "uDT" = (/obj/structure/lattice,/obj/structure/catwalk,/turf/simulated/open,/area/site53/uhcz/scp106containment) "uEA" = (/obj/effect/floor_decal/carpet/green,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/carpet/green,/area/chapel) "uEB" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/reinforced,/area/site53/uhcz/scp457containment) "uFy" = (/obj/effect/floor_decal/corner/orange/border,/obj/structure/table/standard,/obj/item/reagent_containers/food/drinks/glass2/coffeecup,/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "uGj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/controlroom) -"uGE" = (/obj/machinery/chemical_dispenser/bar_coffee/full,/obj/structure/table/plastic,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "uGF" = (/obj/machinery/light{dir = 1},/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/engineering/primaryhallway) "uGL" = (/turf/simulated/floor/tiled/dark/small,/area/site53/uhcz/securitypost) "uGR" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "uGZ" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "engineeringcontrolroom"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/engineering/controlroom) -"uHp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "uIb" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106containment) "uIc" = (/obj/random/trash,/obj/structure/closet/crate/bin,/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "uIE" = (/obj/effect/floor_decal/corner/red/mono,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "uIO" = (/obj/machinery/light{dir = 8},/obj/structure/table/standard,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) -"uIR" = (/obj/machinery/light,/obj/structure/table/standard,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "uJr" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/surface/explorers/surrounding) "uJG" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) "uJU" = (/obj/machinery/light_switch{pixel_x = -25},/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp500{requires_power = 0}) @@ -4492,15 +4222,14 @@ "uTV" = (/obj/structure/lattice,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/turf/simulated/open,/area/site53/uhcz/scp106containment) "uTX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/wood/mahogany,/area/chapel) "uTZ" = (/obj/item/device/flashlight/lamp,/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/black/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) -"uUQ" = (/obj/structure/window/reinforced{dir = 4},/obj/item/device/flashlight/lamp,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "uVm" = (/obj/structure/table/standard,/obj/item/device/camera,/obj/item/device/camera_film,/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "uXa" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "UHCZ Western Lockdown"; name = "UHCZ Western Lockdown"; pixel_y = 25; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/obj/machinery/button/blast_door{dir = 1; id_tag = "UHCZ Western Shutter"; name = "UHCZ Western Shutter"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "UHCZ Checkpoint Gate 1"; name = "UHCZ Checkpoint Gate 1"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"uXd" = (/obj/item/clothing/head/hairflower,/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) +"uXd" = (/obj/machinery/door/blast/regular{id_tag = "LCZ Checkpoint Upper"; name = "LCZ Checkpoint Upper"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "uXk" = (/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "uXw" = (/obj/machinery/scp294,/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/sign/scp/safe_scp{pixel_y = 30},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "uXT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/obj/machinery/camera/network/entrance{dir = 1},/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "uYb" = (/obj/structure/curtain/medical,/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) -"uYy" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard,/obj/effect/floor_decal/corner/brown/bordercorner,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) +"uYy" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown/bordercorner,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "uYC" = (/obj/effect/floor_decal/carpet/green,/turf/simulated/floor/carpet/green,/area/chapel) "uYH" = (/obj/effect/floor_decal/corner/yellow/border{dir = 6},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "uYW" = (/obj/structure/catwalk,/obj/machinery/power/terminal{dir = 1},/obj/structure/cable/cyan{icon_state = "0-4"},/obj/structure/cable/cyan{icon_state = "4-8"},/turf/simulated/floor/plating,/area/site53/engineering/engine_smes) @@ -4509,14 +4238,11 @@ "vaY" = (/obj/structure/bed/chair/pew/mahogany,/turf/simulated/floor/tiled/dark,/area/chapel) "vck" = (/obj/structure/table/standard,/obj/machinery/light,/obj/machinery/photocopier/faxmachine,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "vdi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) -"vdk" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"vdC" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/railing/mapped{dir = 4},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) -"vea" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/paint_stripe/red,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) +"vea" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/corner/brown/border{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "vgo" = (/obj/effect/floor_decal/corner/red/mono,/obj/structure/table/reinforced,/obj/item/reagent_containers/spray/cleaner,/obj/item/storage/firstaid/regular,/obj/item/storage/box/gloves,/obj/item/storage/box/masks,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) "vgG" = (/obj/structure/closet/secure_closet/guard/lethalshotgunammunitionbuckshot,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "vhB" = (/obj/effect/floor_decal/corner/green/border{dir = 8},/obj/machinery/camera/network/entrance{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "vhE" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/industrial/outline{color = "#8daf6a"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) -"viC" = (/obj/machinery/door/airlock/science{name = "166-V"},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "viG" = (/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "viK" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "vjh" = (/obj/structure/flora/pottedplant,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) @@ -4526,8 +4252,6 @@ "vkJ" = (/obj/structure/lattice,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/catwalk,/turf/simulated/open,/area/site53/uhcz/scp106containment) "vlk" = (/obj/machinery/door/window/brigdoor/eastright{dir = 2; req_access = list("ACCESS_ADMIN_LEVEL4")},/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"; id_tag = "aic"; name = "AIC Server Room Blast Door"},/turf/simulated/floor/blackgrid,/area/site53/science/aiccore) "vlr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/wood/mahogany,/area/chapel) -"vlN" = (/obj/structure/table/woodentable/mahogany,/obj/effect/landmark/costume/maid,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) -"vmh" = (/obj/structure/bed/chair/office/comfy/beige,/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "vmG" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/mineral/random{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/ulcz/maintenance) "vnm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "vnp" = (/obj/machinery/light{dir = 8},/obj/machinery/vending/hydronutrients/generic{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/site53/lowertrams/restaurantkitchenarea) @@ -4548,28 +4272,22 @@ "vtK" = (/obj/structure/table/rack,/obj/item/aiModule/quarantine,/obj/item/aiModule/asimov,/obj/item/aiModule/dais,/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/brigdoor/eastright{req_access = list("ACCESS_ADMIN_LEVEL4")},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techfloor,/area/site53/science/aicobservation) "vtL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/reswing/robotics) "vtO" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) -"vtX" = (/obj/structure/table/reinforced,/obj/item/folder/blue,/obj/item/folder/red,/obj/item/folder,/obj/item/folder/yellow,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "vuh" = (/obj/machinery/door/airlock/chaplain{name = "Chaplain Office"; req_access = list("ACCESS_CHAPEL_STORAGE")},/obj/machinery/door/firedoor,/turf/simulated/floor/wood/mahogany,/area/chapel) -"vuH" = (/turf/simulated/floor/exoplanet/water,/area/site53/ulcz/humanoidcontainment) "vuY" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/corner/black/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "vvq" = (/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp247observation) "vww" = (/obj/machinery/light{dir = 1},/obj/structure/sign/scp/euclid_scp{pixel_y = 32},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "vwK" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "vxq" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/llcz/checkequip) "vxu" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) -"vxS" = (/obj/machinery/camera/network/scp343{name = "scp527"; network = list("SCP-527 CCTV Network")},/obj/structure/bookcase/manuals/engineering,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "vyb" = (/obj/machinery/disposal/deliveryChute{dir = 1; name = "Trash Outlet"},/obj/structure/disposalpipe/trunk,/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) "vzw" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/tiled/freezer,/area/site53/uhcz/scp247observation) -"vzD" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "vAq" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) -"vAL" = (/obj/structure/window/reinforced{dir = 1},/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "vAT" = (/obj/structure/closet/crate/bin,/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "vBn" = (/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "vBZ" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/generalpurpose3) "vCK" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp1507observation) "vCX" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "vDN" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/item/paper_bin,/turf/simulated/floor/carpet/red,/area/site53/uhcz/commanderoffice) -"vEp" = (/obj/machinery/chemical_dispenser/bar_soft/full,/obj/structure/table/plastic,/turf/simulated/floor/wood/walnut,/area/site53/ulcz/humanoidcontainment) "vEz" = (/obj/effect/paint_stripe/gray,/turf/simulated/wall/r_wall/prepainted,/area/site53/ulcz/scp216) "vEB" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/catwalk_plated/white,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor,/area/site53/ulcz/hallways) "vEQ" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/machinery/reagent_temperature,/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) @@ -4579,24 +4297,20 @@ "vIL" = (/obj/structure/closet/firecloset,/obj/machinery/alarm{alarm_id = "petrov3"; dir = 8; pixel_x = 21},/obj/effect/floor_decal/corner/green/mono,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp263research) "vJF" = (/obj/machinery/door/airlock/highsecurity{name = "Evacuation Bunker"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "vJT" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) -"vKg" = (/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/tiled/techmaint,/area/site53/ulcz/humanoidcontainment) "vKp" = (/obj/effect/floor_decal/corner/red/mono,/obj/machinery/button/windowtint{id_tag = "un1"; pixel_x = -25},/obj/structure/table/rack,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/electrical,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) -"vKQ" = (/obj/structure/table/woodentable/ebony,/obj/item/flame/candle,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "vKZ" = (/obj/machinery/door/airlock/glass/civilian{name = "Unused SCP Containment Chamber"; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/generalpurpose) -"vLm" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ Checkpoint Northern Window"; name = "ULCZ Checkpoint Northern Window"; pixel_y = 9; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ Checkpoint Southern Window"; name = "ULCZ Checkpoint Southern Window"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/button/blast_door{dir = 1; id_tag = "ULCZ Checkpoint Central Window"; name = "ULCZ Checkpoint Central Window"; pixel_y = -23; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/entrance_checkpoint) +"vLm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/wallframe_spawn/reinforced/titanium,/obj/machinery/door/blast/shutters/open{id_tag = "LCZ Checkpoint Windows"; name = "LCZ Checkpoint Windows"},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) "vLH" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/turf/simulated/floor/tiled/steel_grid,/area/site53/uhcz/scp1507containment) "vNb" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/machinery/camera/autoname{dir = 8; network = list("Engineering Network")},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "vNf" = (/obj/effect/paint_stripe/gray,/obj/structure/sign/directions/ez{dir = 1},/turf/simulated/wall/prepainted,/area/site53/ulcz/hallways) "vNo" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/reswing/robotics) -"vNN" = (/obj/structure/closet/wardrobe/chaplain_black,/obj/machinery/camera/network/scp343{name = "scp166-V"; network = list("SCP-166-V CCTV Network")},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "vNQ" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/machinery/light{dir = 4},/obj/machinery/sleeper{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/hczguardgear) -"vOc" = (/obj/item/device/flashlight/lamp,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "vOx" = (/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmtunnel) "vOO" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) "vPv" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{dir = 8; pixel_x = 20; tag_exterior_door = "scp96observation"; tag_interior_door = "scp96interior"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "vPC" = (/obj/effect/floor_decal/corner/orange/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/surface/bunker) "vPJ" = (/obj/item/modular_computer/console/preset/cardslot/command,/turf/simulated/floor/tiled/techfloor,/area/site53/surface/bunker) -"vPX" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"vPX" = (/obj/effect/floor_decal/corner/brown/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "vQk" = (/obj/structure/catwalk,/obj/structure/cable/cyan{icon_state = "2-4"},/obj/structure/cable/cyan{icon_state = "2-8"},/turf/simulated/floor/plating,/area/site53/engineering/engine_smes) "vQN" = (/obj/structure/bed/chair/office{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) "vRf" = (/obj/effect/catwalk_plated/dark,/obj/machinery/light,/turf/simulated/floor,/area/site53/uhcz/hallways) @@ -4607,15 +4321,13 @@ "vSP" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmcontrol) "vTJ" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "vVj" = (/obj/structure/table/standard,/obj/item/device/radio/phone,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 0},/obj/machinery/door/blast/regular{id_tag = "UHCZ Western Shutter Window"; name = "UHCZ Western Shutter Window"},/turf/simulated/floor/plating,/area/site53/uhcz/securitypost) -"vVl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"vVl" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "vVK" = (/obj/structure/flora/pottedplant/floorleaf,/obj/item/device/radio/intercom{dir = 4; pixel_x = -20},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) -"vWZ" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "vXh" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "vXj" = (/obj/structure/flora/pottedplant/minitree,/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 4},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/controlroom) "vXu" = (/obj/effect/floor_decal/corner/red/border,/obj/effect/landmark/start{name = "LCZ Guard"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/checkequip) "vXz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass/civilian,/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "vXY" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/pen,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) -"vYw" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "vYz" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) "vZa" = (/obj/effect/floor_decal/carpet/green,/obj/effect/floor_decal/carpet/green{dir = 4},/obj/effect/floor_decal/carpet/green{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/carpet/green,/area/chapel) "vZp" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/chapel) @@ -4627,7 +4339,6 @@ "wdB" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass/command{name = "AIC Observation"; req_access = list("ACCESS_SCIENCE_LEVEL4","ACCESS_ADMIN_LEVEL3")},/obj/machinery/door/blast/regular/open{dir = 4; icon_state = "pdoor0"; id_tag = "aic"; name = "AIC Server Room Blast Door"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aiccore) "weF" = (/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/power/apc/hyper{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/closet/secure_closet/guard/breachautomatics,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "wfL" = (/obj/structure/closet/crate/secure/biohazard,/obj/machinery/light/small{dir = 1},/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/lowertrams/maintenance) -"wfV" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "wgK" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp247observation) "wgY" = (/obj/machinery/light{dir = 1},/obj/structure/table/standard,/obj/item/device/taperecorder,/obj/item/device/tape,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "whj" = (/obj/machinery/light{dir = 1},/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) @@ -4641,13 +4352,12 @@ "wju" = (/obj/machinery/sleeper{dir = 1},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "wjM" = (/obj/effect/floor_decal/corner/brown/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "wkb" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) -"wkv" = (/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"wkv" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border,/obj/item/device/megaphone,/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "wkx" = (/obj/structure/filingcabinet,/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark/monotile,/area/site53/zonecommanderoffice) "wlv" = (/obj/machinery/button/blast_door{dir = 4; id_tag = "ULCZ Secure Armoury"; name = "ULCZ Secure Armoury"; pixel_x = -22; req_access = list("ACCESS_SECURITY_LEVEL4")},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "wmf" = (/obj/effect/floor_decal/corner/yellow/half{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/locker_room) "wmD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/site53/lowertrams/hczmaint/south) "wnA" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/securitypost) -"woc" = (/obj/structure/table/reinforced,/obj/item/storage/box/donut,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "woN" = (/obj/structure/closet/secure_closet/engineering_welding,/turf/simulated/floor/tiled/techfloor,/area/site53/llcz/entrance_checkpoint) "wpa" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/obj/effect/catwalk_plated/dark,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/site53/uhcz/hallways) "wpe" = (/obj/machinery/door/firedoor{dir = 8},/obj/machinery/door/airlock/glass/civilian{name = "Restaurant"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) @@ -4666,6 +4376,7 @@ "wuI" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark,/area/site53/llcz/scp513) "wvc" = (/obj/item/device/assembly/infra,/obj/item/device/assembly/infra,/obj/item/device/assembly/infra,/obj/item/device/assembly/infra,/obj/item/device/assembly/infra,/obj/item/device/assembly/signaller,/obj/item/device/assembly/signaller,/obj/item/device/assembly/signaller,/obj/item/device/assembly/signaller,/obj/item/device/assembly/signaller,/obj/structure/closet/crate,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "wws" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) +"wwy" = (/obj/effect/floor_decal/corner/brown/border{dir = 6},/turf/simulated/floor/tiled,/area/site53/lowertrams/brownline) "wwJ" = (/obj/machinery/camera/autoname{name = "SCP-247 Observation"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp247observation) "wwS" = (/obj/machinery/door/airlock/civilian{name = "Hydrophonics"},/obj/machinery/door/blast/shutters{id_tag = "Restaurant Office Privacy Shutters"; name = "Restaurant Office Privacy Shutters"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) "wxi" = (/obj/machinery/camera/network/lcz{name = "SCP-263"},/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp263) @@ -4689,32 +4400,26 @@ "wGn" = (/obj/machinery/camera/network/entrance{dir = 4},/obj/structure/hygiene/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/simulated/floor/tiled/white,/area/site53/surface/bunker) "wGE" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled,/area/site53/lowertrams/hub) "wGH" = (/obj/machinery/door/airlock/science{name = "SCP-106 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/uhcz/scp106observ) -"wHv" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "wIt" = (/obj/effect/landmark/test/space_turf,/turf/simulated/floor,/area/space) "wIH" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp066) "wII" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/surface/bunker) "wJn" = (/obj/machinery/camera/network/scp513{dir = 8},/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "wJD" = (/obj/machinery/camera/network/lcz{c_tag = "SCP-529"; dir = 8; name = "SCP-529"},/turf/simulated/floor/carpet/brown,/area/site53/llcz/scp500{requires_power = 0}) "wJT" = (/obj/effect/floor_decal/industrial/warning{dir = 4; icon_state = "warning"},/turf/simulated/floor/reinforced,/area/site53/ulcz/scp914) -"wKN" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/scp343{name = "scp166-V"; network = list("SCP-166-V CCTV Network")},/obj/structure/table/woodentable/mahogany,/obj/item/storage/candle_box,/obj/item/flame/lighter/zippo/gunmetal,/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "wLo" = (/obj/machinery/camera/autoname{dir = 1; network = list("Engineering Network")},/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/engineering/primaryhallway) "wLC" = (/obj/effect/floor_decal/corner/orange/border,/obj/item/modular_computer/console/preset/aislot/research{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) "wLF" = (/obj/effect/landmark/start{name = "LCZ Zone Commander"},/obj/structure/bed/chair/office/comfy{dir = 8},/turf/simulated/floor/carpet/blue2,/area/site53/zonecommanderoffice) -"wLQ" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "wMy" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/science{name = "SCP-106 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL3","ACCESS_SCIENCE_LEVEL4"))},/obj/effect/catwalk_plated,/turf/simulated/floor,/area/site53/uhcz/scp106observ) -"wNk" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/obj/machinery/light{dir = 4},/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/exoplanet/grass,/area/site53/ulcz/humanoidcontainment) "wNz" = (/obj/structure/table/standard,/obj/machinery/reagent_temperature/cooler,/turf/simulated/floor/tiled/monotile/white,/area/site53/reswing/robotics) "wNG" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/exoplanet/snow,/area/site53/engineering/primaryhallway) "wNY" = (/obj/effect/paint_stripe/red,/obj/item/modular_computer/telescreen/preset/generic,/turf/simulated/wall/titanium,/area/site53/uhcz/scp895) "wOl" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "wOn" = (/obj/structure/sign/warning/fall{pixel_y = 32},/obj/structure/ladder,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106containment) -"wOB" = (/obj/effect/paint_stripe/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/wall/titanium,/area/site53/llcz/entrance_checkpoint) -"wPK" = (/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) +"wOB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/structure/bed/chair/comfy{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/entrance_checkpoint) "wPS" = (/obj/structure/sign/scp/safe_scp{pixel_y = 32},/turf/unsimulated/mineral,/area/space) "wQn" = (/obj/machinery/requests_console{department = "Engineering"; departmentType = 7; pixel_x = -32},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/atmos) "wRi" = (/obj/structure/table/woodentable/mahogany,/obj/machinery/photocopier/faxmachine{req_access = list("ACCESS_CHAPEL_STORAGE")},/turf/simulated/floor/wood/mahogany,/area/chapel) "wRx" = (/obj/item/device/assembly/infra,/obj/item/device/assembly/infra,/obj/item/device/assembly/infra,/obj/item/device/assembly/infra,/obj/item/device/assembly/infra,/obj/item/device/assembly/signaller,/obj/item/device/assembly/signaller,/obj/item/device/assembly/signaller,/obj/item/device/assembly/signaller,/obj/item/device/assembly/signaller,/obj/structure/closet/crate,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/obj/item/device/assembly/prox_sensor,/obj/effect/floor_decal/corner/red/mono,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) -"wRH" = (/obj/machinery/power/smes/buildable/preset/ds90/substation_full{RCon_tag = "Humanoid block substation"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "wRV" = (/obj/structure/bed/chair/office{dir = 1},/turf/simulated/floor/tiled,/area/site53/uhcz/scp096) "wSy" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "wSF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/restaurantkitchenarea) @@ -4722,19 +4427,15 @@ "wTY" = (/obj/structure/table/standard,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/toy/desk/fan,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp106observ) "wUk" = (/obj/machinery/door/airlock/research{name = "SCP-513 Observation"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/scp513) "wUz" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters/open{dir = 4; id_tag = "066shutter"; name = "SCP-066 Containment Chamber Shutter"},/turf/simulated/floor,/area/site53/llcz/scp066) -"wUY" = (/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) -"wVg" = (/obj/machinery/door/airlock/highsecurity{name = "Humanoid Containment Unit"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL2"))},/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "Humo_lock"; name = "Lockdown"},/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "wVj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "wVp" = (/obj/machinery/recharger/wallcharger{dir = 8; pixel_x = 20},/obj/effect/floor_decal/industrial/outline/red,/obj/structure/closet/secure_closet/guard/lcz,/obj/item/device/radio/headset/headset_sec_lcz,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/tactical,/obj/item/clothing/under/rank/security/lcz,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/box/a57/rubber,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) "wVr" = (/obj/machinery/door/airlock/glass/research{name = "Office"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/small,/area/site53/ulcz/hallways) "wVK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/turf/simulated/floor/plating,/area/site53/engineering/primaryhallway) "wVL" = (/obj/effect/floor_decal/corner/blue/border{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) -"wVP" = (/obj/machinery/camera/network/hcz{dir = 4},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/humanoidcontainment) "wWz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techmaint,/area/site53/lowertrams/restaurantkitchenarea) "wYg" = (/obj/structure/table/standard,/obj/structure/flora/pottedplant/deskleaf,/obj/machinery/camera/motion{c_tag = "AIC Observation 5"; dir = 8; network = list("Entrance Zone Network")},/turf/simulated/floor/tiled/techfloor,/area/site53/science/aicobservation) "wZg" = (/obj/machinery/light,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/black/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "wZn" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/table/standard,/obj/item/gun/launcher/grenade,/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) -"wZG" = (/obj/structure/table/woodentable/mahogany,/obj/item/modular_computer/laptop/preset/custom_loadout/standard{name = "TV"},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "xac" = (/obj/structure/table/reinforced,/turf/simulated/floor/reinforced,/area/site53/uhcz/generalpurpose3) "xaC" = (/obj/effect/floor_decal/corner/black/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) "xaG" = (/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/machinery/light{dir = 4},/obj/structure/table/standard,/obj/item/clothing/ears/earmuffs,/obj/effect/floor_decal/corner/yellow/mono,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) @@ -4763,10 +4464,9 @@ "xlc" = (/obj/structure/catwalk,/obj/structure/cable/cyan{icon_state = "2-4"},/obj/structure/cable/cyan{icon_state = "1-2"},/obj/machinery/power/sensor{name_tag = "#AUX GENERATOR PRODUCTION GRID#"},/obj/structure/cable/cyan{icon_state = "0-2"},/turf/simulated/floor/plating,/area/site53/engineering/engine_smes) "xlz" = (/obj/structure/table/rack,/obj/machinery/light{dir = 8},/obj/machinery/door/window/brigdoor/southleft{req_access = list("ACCESS_ENGINEERING_LEVEL3")},/obj/structure/window/reinforced{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; req_access = list("ACCESS_SCIENCE_LEVEL1")},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/item/rig/ce/equipped,/turf/simulated/floor/tiled/techfloor,/area/site53/engineering/containment_engineer) "xna" = (/turf/simulated/mineral{initial_gas = list("oxygen"=21.8366,"nitrogen"=82.1472)},/area/site53/uhcz/scp247containment) -"xnq" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "xoe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmcontrol) "xoD" = (/obj/effect/floor_decal/corner/blue/border{dir = 10},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/commanderoffice) -"xoP" = (/obj/item/stool/padded,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) +"xoP" = (/obj/effect/floor_decal/corner/brown/mono,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "xpf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/redline) "xpD" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "xpX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) @@ -4783,7 +4483,7 @@ "xtk" = (/obj/effect/paint_stripe/red,/obj/structure/sign/directions/ez{dir = 8; pixel_x = -30},/turf/simulated/wall/titanium,/area/site53/uhcz/hallways) "xus" = (/obj/item/device/taperecorder,/obj/item/device/camera,/obj/item/device/camera_film,/obj/item/device/camera_film,/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) "xuS" = (/obj/effect/floor_decal/carpet/green,/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/carpet/green,/area/chapel) -"xvH" = (/obj/effect/floor_decal/corner/brown/mono,/obj/structure/flora/pottedplant/floorleaf,/obj/machinery/camera/network/entrance{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/brownline) +"xvH" = (/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "xww" = (/obj/machinery/papershredder,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp096) "xwF" = (/obj/structure/table/rack,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp263research) "xxz" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/obj/structure/closet/secure_closet/guard/lcz,/obj/item/device/radio/headset/headset_sec_lcz,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/tactical,/obj/item/clothing/under/rank/security/lcz,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/scp/p90_mag/rubber,/obj/item/ammo_magazine/box/a57/rubber,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/checkequip) @@ -4792,9 +4492,8 @@ "xyH" = (/obj/effect/paint_stripe/red,/obj/structure/reagent_dispensers/peppertank,/turf/simulated/wall/titanium,/area/site53/lhcz/hczguardgear) "xyT" = (/obj/structure/bed/chair{pixel_y = -1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) "xzQ" = (/obj/structure/window/basic/full{name = "Safety Glass"},/obj/structure/table/steel_reinforced,/obj/machinery/button/blast_door{dir = 4; id_tag = "SCP-096 Chamber Lockdown"; name = "SCP-096 Chamber Lockdown"; req_access = list("ACCESS_SECURITY_LEVEL5")},/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) -"xAu" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"xAu" = (/obj/effect/floor_decal/corner/brown/border{dir = 1},/obj/structure/bed/chair/padded/black,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) "xCd" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/black/bordercorner{dir = 4},/obj/effect/floor_decal/corner/black/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/generalpurpose2) -"xCn" = (/obj/machinery/vending/hotfood{name = "\improper Hot Milfs"},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/mahogany,/area/site53/ulcz/humanoidcontainment) "xCR" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/power/terminal,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/techmaint,/area/site53/science/aicobservation) "xCX" = (/obj/structure/railing/mapped,/turf/simulated/open,/area/site53/uhcz/scp106containment) "xDp" = (/obj/effect/catwalk_plated/dark,/obj/structure/railing/mapped{dir = 8},/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor,/area/site53/ulcz/scp2427_3) @@ -4807,11 +4506,9 @@ "xFL" = (/obj/effect/floor_decal/carpet/orange,/obj/effect/floor_decal/carpet/orange{dir = 4},/obj/effect/floor_decal/carpet/orange{dir = 6},/turf/simulated/floor/carpet/orange,/area/site53/ulcz/scp999) "xGw" = (/obj/effect/floor_decal/industrial/fire{dir = 8},/obj/structure/bed/chair/armchair/beige{dir = 1},/turf/simulated/floor/wood,/area/site53/ulcz/scp2427_3) "xGA" = (/obj/effect/floor_decal/corner/yellow/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) -"xHF" = (/obj/structure/table/plastic,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/obj/item/reagent_containers/food/drinks/milk,/turf/simulated/floor/tiled/dark,/area/site53/ulcz/humanoidcontainment) "xHJ" = (/obj/structure/table/rack,/obj/item/storage/toolbox/electrical,/obj/item/storage/toolbox/mechanical,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp247observation) "xIs" = (/obj/effect/floor_decal/corner/brown/border{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "xJI" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/site53/surface/bunker) -"xKh" = (/turf/unsimulated/beach/water,/area/site53/ulcz/humanoidcontainment) "xLs" = (/obj/effect/floor_decal/corner/brown/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp914) "xLV" = (/obj/effect/floor_decal/corner/orange/mono,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "xMA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/orange/border{dir = 9},/obj/machinery/light_switch{dir = 4; pixel_x = -23},/turf/simulated/floor/tiled/monotile/white,/area/site53/science/seniorresearchera) @@ -4820,8 +4517,6 @@ "xNS" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/vending/weaponry/lcz/energy,/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "xOp" = (/obj/item/flame/lighter/zippo,/turf/simulated/floor,/area/space) "xOS" = (/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/generalpurpose3) -"xPQ" = (/obj/structure/window/reinforced/tinted{dir = 8},/obj/structure/hygiene/shower,/turf/simulated/floor/pool,/area/site53/ulcz/humanoidcontainment) -"xPT" = (/turf/simulated/floor/wood/ebony,/area/site53/ulcz/humanoidcontainment) "xQv" = (/obj/machinery/door/airlock/science{name = "SCP-263 Test Chamber"; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL4"))},/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/scp263research) "xQD" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/reinforced,/area/site53/reswing/robotics) "xQK" = (/obj/machinery/computer/rdservercontrol{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/upper_surface/serverfarmcontrol) @@ -4829,9 +4524,10 @@ "xRk" = (/obj/machinery/door/airlock/glass/security{id_tag = "evaccell"; name = "Bunker Brig Cell"; req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/monotile,/area/site53/surface/bunker) "xRv" = (/obj/machinery/door/airlock/glass/security{name = "Security Center"; req_access = list("ACCESS_SECURITY_LEVEL2")},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/monotile,/area/site53/llcz/checkequip) "xRI" = (/obj/machinery/alarm{alarm_id = "petrov3"; dir = 8; pixel_x = 21},/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/effect/floor_decal/corner/yellow/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/scp078) +"xRL" = (/obj/machinery/vending/cigarette{dir = 4},/obj/effect/floor_decal/corner/brown/border{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "xSs" = (/obj/machinery/door/blast/regular/open{begins_closed = 1; icon_state = "pdoor0"; id_tag = "ULCZ Lethal Armoury"; name = "ULCZ Lethal Armoury"},/turf/simulated/floor/tiled/dark,/area/site53/llcz/dclass/armory) "xSP" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/site53/uhcz/scp457containment) -"xSS" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/white/monotile,/area/site53/llcz/entrance_checkpoint) +"xSS" = (/obj/effect/floor_decal/corner/brown/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "xTl" = (/obj/effect/wallframe_spawn/reinforced/titanium,/turf/simulated/floor/tiled/monotile,/area/site53/llcz/entrance_checkpoint) "xTy" = (/obj/effect/floor_decal/corner/orange/mono,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/monotile,/area/site53/lowertrams/hub) "xUj" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/wood/walnut,/area/site53/lowertrams/restaurantkitchenarea) @@ -4840,7 +4536,6 @@ "xVn" = (/obj/machinery/vending/security{req_access = list("ACCESS_SECURITY_LEVEL2")},/turf/simulated/floor/tiled/dark,/area/site53/lhcz/hczguardgear) "xVz" = (/obj/effect/floor_decal/corner/brown/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "xWw" = (/turf/simulated/floor/tiled/monotile,/area/site53/llcz/scp263) -"xXL" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "xYA" = (/obj/machinery/light{dir = 1},/obj/structure/closet,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/obj/item/device/toner,/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/office) "xZp" = (/obj/structure/sign/directions/ez{pixel_x = -30},/turf/simulated/floor/tiled/monotile/white,/area/site53/ulcz/hallways) "xZB" = (/obj/structure/bed/chair/office/comfy,/obj/effect/landmark/start{name = "HCZ Zone Commander"},/turf/simulated/floor/carpet/red,/area/site53/uhcz/commanderoffice) @@ -4854,7 +4549,7 @@ "ycD" = (/obj/structure/bed/chair{dir = 8; pixel_x = -7},/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/site53/uhcz/securitypost) "ydp" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/site53/uhcz/scp1507observation) "ydq" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"; pixel_y = 1},/turf/simulated/floor/tiled/dark/monotile,/area/site53/lowertrams/restaurantkitchenarea) -"yew" = (/obj/machinery/door/blast/regular{begins_closed = 0; id_tag = "ULCZ North Gate"; name = "ULCZ North Gate"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/small,/area/site53/llcz/entrance_checkpoint) +"yew" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/brown/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/entrance_checkpoint) "yeX" = (/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/llcz/scp513) "yhJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/window/brigdoor/northleft{dir = 4; req_access = list(list("ACCESS_SECURITY_LEVEL2","ACCESS_SCIENCE_LEVEL3"))},/mob/living/simple_animal/hostile/retaliate/goat,/turf/simulated/floor/tiled/steel_grid,/area/site53/ulcz/scp2427_3) "yic" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/engineering/primaryhallway) @@ -4932,71 +4627,71 @@ azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaa azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKalKalKalKalKalKalKalKalKalKaaNamdameamfameamgaADamhamiaaVacVamjamkaeHaptapDapyapCapDapHaeHamSamraojaluakLakLakLakLakLaluajVamsaZAapkamuamvamwamxatnanrapkaqnatpajVaoSapJkSPaaxaaxakWalWanBamKanQakWanRanSanTaoganRamIaaxaolaomyicaaxaouaovaoKaoLaoMaouaouamoazAazAazAazAazAazAazAazAazAazAazAazAazAazAaeBaeBaeBaeBaeBaeBaeBaeBaeBaeBaeBaeBaIiagOaMpomeaMpaMpaMpaMpaMpaMpaMpaMpaMpaMpafKaMpaMpaMpaMpaMpagVaLUgRdfiJaibaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlamlaaNiWRacAacAacAacAandamhamhanfanUanUanVanWapKapLaqBaqMaqBaqVaeHamSamraaxfpyakLakLakLakLakLaluajVarBangapkanrankbPnanjankanransantmbsanMaqYaqZakdhsZaaxakWaoRanBamKemfakWappapqapwapzaqhamIaaxaqiaqlfPUaaxaouardarHrqYasfhFlhFlamoazAazAazAazAazAazAazAazAazAazAazAazAazAazAaeBaeBaeBaeBaeBaeBaeBaeBaeBaeBaeBaeBaIiaaUahcahcahcahcahcahcahckQhahcahcvtLahcahcahcahcvtLahcahcahcaLUbiFuPvrCkaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlaaNaaNaaNapgapgapgapgaaNaaNamhaoUamhamhaoVanWaraaqBaqBaqMaqBceoaeHamSamraojaluakLakLakLakLakLaluajVanXcblapkapkapkamwaoeanhatTlfXatjaofajVaoSarfaohaosaotakWakWasNasOakWakWamIamIasWarUamIamIaaxauvasXaaxaaxamoasYamoamoamoamoamoamoaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaeBaeBaeBaeBaeBaeBaIiagWaMpaJAaJAaJAaJAaJAaJAaIiaICaIinmBaLUaLUaLUaLUaOBaOBqIFaOBaOBbiFuPvaJpaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlaaNamlamlamlamlamlamlamlaaNamhaoUapOamhaoVanWadmaqBgWoaqMaqBarYapRukZamraaxaluakLakLakLakLakLaluajVaonsjcapkcnWapkaniaOxapkapkapkpiXamTajVaoSarfaohaoYakdapAamWapBapFamWamWapGpJwapIamWapPamWamWapVaxBapXamWamWaqeamWpJwamWamWaqpamWamWamWamWamWamWamWamWamWamWamWlSOamWamWamWamWamWamWamWaqtaaxaeBaeBaeBaeBaeBaeBaIiagWaMpaJAafingBadKaFcebGbXPaJnaIixMAndtndtndtaIFaOBacXaCljBOndtaJeuPvaJgaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAurCurCurCurCurCurCurCurCurCurCurCurCurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlaaNaaNaaNamlamlamlamlamlamlamlaoTamhaoUamhapTapUanWadrapLaqBasaaqBbCiasbamSamraojaluakLakLakLakLakLaluajValjaIaapkanralsaoWaoXapbaoAapkjoIaodapdascaseaquaqvaqxaqzaqzarharwarxarEarFarEarGarMarRarMarMarMqEdarWarWarWarSarWarXasdasdasgasdasdasdasdasdasdasdasdasdasdnparbOoAsasdasdasdasdasdkzWukuaaxaeBaeBaeBaeBaeBaeBaIiagWaMpaIiaKyailaJnaJnaJnaJnaJXaIigyLuPvfwdfXErCkaOBgeiuPvfNoqYSfXEucepjLaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAurCtjFhNxxPTgiKviCxPTxPTinTwKNinTxPTurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlapMapSapYamlapZaqaaqbamlnwAeeXaqEaqFaqGaqHaqIaqJafoatvatwatxatylGuatWatXamraaxaluakLakLakLakLakLaluajVapeaOwapkapkamxamzrYUapkapkapkamFvXjajVaTwawBasJasJvIlaucatqaugauxatqauAauIauAwLoauAavtauAauAavuauAauAauAauAauAauAavGauAauAauAauAauAauAavPauAauAauAauAauAauAauAavRauAauAtoLauAaTuegfrsOaTGaaxaeBaeBaeBaeBaeBaeBaIiaidahcaKcaKdaKdaKdaKdiOXaKdaKeaIiprQuPvqYSogXrCkaOBqCbwGkwGkaqAkoIuFycWoaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAurClEXhNxxPTxPTviCxPTxPTxPTxPTxPTxPTurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlaqcaqdapYamlaqcafrarnaroamlapgarsafJaruaoVrojaeHaeHaeHawXaslcIolFxaeHwVKamraojaluakLakLakLakLakLaluajVanXcblapkapkamxapmapEapkapkapkatjaofajVaTwaxvavUavVvjhaaxaaxhnUbveaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaqXapaaqXaaxaaxaryarzarzarzarzarzarzarzarzarzarzarzarzarzarzarAaTwaohapIaTGaaxaeBaeBaeBaeBaeBaeBaIiagWaMpaIigOzfgGgOzaJnaJnaJnrcpaIiqCbgEMgFowLCaFsaOBaOBaOBaOBaOBaOBaOBaOBaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAurCurCurCxPToFRurCurCxPTxPTbIxxPTxPTurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlarpaqdapYamlarqasmasnasoaspaPjasRasSasTapUamhasUasVasUaxLaxMaxOaxPaaNaxQamraaxfpyakLakLakLakLakLaluajVarBaZAapkaqUarCaqNeAdankalrapkaqnmvZajVaTwaxTawaawbaaxasMatLatNatOaudpMpaufauhauisVhaurausautauutcLauFauGafEasMaqXapxaqXaeBaeBaskasvaswasxdNMasHasPasQasZataiOzatcatdateatfaskaTwaohapIaTGaaxaeBaeBaeBaIiaIiaIiaIiahFaihaIiaJAaJAaJAaaSaBnaJnmXUaIiaOBaOBaOBaOBaOBaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAurCxPTxPTurCurCkABxPTxPTxPTkABurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlaaNaaNatzamlamlamlamlamlamlamlaoTandamhaoVamhaumaunauoaunaxUaxVaxWyipaaNaxQamraojaluakLakLakLakLakLaluajVamsangapkanratkatlatmatnanrapkuGjatpajVaTwaycavXaaxaaxasMauJatNatOauKauLauLauLauLauLauLauLauLauMauKauLauLauNasMaqXlKjaqXaeBaeBaskwQnaswatsattatuatDatEatratratFatGatHatIatPaskaTwaohapIaTGaaxaeBaeBaeBaIiaivagVafKagWaMpafKaMpaMpaJAaaSaBnaJngRyaIiazAazAazAazAazAazAazAazAurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurCurChNxhNxurCurCinTeWLkABeWLinTurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlaaNamlamlamlamlamlamlamlaaNauZavaavbavravsasUavOasUaydayeayeayfaaNaxQamraaxaluakLakLakLakLakLwNGaawatQatRapkaofaplatSatmanraofapkatUgjtaawaTwayhaaxaaxazAasMauJauOauPauQauRauRauRauRauRauRauRauRauXauYauLauLavcasMaqXapxaqXaqXaqXaskatYatZasxauaaujatDaukatDatEaulaupauBauCaqXaskiOHaohapIukuaaxaeBaeBaeBaIiaMpahbahcaiAaMpaMpaMpaMpaJAvNoafPaSCvNoaIiazAazAazAazAazAazAazAazAurCfFmjlNicghNzurCevdpOUxCnkkDiylurCsZncBjvxSxPQoBEurCqKSmovwZGvNNeXfeXfxPTxPTurCurCurCurCurCurCurCurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlaaNaaNaaNapgapgapgapgaaNaaNamhaaNaaNaaNaaNaaNaAvaeFaaNaaNaaNaaNaaNaxQamraojaluakLakLakLakLakLaluaawaawauDaltaltalJalLauTauUauUauUaqwaawaawaTwayhaaxazAazAasMavjawRavkavmavnafmavqeiUaneavwvSgavwavAavJauLauLavcasMaqXauWaqParbaqPaxAavdatZatsaveavfavgavhaviavhavyavzavBateavCaskhbeaohapIaTGaaxaeBaeBaeBaIiaMpagWaIiaIiaIiaIiaMpaMpaJAaMphGBhGBcMiaIiazAazAazAazAazAazAazAazAurClfbxKheSGpHourCikkikkikkikkikkurCiJyhyrhyrewiiRYurCxPTxPTehqxPTxPTxPTxPTxPTurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlamlaaNiWRaixaixaixaixandamhamhaaNazAazAaaNayiayjayQaaNazAazAazAaaxwVKkAmaaxamEalualualualualualuwNGaawaawbtuavEavFaxoavHavEavEuGZaawaawaawaTwayhaaxazAazAasMrOHawRavlawlawIawHawIawNawKhBuawHaftawNawOauLauLxZEasMaqXaqXaqXavNaqXaqXavQawdaweawfatuavgaukavgawgawhawiawtatIawoaskaTwaohapIaTGaaxaeBaeBaeBaIiaMpagWaIiakaakaaIiaMpaMpaJAaMphGBftnaMpaIiazAazAazAazAazAazAazAazAurCxKhxKhuXdvuHoZIikkikkikkgPsfjGurChyrhyrkhQkEIkqzurCxPTxPTxPTlonxPTurCurCurCurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKalKalKalKalKalKalKalKalKalKaaNaAAanUaACanUanUaABamhamhaaNazAazAaaNazlazssDyaaNazAazAazAaaxaxQamraaxaaxaojaojaojaojaojaojaojaawaawaaBajVajVaxpawqajVajVaaBaawaawaawaTwhWkaaxazAazAasMawQawRawjatOauLauLauLauLauLauLauLauLauLatOauLauLavcasMawrawsateawvawwawxawyawEawwawwaxanjjaxcawwawwaxgaxhaxiauCaqXaskaTwaohapIaTGaaxaeBaeBaeBaIiaMpagWaIiaMpaMpaIiaMpaMpaJAaMpwNzaaPazDaIiazAazAazAazAazAazAazAazAurCtXUeSGhNzbTKurChoIvmhikkikkjuHurCvKghyrhyrhyrhyrurCkWifIBxPTxPTxPTihwkqzoBEurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaaNaaNaaNaaNaaNaaNaaNaaNaaNaaNazAazAaaNazuazsazvaaNazAazAazAaaxaxQamramramramramramramramramramramramratoaqWaqWaobazwamramramrazHamWamWazNayhaaxazAazAasMawQawRavJawSauLauLauLauLauLauLauLauLazmaApauLauLauNasMawraxdaxeaxjaxkaxkaxlaxmaxqatraxsaxqaxtaxuaxEaxFaxHaxNateaxCaskaTwaohapIaTGaaxaeBaeBaeBaIiaMpagWaIiaJnaJnaIiaMpaMpaJAaMpaMpaLccMiaIiazAazAazAazAazAazAazAazAurCuXdqEaeSGtSrurCvlNlgaikkjzTdyCurCdHpuIRhyrhLUtNuurCmrsfIBxPTxPTljburCfSHiRYurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaaNazPaAlaAmaaNazAazAazAaaxaAEanGanGaAUanGanGanGanGaBeaBewCBwCBmPAaBiaAZanGaBljINaBuaBKaBKaBMaBPaBQaBRaBSaaxazAazAasMaAzaARkwHaAVaAWaAXaCwaCxaAVaCDaCGaCHaCIaCNkwHaARaCPasMaqXaqXaxDaxRaxSaymaynayoaypaysaxqaxtayPayVayVawgayYazaatIazbaskaTwaohapIaTGaaxaeBaeBaeBaIiaMpalEahcarlaMpaMpaMpaMpaJAafzaOVlCGaJqaIiazAazAazAazAazAazAazAazAurCurCurCaXVurCurCurCotvhPIurCurCurCurCotvjKcurCurCurCurCotvviCurCurCurCurCurCurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaaNaaNaaNaaNaaNazAazAazAaaxaaxaaxaoiaoiaqjaqjaqjaqjaqjaqjaqjaqjaoFauyaoiauzauzawFawGawFauzauzawVawVawVawWawVawVazAasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMazAazAaqXpihazdazeazfazgazhazimvIazkazoaDaaDaaDaaDbaDcarzarzaDdaTwaohapIaTGaaxaeBaeBaeBaIiaivnIraMpagWaMpaMpnIraMpaIiaIiaIiaIiaIiaIiazAazAazAazAazAazAazAazAurCaXVhCdkqzrpFurChUNpFPwUYqrChUNhUNmLpbWrwUYlvbvzDhUNhUNbWrwUYhIZmDJhiuhUNhUNurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiaHbawYaALaxbapNajyawZajIaAhaHcaHdaoiawFaxwaFAaFBaxxaxyauzawVaxzaFzaxJaxKawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaqXaDeauCaDfaDgaDhaDiaDjaDkaDlaDmaDnaDoaDpaDqaqXaqXaeBaBLiOHaohapIukuaBLaeBaeBaeBaIiaIiaIdaIdaaqaIdaIdaIdaIiaIiazAazAazAazAazAazAazAazAazAazAazAazAazAurCcNbaXVkqzjdourCkrPnMWwUYwUYnMWnMWnMWwUYwUYhdUmvQmvQmvQcgocgocgoldXwUYnMWwNkurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiqCXaqfaHhuYWvQkdhcaHhayleHvaHYgWuaoiauzaxXaxYaxYaxYsWqauzawVawVawVaybsKcawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaqXaqXaDraDsaqXaDtaDuaDuaDvaDmaDwaDxaDpaDqaqXaeBaeBaBLaTwaohapIaTGaBLaeBaeBaeBaeBaeBaIdaKraKsaIpaIqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAurCaXVkqzkqzrYxurCvdCwUYwUYwUYwUYwUYwUYwUYwUYqaQwUYwUYwUYwUYwUYwUYwUYwUYwUYgleurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoirQAaLFaUcaLFaZBipmoqislpaLFaNSkxGaoiauzkLaaxYaxYaxYdTWauzawVazqaxIaybnBDawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaeBaeBaBLaTwaohapIaTGaBLaeBaeBaeBaeBaeBaIdaInaInaIraIsaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAurCurCurCurCurCurCvdCwUYwUYwUYdCFwUYwUYwUYdCFqaQwUYdCFwUYwUYwUYdCFwUYwUYwUYgleurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiaIbaIbaIbaIbxlcaMtamtaPckemaZSjgJaoiauzazOaxYaxYaxYaxZauzawVawVawVaybaygawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvaacaacaacaacaeBaeBaBLaTwaohapIvNbaBLaeBaeBaeBaeBaeBaIdaInayraKnaKoaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAurCkrPwUYwUYwUYvKQwUYwUYwUYvKQqaQwUYvKQwUYwUYwUYvKQwUYwUYwUYwNkurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaTYbjYbjYbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiaNTazRtiaayktBJazTazSaAbaAhaOraFFaoiawFaAraAsaAsaAsaAuauzawVazqaxIaybmtlawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvnCLsSOcxAmigujCenvkVAeWowxsmTNnLMxqNcFotLgpavePoaVnenvoscfhMuXkaacaeBaeBaBLaTwaohapIaTGaBLiVMiVMaIdaIdaIdaIdaIdaaFaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdkbOkbOkbOkbOkbOkbOazAurCvdCwUYwUYwUYeWpwUYgNggNgeWpqaQwUYeWpgNggNgwUYeWpwUYwUYwUYgleurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYadinGTbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiaoiaoiaoiaoiaoiaoiaoiaoiaoiaoiaoiaoiauzauzauzauzauzauzauzawVawVawVawVawVawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvcaPuYCuYCuYCtOmenvxrwenvbMxqgXhRJuEAuEAuEAvZacfqqgXaIVqzlpHUhFwaacaeBaeBaBLaTwaohapIaTGqtDaInaInrmEaInaInaInaInaImajYajYajYajYcpOajYajYajYajYalUajYajYanLaAJaURajYsbYrDjtWatWatWakbOazAurCvdCwUYwUYwUYwUYiUutMxtMxlUDsvqxnqiUuwLQwLQlUDwUYwUYwUYwUYgleurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYadfstqaekafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUqVIbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvnCXnCXdujnCXnCXenvwDkenvvZpwBbwBbwBbwBbwBbwBbwBbhTRenvjHsvsxmpHaacaeBaeBaBLaTwaohapIaTGaBLaIdaIdaIdaIdaavaavaavaavaavaavaavaavaavaavaIdaIdaIdaIdaIdaIdaIdkPUaIdaIdkbOwRHheGtWatWakbOazAurCkrPwUYwUYwUYeLfurCurCurCurCgsiwVgurCurCurCurCeLfwUYwUYwUYwNkurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCtbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYaCtbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvwRijvZgvWedJoRUenvifYenvxrHvaYsakulwcxAgoyvaYsakiRoicScMKvsxlOhaacaeBaeBaBLaTwaohapIaTGaBLaeBaeBaeBaeBaavaaXaaYaaZabaxstaFXabgnLcaavamyqgnacYsJUlQFibAaIdaCpaIdazAkbOaMnhbmisCaMmkbOazAurCvdCwUYwUYqowqowurCwUYbRuaoPfabvYwaoPbRuwUYurCqowqowwUYwUYgleurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvgvWgvWgvWgvWgvWmAhgvWenvrLEvaYsakkkMiYYsSyvaYsakiQZicScMKvsxrXPaacaeBaeBaBLaTwaohapIaTGaBLaavaavaavaavaavuArsGRuArabmahPsGRuArsGRfGKabflQJabfabfabfjfhaIdaCqaIdazAkbOmimtWaaIBtttkbOazAurCurCnRfurCqowmmwurCwUYbjZcTMvdksZyqwFoNGwUYurCmmwqowurCnRfurCurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBsaBsaBsaBsaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvjhyfhxglCfszsTWgvWgvWvuhrLEvaYsakkkMuhLsSyvaYsakiQZicScMKvsxrXPaacaeBaeBaBLiOHaohapIukuaBLotNabpkBDabeaavabsabtabwoOFerCuArsGRuArvpuabfwWzabqabqabfabqaIdaCqaIdazAurCurCurCurCqZgurCurCurCurCnRfurCmmwwUYurCjOburCurCqaQwUYurCurCmuhurCwUYmmwurCnRfurCurCazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBsagAagAagAaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvdaRwzyfpJgvWgvWgCrudDenvrLEvaYsakkkMiAgsSyvaYsakiQZicScMKvsxrXPaacaeBaeBaBLhbeaohapIaTGaBLiGpabjabjabjbPguArsGRuArsGRiYidIDaLWadvaavvnpwWzabqabqabfkGmaIdaCqaIdazAurCtBDgHsgHsotetKourCurCeqfwUYaTHwUYwUYaTHpHfwfVurCqaQwUYurCwHvpHfaTHwUYwUYaTHwUYgleurCazAazAazAazAbImbImbImbImbImbImbImazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBsagAagAagAaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvenvenvenvenvenvenvenvenvenvcmJvaYsakqpBuYCjwXvaYsakgebicScMKvsxlddaacaeBaeBaBLayLaohapIawpaBLabpabpabulvxaavydqsieadcaGaxsTaavaavaavaavmuUvYzabqabqabfabqaIdaCqaIdazAurCqWNeqFtWatttqpEurCurCcgJwUYwUYwUYwUYwUYwUYqyRurCwPKdjfurCjeewUYwUYwUYwUYwUYwUYwNkurCazAazAazAbImbImoBpqviaXEqvieXVbImbImazAazAazAazAazAaBsaBsaPnaBsaBsaBsaBsaBsaBsaBsaBsaBsaBsaBsaBsaBsaPnaBsaBsagAagAagAaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvfyOfyOfyOenvmfVhALlvkhSQnCXgpYhrvwBbwBbiPUwBbwBbrRBlLMenvjHsvsxbcAaacaeBaacaBLabGaETaFaabGaBLaavaavaavaavaavaavabvabvabvaTmaavnwYaLOaavadglnfahQahQsKnqgsaIdaCqaIdazAurCrdptWatWattttWafWYsOZlLSwUYwUYwUYwUYwUYqyRtIItIIqaQwUYtIItIIjeewUYwUYwUYwUYwUYcRsurCazAazAazAbImxDMdOshzphzphzphRZffJbImazAazAazAazAazAaBsaoxraMaBffhfwgYahSaindvVxtixgIjekfVHmhhxfSkmKhzLwvcaBsagAagAagAaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEaFEaFEaFEaFEaFEaFEenvvZpwBbwBbenvgURqWjqWjcYCnCXtothCZtwstwstwstwstwsmVYjBdenvvhBvsxhFwaacaacaacaetgExabQftzttEaajabzabHuXwmJraavacDkLzlPeadnaOuaaviaFpbZxbpkEUjoXadshnwabfhnwaIdaCqaIdazAurCuyTtWatWarTkisCdSVbFHoXocgocgocgocgoniDnpJbHNdhnegVcgonbDbHNnpJidccgocgocgocgoqWCurCazAazAazAbImljchzphzphzphzphzpgxRbImazAazAazAazAazAaBsahSahSahSahSahSahSahSahSfdNahSahSahSahSahSahSahSahSaBsaBsahSaBsaBsaBsaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEheAlzFlzFgOVlzFlzFmFRpEDpEDpEDonRmNxrncqXobjLiWcpEDvoplhJsaVtxjsaVtvFwBbwBbicScMKvsxizSpBuqOzaacqVhrNGabQftziPxaMoabzqnOeOqxoPjDFiaFiaFiaFiaFadltdcbWufnjaavaavwwSaavkyVabfaLRaIdaCpaIdazAurCqWNoOBtWatWaiOyurCurCuhywUYwUYwUYwUYwfVtIIahsnsUwUYwUYnsUcFCtIIwHvwUYwUYwUYwUYwNkurCazAazAazAbImxGwhzphzptwWhzphzpmwmbImazAazAazAazAazAaBsaqKarrarrarraBdsqvarrwTYaBdsWDarraBtaBdarrarrarrarraAKaIDafnxrtaBaaBsaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEdDdaFEaFEaFEaFEaFEenvvZpwBbackenvmQYvlrvlruTXnCXlCEktFhSkdDBdDBdDBuzWgpYktFicScMKryYqzlqzlqzlwDUqhojklstHeMMiPxiXEaavuNLaMbeonaduiaFxgmadqagTjAFaLVaaviyYaavlUdaMbaavkyVosfsdXaIdaCqaIdazAurCumrlTqlTqlTqjfvurCurCvdCwUYmczjMLmczqyRtIInsUwUYwUYaLBwUYnsUtIIjeemczjMLmczwUYgleurCazAazAazAbImmLDhzphzphzphzphzpgxRbImazAazAazAazAazAaBsaBbbkLpzxcQxaBcvseahSksLaBceduahShfiaBccQxaBfahSeQXaBsaqDahSahSaBjaBsaCtbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEdDdaFEazAazAazAazAenvgLLhafdBKenvsDmmdRscwsYXnCXnfVgKTdaRuYCiDxxuStOmiBpcCLicSngOkaFoziozisTXaaccLulUFxLVxTyiPxaMoabzfNHaMbeoneKWiaFsExvpOwSFaLXaLMdQSlxLnIiaNRqMcaavaavaavaavaIdaCqaIdazAurCgNyrwBrwBrwBfMEurCurCurCieourCurCurCurCurCtIIiCFwUYwUYciltIIurCurCurCurCurCmjNurCurCazAazAazAbImicVubewipubewipmOXqrobImazAazAazAazAazAaBswMywGHceFceFceFceFaBsceFceFceFaBsceFceFceFceFaBsaBsaBsaBvaBwaBwaCJaASaCObjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEprbaFEazAazAazAazAenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvaacaacaacaacaacaacabPrNGaataatiPxaMoabzaOvaMbaMbmyviaFiaFadpiaFkywjAFdQSlfLkcVagbabnaLKofdaavazAaIdaCqaIdazAurCeGqtWaomFtWahtQurCurCnRzwUYbuAqMplHegCJusKtIItIIwUYwUYtIIiNhhMFtZihVJhMFhMFhMFiRfurCbImbImtNktACcrWbImbImswobImbImbImbImbImbImbImazAazAkPMniQuDTcTjxCXoeenVIhlcnVInVInVIhlcnVIoeexCXnVInVInVIkPMaCnaBsaBsaEcaBsbjYbjYaBWazAakiakiakiakiakiakiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEdDdaFEazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaacfvDadZadZaacaOTabJabKabKabMadEaavuIOaMbaMbaavqduaooaoomvFaavivMaavachkgRkaorLzaLPvATaavazAaIdaCqaIdazAurCwVPrPmeYigbLiOyurCurCgiJwUYwUYwUYwUYwUYwUYrHrurCfwQfwQurChMFhMFnOqnOqnOqnOqnOqnOqurCbImdLSaKNybVbImhGFchWaVslMFxDpbImxjnnOJsPhbImazAazAkPMniQuDTaBDmSXaKvxCXxCXxCXxCXxCXxCXxCXgvHvkJfrBnVInVIkPMaCLaCYaCZaEdaCvaCQaCRaBWazAakiakkakraWVbaFakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakibjYaCubjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEdDdaFEazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaactKaaafaafokpaOTabJaafaafabMaMopnifKVaMbaMbonlaMbeoneoneonabiadbaavaavaavaavaavaavaavaavazAaIdaCqaIdazAurCeGqmPGmPGmPGhtQurCurCtJnwUYwUYbTlxHFrmSwUYwUYtIIwUYwUYtIIhMFnOqjkJhYpjkJjMXdZjjkJurCbImsulxNgaVlbImmBnchWaVslMFftenNVhARsJkkdNbImazAazAkPMniQuDToCmrXlxFgoHHoHHoHHlWqoHHoHHoHHxFguhKcTjnVInVIkPMaCMariaEgaEhaCzaCeaCzaBWazAakibaGbaHbaIbaJakibaKbaLbaMakibaNbaObaNbaNbaNbaNbaPbaQbaNbaNbaNbaObaObaOakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXahmdDdahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmaFEaFEaFEaFEaFEazAazAazAazAaactKaaafaafokpaOTrNGabQabQiPxaMowpeadttjWtjWtjWtjWtjWtjWtjWtjWxUjacmnUntOpaLQacfaMbjvVaavazAaIdaCqaIdazAurCjyjqyYaKjqyYikZurCurCnNnwUYwUYjKRbjHpxfwUYeuWurCqvGrHrurCsYrnOqjkJdfjhMFhMFhMFhMFurCbImkorxNgaKMbImhGFchWaVslMFxDpbImkvYaKMhkpbImkPMkPMkPMmxNuDToCmcFNkPMkPMkPMkPMkPMkPMkPMkPMkPMqbzcTjnVInVIkPMaCeaCfaEiaCgaCAaCeaCSaBWazAakibaRsecaeGbaTbaUbaVbaWbaXakibaYbaPbaNbaNbaNbaNbaObaObaNbaNbaZbaPbaObbaakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXaghaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqhFzhFzhFzhFzhFzhFzhFzhFzhFzhFzhFzhFzagmhslacPacPacPacPacPacPacPacPacPacPacPacPacPacPacPacPacPgmwacxacIacKaFEazAabIazAazAaacjrCaebaebaacabPrNGabQabQiPxaMoaavdaeaGbaOyrBZahRlOFgEmahRacgacZaMbaMbaMbaMbaMbaMbaMbaavazAaIdaCpaIdazAurCurCurCurCurCurCurCurCklswUYwUYmZShnNsiBwUYwUYtIIwUYwUYtIIhMFnOqjkJhMFuGEhhjfJeoJCurCbImbImemCrcNbImbImbImurrbImbImbImbImjQsbImbImbnpaEKkPMqbzuDToCmniQkPMbjijZApKUpKUpKUhXNpKUkPMniQcTjnVInVIkPMaBWaBWaBWaBWaBWaBWaBWaBWazAakibaGbaHbaIbbbakibbcbbdbbeakibaObaNbaNbaNbbfbaNbaNbaNbaNbaNbaNbaObaNbaOakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXagQbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXkeIbgXbgXbgXbgXbgXbgXbgXbgXbgXkeIbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXahmuSmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmlaQoufacSacTaFEazAabIaacaacaacaacaacaacaacgZcaXxabQabQuBKuYHaavaOzaavabzagcaavoDyaavoDyaavrBmfUkfUkdsmxyTxyTstraFZaavaavaIdaCqaIdazAazAazAazAazAazAazAazAurCblbwUYwUYwUYwUYwUYwUYndrurCqvGfLzurChMFnOqdZjhMFvEpurCurCurCurCazAbImyhJaKMkxPvwwrkvrkvrkvjNcrcyrcyaKMbImkPMaEKaEKujDniQuDTdUfniQkPMpKUaaIpKUpKUpKUpKUpKUkPMniQcTjnVInVIkPMazAazAazAazAazAazAazAazAazAakibbgbbhbbibaSakiakibbkakiakibblbaNbaPbbabaObaNbaNbbmbaPbaNbaNbaObaNbaOakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXagQbgXazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXkeIbgXazAazAazAazAazAazAazAbgXkeIbgXazAazAazAazAazAazAazAazAazAazAazAahmuSmahmazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAahmfcppAoadCacTaFEazAabIadAuPLuPLuPLuPLadDiWpaegkxXabQabQnUQaSzaSzabomOdaSzaSzaSzaSzuSbadFaaveoneonsWzlOFrBZrBZahRaMbkhXnhMaIdaCqaIdazAazAazAazAazAazAazAazAurCepkwUYiAXsxXlOOlRmwUYaFTtIIwUYwUYtIIhMFhMFoWNhMFjkQaBoaBoaBoaBoaBobImrCJaKMaKMaKMaKMobIxEiaKMaKMaKMbrkbImkPMaXMjQMbibuiAixGixGhsYrlVaXNmDUpKUngFpKUsRVpKUkPMkoScTjnVInmykPMazAazAazAazAazAazAazAazAazAakiakibbnakiakiakibbotMLbbobbobbobbqbbobbobaObbrbaNbaObbsbaObbabaObaPbaNakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXagQbgXazAazAazAazAazAazAbkqjIljIljIljIljIljIljIljIljIlmpTmpTmpTcSpazAazAazAazAazAazAbgXkeIbgXazAazAazAazAazAazAazAazAazAazAazAahmuSmahmazAazAazAazAazAazAazAwPSazAazAazAazAazAazAazAahmlZExfdadCacTaFEazAabIaeiaejaenaenaenaenaenaeouuTaeraernVYhCYhCYabhaPSaeTaeTaeTaeTaeTaevaavbdpbdpmNNlOFacWaLTahRsmhaavaavaIdaCqaIdazAazAazAazAazAazAazAazAurCurCurCurCurCurCurCurCurCotvpCppCpaJhurCurCurCurCurCaBoaipaipaipaBobImugrbbjaKMaKMaKMfSLjJjaKMaKMaKMaKMbImkPMkPMkPMkPMniQuDTbwIniQkPMpKUpKUpKUpKUpKUpKUpKUkPMniQcTjnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBoxfGakibbobbobbodZnbbvbbubbxbbybbubbobbAbbBbaNbbCbaObaObaObaObbDbaPakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlaaNamlamlamlamlamlamlamlaaNamhaoUapOamhaoVanWadmaqBgWoaqMaqBarYapRukZamraaxaluakLakLakLakLakLaluajVaonsjcapkcnWapkaniaOxapkapkapkpiXamTajVaoSarfaohaoYakdapAamWapBapFamWamWapGpJwapIamWapPamWamWapVaxBapXamWamWaqeamWpJwamWamWaqpamWamWamWamWamWamWamWamWamWamWamWlSOamWamWamWamWamWamWamWaqtaaxaeBaeBaeBaeBaeBaeBaIiagWaMpaJAafingBadKaFcebGbXPaJnaIixMAndtndtndtaIFaOBacXaCljBOndtaJeuPvaJgaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlaaNaaNaaNamlamlamlamlamlamlamlaoTamhaoUamhapTapUanWadrapLaqBasaaqBbCiasbamSamraojaluakLakLakLakLakLaluajValjaIaapkanralsaoWaoXapbaoAapkjoIaodapdascaseaquaqvaqxaqzaqzarharwarxarEarFarEarGarMarRarMarMarMqEdarWarWarWarSarWarXasdasdasgasdasdasdasdasdasdasdasdasdasdnparbOoAsasdasdasdasdasdkzWukuaaxaeBaeBaeBaeBaeBaeBaIiagWaMpaIiaKyailaJnaJnaJnaJnaJXaIigyLuPvfwdfXErCkaOBgeiuPvfNoqYSfXEucepjLaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlapMapSapYamlapZaqaaqbamlnwAeeXaqEaqFaqGaqHaqIaqJafoatvatwatxatylGuatWatXamraaxaluakLakLakLakLakLaluajVapeaOwapkapkamxamzrYUapkapkapkamFvXjajVaTwawBasJasJvIlaucatqaugauxatqauAauIauAwLoauAavtauAauAavuauAauAauAauAauAauAavGauAauAauAauAauAauAavPauAauAauAauAauAauAauAavRauAauAtoLauAaTuegfrsOaTGaaxaeBaeBaeBaeBaeBaeBaIiaidahcaKcaKdaKdaKdaKdiOXaKdaKeaIiprQuPvqYSogXrCkaOBqCbwGkwGkaqAkoIuFycWoaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlaqcaqdapYamlaqcafrarnaroamlapgarsafJaruaoVrojaeHaeHaeHawXaslcIolFxaeHwVKamraojaluakLakLakLakLakLaluajVanXcblapkapkamxapmapEapkapkapkatjaofajVaTwaxvavUavVvjhaaxaaxhnUbveaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaaxaqXapaaqXaaxaaxaryarzarzarzarzarzarzarzarzarzarzarzarzarzarzarAaTwaohapIaTGaaxaeBaeBaeBaeBaeBaeBaIiagWaMpaIigOzfgGgOzaJnaJnaJnrcpaIiqCbgEMgFowLCaFsaOBaOBaOBaOBaOBaOBaOBaOBaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlarpaqdapYamlarqasmasnasoaspaPjasRasSasTapUamhasUasVasUaxLaxMaxOaxPaaNaxQamraaxfpyakLakLakLakLakLaluajVarBaZAapkaqUarCaqNeAdankalrapkaqnmvZajVaTwaxTawaawbaaxasMatLatNatOaudpMpaufauhauisVhaurausautauutcLauFauGafEasMaqXapxaqXaeBaeBaskasvaswasxdNMasHasPasQasZataiOzatcatdateatfaskaTwaohapIaTGaaxaeBaeBaeBaIiaIiaIiaIiahFaihaIiaJAaJAaJAaaSaBnaJnmXUaIiaOBaOBaOBaOBaOBaOBazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlaaNaaNatzamlamlamlamlamlamlamlaoTandamhaoVamhaumaunauoaunaxUaxVaxWyipaaNaxQamraojaluakLakLakLakLakLaluajVamsangapkanratkatlatmatnanrapkuGjatpajVaTwaycavXaaxaaxasMauJatNatOauKauLauLauLauLauLauLauLauLauMauKauLauLauNasMaqXlKjaqXaeBaeBaskwQnaswatsattatuatDatEatratratFatGatHatIatPaskaTwaohapIaTGaaxaeBaeBaeBaIiaivagVafKagWaMpafKaMpaMpaJAaaSaBnaJngRyaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlaaNamlamlamlamlamlamlamlaaNauZavaavbavravsasUavOasUaydayeayeayfaaNaxQamraaxaluakLakLakLakLakLwNGaawatQatRapkaofaplatSatmanraofapkatUgjtaawaTwayhaaxaaxazAasMauJauOauPauQauRauRauRauRauRauRauRauRauXauYauLauLavcasMaqXapxaqXaqXaqXaskatYatZasxauaaujatDaukatDatEaulaupauBauCaqXaskiOHaohapIukuaaxaeBaeBaeBaIiaMpahbahcaiAaMpaMpaMpaMpaJAvNoafPaSCvNoaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlaaNaaNaaNapgapgapgapgaaNaaNamhaaNaaNaaNaaNaaNaAvaeFaaNaaNaaNaaNaaNaxQamraojaluakLakLakLakLakLaluaawaawauDaltaltalJalLauTauUauUauUaqwaawaawaTwayhaaxazAazAasMavjawRavkavmavnafmavqeiUaneavwvSgavwavAavJauLauLavcasMaqXauWaqParbaqPaxAavdatZatsaveavfavgavhaviavhavyavzavBateavCaskhbeaohapIaTGaaxaeBaeBaeBaIiaMpagWaIiaIiaIiaIiaMpaMpaJAaMphGBhGBcMiaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKamlamlamlamlamlamlamlamlamlaaNiWRaixaixaixaixandamhamhaaNazAazAaaNayiayjayQaaNazAazAazAaaxwVKkAmaaxamEalualualualualualuwNGaawaawbtuavEavFaxoavHavEavEuGZaawaawaawaTwayhaaxazAazAasMrOHawRavlawlawIawHawIawNawKhBuawHaftawNawOauLauLxZEasMaqXaqXaqXavNaqXaqXavQawdaweawfatuavgaukavgawgawhawiawtatIawoaskaTwaohapIaTGaaxaeBaeBaeBaIiaMpagWaIiakaakaaIiaMpaMpaJAaMphGBftnaMpaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAalKalKalKalKalKalKalKalKalKalKaaNaAAanUaACanUanUaABamhamhaaNazAazAaaNazlazssDyaaNazAazAazAaaxaxQamraaxaaxaojaojaojaojaojaojaojaawaawaaBajVajVaxpawqajVajVaaBaawaawaawaTwhWkaaxazAazAasMawQawRawjatOauLauLauLauLauLauLauLauLauLatOauLauLavcasMawrawsateawvawwawxawyawEawwawwaxanjjaxcawwawwaxgaxhaxiauCaqXaskaTwaohapIaTGaaxaeBaeBaeBaIiaMpagWaIiaMpaMpaIiaMpaMpaJAaMpwNzaaPazDaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaaNaaNaaNaaNaaNaaNaaNaaNaaNaaNazAazAaaNazuazsazvaaNazAazAazAaaxaxQamramramramramramramramramramramramratoaqWaqWaobazwamramramrazHamWamWazNayhaaxazAazAasMawQawRavJawSauLauLauLauLauLauLauLauLazmaApauLauLauNasMawraxdaxeaxjaxkaxkaxlaxmaxqatraxsaxqaxtaxuaxEaxFaxHaxNateaxCaskaTwaohapIaTGaaxaeBaeBaeBaIiaMpagWaIiaJnaJnaIiaMpaMpaJAaMpaMpaLccMiaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaaNazPaAlaAmaaNazAazAazAaaxaAEanGanGaAUanGanGanGanGaBeaBewCBwCBmPAaBiaAZanGaBljINaBuaBKaBKaBMaBPaBQaBRaBSaaxazAazAasMaAzaARkwHaAVaAWaAXaCwaCxaAVaCDaCGaCHaCIaCNkwHaARaCPasMaqXaqXaxDaxRaxSaymaynayoaypaysaxqaxtayPayVayVawgayYazaatIazbaskaTwaohapIaTGaaxaeBaeBaeBaIiaMpalEahcarlaMpaMpaMpaMpaJAafzaOVlCGaJqaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaaNaaNaaNaaNaaNazAazAazAaaxaaxaaxaoiaoiaqjaqjaqjaqjaqjaqjaqjaqjaoFauyaoiauzauzawFawGawFauzauzawVawVawVawWawVawVazAasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMasMazAazAaqXpihazdazeazfazgazhazimvIazkazoaDaaDaaDaaDbaDcarzarzaDdaTwaohapIaTGaaxaeBaeBaeBaIiaivnIraMpagWaMpaMpnIraMpaIiaIiaIiaIiaIiaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiaHbawYaALaxbapNajyawZajIaAhaHcaHdaoiawFaxwaFAaFBaxxaxyauzawVaxzaFzaxJaxKawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaqXaDeauCaDfaDgaDhaDiaDjaDkaDlaDmaDnaDoaDpaDqaqXaqXaeBaBLiOHaohapIukuaBLaeBaeBaeBaIiaIiaIdaIdaaqaIdaIdaIdaIiaIiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiqCXaqfaHhuYWvQkdhcaHhayleHvaHYgWuaoiauzaxXaxYaxYaxYsWqauzawVawVawVaybsKcawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaqXaqXaDraDsaqXaDtaDuaDuaDvaDmaDwaDxaDpaDqaqXaeBaeBaBLaTwaohapIaTGaBLaeBaeBaeBaeBaeBaIdaKraKsaIpaIqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoirQAaLFaUcaLFaZBipmoqislpaLFaNSkxGaoiauzkLaaxYaxYaxYdTWauzawVazqaxIaybnBDawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaqXaeBaeBaBLaTwaohapIaTGaBLaeBaeBaeBaeBaeBaIdaInaInaIraIsaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiaIbaIbaIbaIbxlcaMtamtaPckemaZSjgJaoiauzazOaxYaxYaxYaxZauzawVawVawVaybaygawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvaacaacaacaacaeBaeBaBLaTwaohapIvNbaBLaeBaeBaeBaeBaeBaIdaInayraKnaKoaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaTYbjYbjYbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiaNTazRtiaayktBJazTazSaAbaAhaOraFFaoiawFaAraAsaAsaAsaAuauzawVazqaxIaybmtlawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvnCLsSOcxAmigujCenvkVAeWowxsmTNnLMxqNcFotLgpavePoaVnenvoscfhMuXkaacaeBaeBaBLaTwaohapIaTGaBLiVMiVMaIdaIdaIdaIdaIdaaFaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYadinGTbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaoiaoiaoiaoiaoiaoiaoiaoiaoiaoiaoiaoiaoiauzauzauzauzauzauzauzawVawVawVawVawVawVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvcaPuYCuYCuYCtOmenvxrwenvbMxqgXhRJuEAuEAuEAvZacfqqgXaIVqzlpHUhFwaacaeBaeBaBLaTwaohapIaTGqtDaInaInrmEaInaInaInaInaImajYajYajYajYcpOajYajYajYajYalUajYajYanLaAJaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYadfstqaekafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUafUqVIbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvnCXnCXdujnCXnCXenvwDkenvvZpwBbwBbwBbwBbwBbwBbwBbhTRenvjHsvsxmpHaacaeBaeBaBLaTwaohapIaTGaBLaIdaIdaIdaIdaavaavaavaavaavaavaavaavaavaavaIdaIdaIdaIdaIdaIdaIdkPUaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCtbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYbjYaCtbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvwRijvZgvWedJoRUenvifYenvxrHvaYsakulwcxAgoyvaYsakiRoicScMKvsxlOhaacaeBaeBaBLaTwaohapIaTGaBLaeBaeBaeBaeBaavaaXaaYaaZabaxstaFXabgnLcaavamyqgnacYsJUlQFibAaIdaCpaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvgvWgvWgvWgvWgvWmAhgvWenvrLEvaYsakkkMiYYsSyvaYsakiQZicScMKvsxrXPaacaeBaeBaBLaTwaohapIaTGaBLaavaavaavaavaavuArsGRuArabmahPsGRuArsGRfGKabflQJabfabfabfjfhaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBsaBsaBsaBsaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvjhyfhxglCfszsTWgvWgvWvuhrLEvaYsakkkMuhLsSyvaYsakiQZicScMKvsxrXPaacaeBaeBaBLiOHaohapIukuaBLotNabpkBDabeaavabsabtabwoOFerCuArsGRuArvpuabfwWzabqabqabfabqaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBsagAagAagAaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvdaRwzyfpJgvWgvWgCrudDenvrLEvaYsakkkMiAgsSyvaYsakiQZicScMKvsxrXPaacaeBaeBaBLhbeaohapIaTGaBLiGpabjabjabjbPguArsGRuArsGRiYidIDaLWadvaavvnpwWzabqabqabfkGmaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImbImbImbImbImbImbImazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBsagAagAagAaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvenvenvenvenvenvenvenvenvenvcmJvaYsakqpBuYCjwXvaYsakgebicScMKvsxlddaacaeBaeBaBLayLaohapIawpaBLabpabpabulvxaavydqsieadcaGaxsTaavaavaavaavmuUvYzabqabqabfabqaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImbImoBpqviaXEqvieXVbImbImazAazAazAazAazAaBsaBsaPnaBsaBsaBsaBsaBsaBsaBsaBsaBsaBsaBsaBsaBsaPnaBsaBsagAagAagAaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAenvfyOfyOfyOenvmfVhALlvkhSQnCXgpYhrvwBbwBbiPUwBbwBbrRBlLMenvjHsvsxbcAaacaeBaacaBLabGaETaFaabGaBLaavaavaavaavaavaavabvabvabvaTmaavnwYaLOaavadglnfahQahQsKnqgsaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImxDMdOshzphzphzphRZffJbImazAazAazAazAazAaBsaoxraMaBffhfwgYahSaindvVxtixgIjekfVHmhhxfSkmKhzLwvcaBsagAagAagAaBsbjYaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEaFEaFEaFEaFEaFEaFEenvvZpwBbwBbenvgURqWjqWjcYCnCXtothCZtwstwstwstwstwsmVYjBdenvvhBvsxhFwaacaacaacaetgExabQftzttEaajabzabHuXwmJraavacDkLzlPeadnaOuaaviaFpbZxbpkEUjoXadshnwabfhnwaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImljchzphzphzphzphzpgxRbImazAazAazAazAazAaBsahSahSahSahSahSahSahSahSfdNahSahSahSahSahSahSahSahSaBsaBsahSaBsaBsaBsaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEheAlzFlzFgOVlzFlzFmFRpEDpEDpEDonRmNxrncqXobjLiWcpEDvoplhJsaVtxjsaVtvFwBbwBbicScMKvsxizSpBuqOzaacqVhrNGabQftziPxaMoabzaOveOqeonjDFiaFiaFiaFiaFadltdcbWufnjaavaavwwSaavkyVabfaLRaIdaCpaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImxGwhzphzptwWhzphzpmwmbImazAazAazAazAazAaBsaqKarrarrarraBdsqvarrwTYaBdsWDarraBtaBdarrarrarrarraAKaIDafnxrtaBaaBsaCCbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEdDdaFEaFEaFEaFEaFEenvvZpwBbackenvmQYvlrvlruTXnCXlCEktFhSkdDBdDBdDBuzWgpYktFicScMKryYqzlqzlqzlwDUqhojklstHeMMiPxiXEaavuNLaMbeonaduiaFxgmadqagTjAFaLVaaviyYaavlUdaMbaavkyVosfsdXaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImmLDhzphzphzphzphzpgxRbImazAazAazAazAazAaBsaBbbkLpzxcQxaBcvseahSksLaBceduahShfiaBccQxaBfahSeQXaBsaqDahSahSaBjaBsaCtbjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEdDdaFEazAazAazAazAenvgLLhafdBKenvsDmmdRscwsYXnCXnfVgKTdaRuYCiDxxuStOmiBpcCLicSngOkaFoziozisTXaaccLulUFxLVxTyiPxaMoabzfNHaMbeoneKWiaFsExvpOwSFaLXaLMdQSlxLnIiaNRqMcaavaavaavaavaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImicVubewipubewipmOXqrobImazAazAazAazAazAaBswMywGHceFceFceFceFaBsceFceFceFaBsceFceFceFceFaBsaBsaBsaBvaBwaBwaCJaASaCObjYazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEprbaFEazAazAazAazAenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvenvaacaacaacaacaacaacabPrNGaataatiPxaMoabzaOvaMbaMbmyviaFiaFadpiaFkywjAFdQSlfLkcVagbabnaLKofdaavazAaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImbImtNktACcrWbImbImswobImbImbImbImbImbImbImazAazAkPMniQuDTcTjxCXoeenVIhlcnVInVInVIhlcnVIoeexCXnVInVInVIkPMaCnaBsaBsaEcaBsbjYbjYaBWazAakiakiakiakiakiakiazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEdDdaFEazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaacfvDadZadZaacaOTabJabKabKabMadEaavuIOaMbaMbaavqduaooaoomvFaavivMaavachkgRkaorLzaLPvATaavazAaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImdLSaKNybVbImhGFchWaVslMFxDpbImxjnnOJsPhbImazAazAkPMniQuDTaBDmSXaKvxCXxCXxCXxCXxCXxCXxCXgvHvkJfrBnVInVIkPMaCLaCYaCZaEdaCvaCQaCRaBWazAakiakkakraWVbaFakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakibjYaCubjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaFEdDdaFEazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaactKaaafaafokpaOTabJaafaafabMaMopnifKVaMbaMbonlaMbeoneoneonabiadbaavaavaavaavaavaavaavaavazAaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImsulxNgaVlbImmBnchWaVslMFftenNVhARsJkkdNbImazAazAkPMniQuDToCmrXlxFgoHHoHHoHHlWqoHHoHHoHHxFguhKcTjnVInVIkPMaCMariaEgaEhaCzaCeaCzaBWazAakibaGbaHbaIbaJakibaKbaLbaMakibaNbaObaNbaNbaNbaNbaPbaQbaNbaNbaNbaObaObaOakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXahmdDdahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmaFEaFEaFEaFEaFEazAazAazAazAaactKaaafaafokpaOTrNGabQabQiPxaMowpeadttjWtjWtjWtjWtjWtjWtjWtjWxUjacmnUntOpaLQacfaMbjvVaavazAaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImkorxNgaKMbImhGFchWaVslMFxDpbImkvYaKMhkpbImkPMkPMkPMmxNuDToCmcFNkPMkPMkPMkPMkPMkPMkPMkPMkPMqbzcTjnVInVIkPMaCeaCfaEiaCgaCAaCeaCSaBWazAakibaRsecaeGbaTbaUbaVbaWbaXakibaYbaPbaNbaNbaNbaNbaObaObaNbaNbaZbaPbaObbaakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXaghaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqaiqhFzhFzhFzhFzhFzhFzhFzhFzhFzhFzhFzhFzagmhslacPacPacPacPacPacPacPacPacPacPacPacPacPacPacPacPacPgmwacxacIacKaFEazAabIazAazAaacjrCaebaebaacabPrNGabQabQiPxaMoaavdaeaGbaOyrBZahRlOFgEmahRacgacZaMbaMbaMbaMbaMbaMbaMbaavazAaIdaCpaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImbImemCrcNbImbImbImurrbImbImbImbImjQsbImbImbnpaEKkPMqbzuDToCmniQkPMbjijZApKUpKUpKUhXNpKUkPMniQcTjnVInVIkPMaBWaBWaBWaBWaBWaBWaBWaBWazAakibaGbaHbaIbbbakibbcbbdbbeakibaObaNbaNbaNbbfbaNbaNbaNbaNbaNbaNbaObaNbaOakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXagQbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXkeIbgXbgXbgXbgXbgXbgXbgXbgXbgXkeIbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXbgXahmuSmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmahmlaQoufacSacTaFEazAabIaacaacaacaacaacaacaacgZcaXxabQabQuBKuYHaavaOzaavabzagcaavoDyaavoDyaavrBmfUkfUkdsmxyTxyTstraFZaavaavaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbImyhJaKMkxPvwwrkvrkvrkvjNcrcyrcyaKMbImkPMaEKaEKujDniQuDTdUfniQkPMpKUaaIpKUpKUpKUpKUpKUkPMniQcTjnVInVIkPMazAazAazAazAazAazAazAazAazAakibbgbbhbbibaSakiakibbkakiakibblbaNbaPbbabaObaNbaNbbmbaPbaNbaNbaObaNbaOakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXagQbgXazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXkeIbgXazAazAazAazAazAazAazAbgXkeIbgXazAazAazAazAazAazAazAazAazAazAazAahmuSmahmazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAahmfcppAoadCacTaFEazAabIadAuPLuPLuPLuPLadDiWpaegkxXabQabQnUQaSzaSzabomOdaSzaSzaSzaSzuSbadFaaveoneonsWzlOFrBZrBZahRaMbkhXnhMaIdaCqaIdazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaBoaBoaBoaBobImrCJaKMaKMaKMaKMobIxEiaKMaKMaKMbrkbImkPMaXMjQMbibuiAixGixGhsYrlVaXNmDUpKUngFpKUsRVpKUkPMkoScTjnVInmykPMazAazAazAazAazAazAazAazAazAakiakibbnakiakiakibbotMLbbobbobbobbqbbobbobaObbrbaNbaObbsbaObbabaObaPbaNakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXagQbgXazAazAazAazAazAazAbkqjIljIljIljIljIljIljIljIljIlmpTmpTmpTcSpazAazAazAazAazAazAbgXkeIbgXazAazAazAazAazAazAazAazAazAazAazAahmuSmahmazAazAazAazAazAazAazAwPSazAazAazAazAazAazAazAahmlZExfdadCacTaFEazAabIaeiaejaenaenaenaenaenaeouuTaeraernVYhCYhCYabhaPSaeTaeTaeTaeTaeTaevaavbdpbdpmNNlOFacWaLTahRsmhaavaavaIdaCqaIdazAazAazAazAazAazAazAazAazAaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoazAaBoaipaipaipaBobImugrbbjaKMaKMaKMfSLjJjaKMaKMaKMaKMbImkPMkPMkPMkPMniQuDTbwIniQkPMpKUpKUpKUpKUpKUpKUpKUkPMniQcTjnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBoxfGakibbobbobbodZnbbvbbubbxbbybbubbobbAbbBbaNbbCbaObaObaObaObbDbaPakibjYaCCbjYazAazAazAazAazAazAazAazA azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXbgXbgXbgXbgXagQaePaePaePazAazAazAazAjIldadtrhhkChUhtrhhkCtrhoVwtyXmRykHinISmpTazAazAazAazAazAazAbgXkeIbgXazAazAazAazAazAazAazAazAazAazAazAahmuSmaFEazAabIabIabIabIabIhFpabIabIabIabIabIabIabIabIabIabIabIabIafYabIabIabIagiagjabEabEabEagkuYyuXTagpaaiaaioIOaPFaPGeynaPTabEabEabEabEabEaedabYabxabxabxabxabxabYabYabYabYabYadNaoqadNabYabYabYabYazAazAazAazAazAaBogpOggMaBHqKqaBHajTbQRnQMiwnajRajRajRiwnajRaBoazAaBoaipaipaipaBobImbImbImbImbImbImfFDbImbImbImbImbImbImkPMkPMkPMkPMniQuDToCmniQkPMpKUpKUpKUpKUpKUpKUpKUkPMniQcTjnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBobbEakibbobbFbbGbbubbubbubbubbubbubbpbaObaNbaObaNbaNbaObaObblbaNbbIakibjYaCCbjYazAazAazAazAazAazAazAazA azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbgXaghaiqaiqaiqvmGaePaGGaePazAazAazAazAjIlbhFlgEfhtfhtfhtfhttrpuBVtyXcVcpPOrwVmpTazAazAazAazAazAazAbgXkeIbgXazAazAazAazAazAazAazAazAazAazAazAahmuSmaFEaFEabIadxadxacuadxadxbMSaSbabZfoqaSbaSbacaacqwptacLacNadeaTNagtageaWRagvrAQaWXaWXaWXabOjOfafeafeiXuiXuafeafeuDlabBaPZabBabBabBabBabBarjabYsCIsCItxdsCImXlmyMkSEeiromvooJbTHqrMkKfhahabWylDabYazAazAazAazAazAaBokWWlFNhgYaBoaBoaBoaBoaktaBoaBoaBoaBoaBoajRaBoazAaBoaipaipaipaBoazAazAazAazAaBoaBAlFNaBAaBoazAazAkPMuvXuIbwOnmPfjHAniQuDToCmcFNkPMkPMkPMkPMkPMkPMkPMkPMkPMqbzcTjnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBobbtakibbobbubbubbubbLbbubbMbbNbbubbobaZbaNbaNbbQbaQbaNbaNbaObaNbbmakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAaVSaVSaVSaVSaVSaVSaVSazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSaVSaVSaVSaVSbgVaePaePaePaePaePaGLaePaePaePaePazAjIlaXIfhtfhtnUwfhvfhtfhtwJTtyXgEldjkjPwmpTazAazAaeSaeSaeSaeSaeSaeSaeSaeSaeSaeSazAazAazAazAazAazAazAazAahmnTFftfftfbhKpqxuLgacBacBacBacBacBacBacBacBacBacBacBacBacBdMQdiPlNfagwagBadoahBmFYaheaheaheaakaKPaKPbBSnkrnkrrDJaKPaKPfBOfjLaOYaOYaOYaOYaOYagZaahdmRaEWcLIcLIoauacElTplTplTplTplTplTplTpgVeadUefeaecazAazAazAazAazAaBoqENlFNqENaBoazAazAaBoaktaBoazAazAazAaBoajRaBoazAaBoaipaipaipaBoazAazAazAazAaBoaBAaktfEWaBoazAazAkPMrqIiKXgWIkaHnvkaOAuDToCmtcKiIUoHHoHHoHHnJVoHHoHHoHHiIUaCmcTjnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBobbtakibbobbubbubbubbSbbSbbubbubbTbbobbobbUbbVbbobbobaNbbmbbWbaObaNakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaWbhhAqKghhAuHpaVSazAazAazAazAazAazAazAazAazAazAazAazAaVSagRahdbgmahnahwmEOaePaHkaHlaHmaHmaHmaHnaHoaHpaePazAjIlbZWagsagsaXXlvffhtfhtwJTtyXdIopPOfqBmpTazAaeSaeSxYAbtZbtZaKZjFNmijeeHaKYaeSaeSazAazAazAazAazAazAazAahmahmaFEaFEabIqncbcZaOUqnJjBrjBrjBrjBrjBrjBrjBrjBrjBrjBrjBraOqqUHqUHaiGajBaelakcooDjQIjQIjQIbTJetobgyqBiqdkqdkaPAaPLaPQeelaQxeeleeleeleeleelaERaapbWTlbdxpfxpfdBgxpfxpfxpfxpfxpfxpfxpfxpfcoradUkALaecaecazAazAazAazAaBoaBoaYwaBoaBoazAazAaBoizRaBoazAazAazAaBoeOeaBoaBoaBoaBoaBUaBoaBoaBoazAazAaBoaBoaBAlFNaBAaBoaBoazAkPMkPMkPMlQakPMkPMkPMuDTdhdciEuTVriDriDriDriDriDriDriDjqyihMfrBnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBobbtakibbobbXbbubbubbSbbSbcabbubbubcbbccbcdbcdbcdbbobaPbaNbaObaObaNakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSuisaMxahOwocorImCPgMlaMEaVSbitaGMaGMaGMaGraVSazAazAazAazAazAazAazAazAazAazAazAazAaVSahyahdahdahDmfYahxaePaHraHsaHsaHsaHtaHuaHvaHwaePazAjIlseafhtfhtfhtlQXfhtfhtwiRtyXsPodjkrwVmpTazAaeSaLdaLdaLdaLdaLdaMjaLdaLdaLdaLdaeSazAazAazAazAazAazAazAazAazAazAazAaigeCZbcZaOUjfFakOeVxadxadxafuadxadxadxadxafuaZradxadxadxadxadxbKKalhuuOuPLuPLuPLapQpTGaZupIXaaeaaeargaRFpTGeqQvdiaSzaSzaSzaSzaSzbemlxMabWabWtWiabWabWabWabWabWbDXabWabWabWadUaFRadUadUbjfaecazAazAazAazAassagabxWbjDassazAazAaBoaktaBoazAazAazAaBoajRaBoaBoaBAaYCajRaYCpFNaBoazAazAaBoaBAaBAlFNaBAaBAaBoazAaBoaBAcVulFNaBApFNaBoriDnVIfdXoeenVInVInVIkPMkPMkPMkPMoLekPMkPMnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBopmqakibbobbubbubbubcgbcgbchbbubcibbobcjbcdbcdbckbclbcmbaNbaNbaNbaNakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSaGMaGMaGMaGMaGMaGMaGMaGMbhibitaGMaKqaGMaGraVSazAazAazAazAazAazAazAazAazAazAazAazAaVSahHahKaMAaMAaMAagzaePaHDaHEaHFaHFaHFaHGaHHaHHaePazAjIlpQNoopfLTtodwcraXHmpPaWntyXhdgjnmogKmpTazAaeSmNsaLdaLbaLdaLdaLzaLdaLdaLbwSyjKiazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFazFshraiwabIabIabIabIabIabIabIabIabIabIabIabIabIbKKazBgqvaaeaaeaaeabXaacfOIaySabLabLayTaQTaacaOHaOXaaeaaeaaeaaeaaearIlbnabYabYabYabYabYabYabYabYabYabYabYabYassaDDulDulDassaecazAazAazAazAassbikbPMbikassazAazAaBoaktaBoaBoaBoaBoaBoajRaBoaBoaBAajRajRajRaBAaBoaBoaBoaBoxMBajRlFNajRaBAaBoaBoaBoxMBajRlFNajRfEWaBokPMkPMkPMkPMkPMkPMkPMkPMaYCajRnJNajRaBEkPMkPMkPMkPMaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoqjAakibbobbobcnbbobbobbobbobcobbobbobcpbcdbcdbcqbcrbbabaNbaNbaQbaNakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSaITbhpurNaGMaGMaMEaMEaMEaVSaGtaHCaHLaHMaGuaVSazAazAaVSaVSaVSaVSaVSaVSaVSaVSazAazAaVSbhabhbaePaePaePaePaePaHPaePafHafHafHafHafHafHaePazAbkqjIljIljIljGWvAqjIljIljIljIlmpTmpTurLmpTazAaeSrFIaLdaLJeeHaLdaLxeeHaLdbrUeeHbhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwaBIabIvsqraQwfLbeduIcnfXaalaoIaoIagfaggaguaalazBgqvaaeaaeaaeoJBaacdGRaOtaacaacbhUshRaacgjyaOXaaeaaeaaeaaeaaeaFbabYazAazAazAazAazAazAazAazAazAazAazAazAassaFSaGsocXassazAazAazAazAazAassagabxWocXassazAazAaBorPDwpajwVajTajTwpaajTajTakeajTajTkqXajTajTakeajTajTakeajTajTcwFaBHaBHqKqajTakeajTajTcwFaBHaBHqKqajTajTakbdUlajTuTIajTakeajTajTakhajTbcsabkajTajTuTIajTajTajTbcudjCbctbctbcubctbctbctbcvakibbobcwbcdbcxbcybbobczbczbczbbobcBbcdbcdbcCbcDbaObaNbaNbaObbrakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVStyUvALbhqaGMaGMlOGvALhlhaVSaqOnRAsmqnRAnpwaVSazAazAaVSaGMaGMaGMaGMaGMaGMaVSaVSaVSaVSbhabhbaePaHUahfaHTczjhazaePaHWaHXaIcaJGaHXusUaePazAazAazAazAmpTsMFdFompTcNicNimpTfpPsBCxkMmpTazAnyLtAhaLdaLbaLdaLdaLzaLdaLdaLbaLdbhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwaoGabIoaHbedbedbedsbibedaalaisaisahlaitaAeaalazBgqvayRayRaaeaGhaKPafeaXSazCazCclOafeaKPmPbaOXwGEwGEaaeaaeaaeaFbabYazAazAazAazAazAazAazAazAazAazAazAazAassaDDulDulDassazAazAazAazAazAassbikbPMbikassazAazAaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoxMBajRaktajRfEWaBoaBoaBoaBoaBAajRajRajRaBAaBoaBoaBoaBAajRajRajRaBAaBoaBoaBoaBoaBoaBoaBoaBoaBoaBAajRaktajRkaTaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBobasakibbobcdbcdbcdbcEbbobczbcGbcHbbobcIbcdbcdbcJbbobaObaPbaNbaNbaNakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSqTthqIuUQaGMaGMnMlhqIvOcaVSaVSaVSahoaVSaVSaVSazAazAaVSxZpaGMaIoaIoaGMaGMaVSaHOaIjaVSbhabhbaePgWFaIwaIxaIIaIJaCWaIKaILaIvaIvaILaIMaePazAazAazAazAmpTbXOleKcSpmpTmpTcSpbXOdjkfqBmpTazAaeStISaLdbrUeeHaLdfRioJRrkabrUeeHbhPazAazAazAazAazAazAazAazAazAazAazAaigeCZbcZaOUjfFadxaiwaFqabIgmybedbedbedbedbedfHraisahtahuahvahAahIaFdaFjaQFaQFaQGgojjbZafeaKPaKPaKPaKPafeeqQndYahraeRaeRvXhaaeaaeaFbaPKaqRaqRaqRaqRaqRaqRaqRomEazAazAazAazAassaFSaGsocXassazAazAazAassassassagabxWocXassazAazAazAazAazAazAazAazAazAazAazAaBoaBAsTFaktxiZkUjaBoazAazAaBoaBAeUIvRfaBAaBAaBoazAaBoaBAeUIvRfaBAaBAaBoazAazAazAazAazAazAazAaBoaBAaBAaktaBAaBTaBoazAazAazAazAazAazAazAazAazAazAazAazAazAaBobcKakibbobcLbcdbcMbcNbbobbobbobbobbobbobbobbobbobbobaObbCbaObaNbaPakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSaXfaGMaGMaGMaGMaGMaGMpSEaVSrBPhhAaMKxVzaVSazAazAazAaVSaXfaJtaGMaGMaGMpSEaVSaItaIuaVSbhabhcaePgWFaJaaVghqppbcaJbgWFaILaIvaIvaIvaJcaePazAazAazAazAmpTbXOgnbjeDpfFxLsxLsdKKdjkrwVmpTazAaeSwTNaLdaLdaLdaLdaLdaLdaMjaLdwSybhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwaXtabIgmylPfbedbedbedbedaalaAtahNaiiaisaisaalaNXbbOkrikrihbtaaegojtoItoItoIxrhxrhxrhndYaaeahraeRaeRvXhaaeaaearIaPKaqQalGanDalGanDalGaYxaPKassassassassassaDDulDulDassassazAazAassadPassbikbPMbikassassassassassassazAazAazAazAazAazAaBoaBoaBoqZraBoaBoaBoazAazAaBoaBoaBoaBoxtkaBoaBoazAaBoaBoaBoaBoxtkaBoaBoazAazAazAazAazAazAazAaBoaPlaBoakwaBoaBoaBoazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaBoakibbobbobbobbobbobbobcObcPbaObaObaNbcmbaNbaObcQbaObaObaObaPbaNakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSvOcxXLcmpaGMvWZfDzxXLqTtaVSbitaGMaMKwjMaVSazAazAazAaVSaGMaJtaGMaGMaGMaGMaVSaHqaHxahWaiBaBVaePgfCdmLaJxaePaePaePaJfaJlaJrdgGaJFfgKaePazAazAazAazAmpTvjVkeukeuaioaWokeukeukeumLmmpTazAaeSaLdaLdaLdaLdaLdaLdaLdaMjaLdaLdbhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwaXQabIgmyxrQsbibedbedtaraalaisahNaisaisaisaalaNZaijaikaAFaOCaSVaSVaSVaSVaSVaSVaORaQhbfSaQhaQJaYiaYiaOaaOaaOaaOcaPKanDalGanDalGanDalGanDaPKasstRUuXaiRzvVjaGBaflnQRtWMassazAazAassaMiaflaflbiVaflnQRfqsuDyaflnCFassazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakibjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSfSmqfCghkaGMaGMrvLqfCrSgaVSqZTaGMaMKwjMaVSazAazAaVSaVSaVSaJCaVSaPfaVSaVSaVSbitaHyaVSaiDaVSaePaePaJBaPgaePaePaePaePaePaePaePaePaePaePazAazAazAazAmpTaVSaVSaTkvXzaTkaVSaVSaVSmpTcSpazAaeSaLdrZdaPHjYHaPeaPBaPIaMjaLddIsbhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwxQSabIvybsVrbecbecjvAbdQaaldWRahNaisaQaaQHaalaLaaOeaWXaWXykAaWXaWXkQzaWXaWXaOfaQKabBaagnTcabBaOfabBabBabBabBaOgaPKanDalGanDalGanDalGanDaPKassphwreEviKriwxZCaPapTSassassazAazAassaFUjFeaFrmYxaFrhatgPTrqWuAjxzQassazAazAazAazAazAazAazAazAaBohREaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoalkaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCubjYazAazAazAazAazAazAazAazA -azAazAaVStyUvALbhqaGMaGMlSJvALhlhaVSbitaGMaMKwjMaVSaVSaVSaVSaffagKafFuoRaffaVSaVSaVSbitaHIaVSaVSaVSaIRcFlaKlhhAxVzaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSrBPhhAezthhAqYNaVSaVSaVSaVSaVSaVSaVSaVSpkCpkCpkCpkCaVSwVraMdaMdnyhuJGuJGuJGuJGuJGuJGuJGuJGuJGuJGazAaigeCZbcZaOUjfFadxaiweEQabIkRTaalaalaalaalaalaalaabaqyaabaQIambambbdsaYFbdsbdsvrjbdobdoafMbdobdoaldamGbgbbgnaeAaPKaPKaPKaPKaPKaPKaPKaPKanDalGanDalGanDalGanDaPKassassoVtqklasseYtbjhbjhassazAazAazAassvTJbYZvwKeJYaPaeOZfqsbzibYZtjnassazAazAazAazAazAazAazAazAaBopEyaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoqWtaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSqTthqIuUQaGMaGMnMlhqIvOcaVSbitaGMaMKnUYaLqhhAxVzaVSaffafGaJPafIaffsYTaIQaJEdRooenaHJxETaVSqZTafQaKlafQjmaaVSahqhhAhhAhhAhhAhhAqHFhhAhhAhhAhhAhhAxETaVSqZTaKqdDlaKqjmaaVSahqhhAhhAhhAhhAqHFhhAhhAhhAhhAxETaVSfdBhhAxIsgDlaGZaGZlkIbiKbgFazxbgFxAukgEuJGazAaigqncbcZaOUjfFadxaiwaXQabIaJmbeebeebeebeebeebeehvObexaabaQIbdrbdtbdubdwbdBbdvmJWbdIbdJbeibdxbdyaDYsIWaPKdBRafOafObBQafObfhafOaGkbeXaPOanCalGanDalGanDalGaYxaPKassuDyaflaflafliMhaflnQRassassaPkassassezjoQueEiasshWtbqIassassaVQassassazAazAazAazAazAazAazAazAaBohREaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSaXfaGMaGMaGMaGMaGMaGMpSEaVSqZTaGMaHRaUAaUAaUAaUAarKglYaUAaKbaUAglYexBaUAaUhaUAaKgqCZfRxaKhaKWaKWaLeaLvaLvaWwqKlqKlqKlqKlqKlqKlqKlqKlqKlqKlqKlqKlqKlaWwaWFaWFpCHqlYqlYeXUqKlqKlqKlqKlqKlqKlqKlaWFaLvjVkjVktjjhydaPhaPhxpXingmXcbgKiVHiVHiVHrKpbgIbgWuJGazAaigqncbcZaOUjfFadxaiwaXtabIazAazAazAazAazAazAazAaabayXaabbdGqigbdMbdHbdKbdTbdLmJWbdXbdAbeibdAbdYaDYanOaPKbeSafOafOafOafOaeJafOafxamBaODanCalGanDalGanDalGanDaPKassvTJaPaaPaaECaVoreEbiXassaOQkryiocasspPgiMhlgplMjviKreEcEbmfEciNmfEazAazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoalkaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSvOcxXLcmpaGMaGMfDzxXLqTtaVShgXnRAnRAnRAaEtnRAaWjaVSaffafRaMKafSaffaVSaadnRAnRAnRAeUoaMwaVSqZTafQaMeafQjmaaVSaadnRAcICnRAnRAnRAaEtnRAnRAcICnRAnRAaBXaVSqZTaKqafpaKqjmaaVSaadnRAnRAnRAnRAaEtnRAnRAnRAnRAaBXaVSnRAnRAoYonTUaGZqPNbjpamAamAamAjxYaXGaTJuJGazAaigqncbcZaOUjfFadxaiwaXQabIazAazAazAazAazAazAazAaabarkaabambbdRbdSbdZbebbekbdVmJWbejbdNbeibeCbdWaDYsIWaPKaPKaPKbefafOaUUbegbdCafxamBaODanCalGanDalGanDalGanDaPKassassassasskrdaFpaFrhatwDwaclbIZaGWlcyrqWpIFhbxpaFreExfJassmfEekrmfEazAazAazAmXomXomXomXomXomXomXoirAmXomXomXomXomXomXomXomXomXoazAazAazAaoEaFCaFCazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSgNKdgIgqevtXpVtmSxdgItqRaVSaVSaVSaVSaVSaVSaVSaVSaVSaffagLaKiagLaffaVSaVSaVSaVSaVSaVSaVSaVShgXnRAaMemoMaWjaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVShgXnRAafpnRAaWjaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSuJGagUvPXamAamAamAamAaXGeaQuJGazAaigeCZbcZaOUjfFadxaiweEQabIazAazAazAazAazAazAazAaabarkaabambambambambambambambmJWbenbeobeibevbewaDYaDVaDZaEeaPKbefafOaUUbegbdCafxamBaODanCalGanDalGanDalGanDaPKazAazAazAassassaFUreEbiXassbiSmnhbToassnDgreEhbxaEMepSnGdassmfEciNmfEazAazAazAmXohtSnhIqdxfcUiUJjyeuIEjTasAUkiJfUwcTkpdrpEvpdrmXoazAazAazAaFCaBZaFCazAazAazAazAazAazAazAazAazAazAazAazAaBoaBoaBosAOaBoaPlaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSazAazAazAazAazAazAazAaVSaVSaVSaMgaVSaVSaVSazAazAazAazAazAazAaVSaVSaVSaMJaVSaVSaVSazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSaVSeSoaVSaVSaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAagUbhOxSSxSSeqqxSSsuYsPguJGazAaigqncbcZaOUjfFxvHaiwaXQabIazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAmJWbeybdzbeibdzbezaDYaUBaUBsIWaPKbghafOaUUbegbdCafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassaFUreEbjmassoIpcDNmBwassmVsreEhbxassassassassmfEekrmfEazAazAazAmXoqddtETtETtETtETtETvBZpQjtETtETtETtETtETtEToWAmXoazAazAazAaFCaBZaFCaFCaFCaFCaFCaFCaFCazAazAazAazAazAazAaBoaYCaBAaktbkfaBAaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaHQaMKapjaVSazAazAazAazAazAazAazAazAaVSaHQaMeapjaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSdvtaPpapjaVSazAazAazAazAazAazAazAazAazAuJGuJGuJGuJGuJGuJGuJGuJGuJGbjviRtsbEbhBfwSfwSyewrcMaXKaXKaXKveabkhbkhbkhuJGuJGabIabIazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAmJWbdnbeAbeibeBbdnaeIazAaUBanOaPKbefafOafObfAafOafxamBaODanCalGanDalGanDalGaYxaPKazAazAazAazAassbhLreEbjmntRoMgaEFbiebhRaFUreEycDassazAazAazAmfEciNmfEazAazAazAmXovKptETjJntETtETjJnozhiPjtETtEToWAjsNmaAmaAmaAmXoazAazAazAaFCaCdaBZaChcwNaCjcwNeYXaFCaBoaBoaBoaBoaBoaBoaBocXyajRaktajRaBAaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaLlaMLwjMaVSazAazAazAazAazAazAazAazAaVSaLlaMMwjMaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaPpwjMaVSazAazAazAazAazAazAazAazAazAuJGaEEjbojxJaFDcmeiTkclCuJGkVborDaDRblgbhferIbiplKFuJGuJGuJGuJGbkhbkhbkhuJGcqFazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAmJWmJWmJWmJWmJWaeIaeIazAaUBsIWaPKbesafOafOafOafOafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassfvareEbjmbQJreEfhQreEhDvaFUreEpFHassazAazAazAmfEekrmfEazAazAazAmXovgoaEOqKOraoiJSqKOqXJkRCwRxumAoWAmXoamPamPamPmXoazAazAazAaoEaFCaoEaCBaCFaDyaCFaCFalnajTuTIajTdUluTIajTlbBajTajTalCajTajTaEzajTuTIajTdUluTIajTaEzajTaDAaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaMKwjMaVSazAazAazAazAazAazAazAazAaVSbitaMewjMaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaPpwjMaVSazAazAazAazAazAazAazAazAazAuJGbiQmDzaUnqhPqhPaMHsrYbiasWxqhPodCmNlbisaaobpzrenaCbeYpaUvpOjgcXujfpJqfGEuJGazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaUBsIWaPKbghafOafObdmafOafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassbhVvwKdRUuTpybqbjttzEhxMkysvBneiFassazAazAazAmfEciNmfEazAazAazAmXosUHcxldLMdLMdLMdLMcpVsUHmXomXodhQmXofXQfXQfXQmXoazAazAazAazAazAaFCaDFaBZaCjaBZaCkaFCaBoaBoaBoaBoaBoaBoaBoaBAajRaktajRaBAaBoaBoaBoaBoaBoaBoaBoaBoaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaMKwjMaVSazAazAazAazAazAazAazAazAaVSbitaMewjMaPfazAazAazAazAazAazAazAazAevxevxevxevxevxazAazAaVSbitaPpwjMaVSazAazAazAazAazAazAazAazAazAuJGaVbmDzdpCmDzmDzmDzjOVuJGvLmhUShUSaGAaDOaEqmBAcYIuJGuJGuJGaVWbjpamAaXTbUduJGazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaUBsIWaPKbefafOgQlbfUbdEafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassasssnmassassasssuuassassassassassassazAmfEmfEmfEekrmfEazAazAazAmXooXyibcibcibcibcibcibcmmXuNqqYqtJRsoOtJRtJRtJRmXoazAazAazAazAazAaPmaBZaFCaFCaoEaFCaFCazAazAazAazAazAazAaBoaBAaBAaktaBAaBTaBoazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitbhDaToaVSazAazAazAazAazAazAazAazAaVSbitaMOaToaVSazAazAazAazAazAazAazAevxevxwUzaSFwUzevxevxazAaVSbitaPpwjMaVSazAazAazAazAazAazAazAazAazAuJGkOSfjndpCnWRlWhpyniJYuJGuJGaVYmEcgKyuJGuJGiCgwOBuJGuJGuJGpXSbjpamAaXTbjTuJGazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaUBsIWaPKbefafOafObBQafOafxamBaODaPOalGanDalGanDalGanDaPKazAazAazAazAassfARrgbltHfARfARfARfQKpuluoMbkgassazAazAmfEbjraDBbkbmfEazAazAazAmXocSIqTOqTOqTOqTOqTOqTOrVImXomXobLptETtETtETuQEmXoazAazAazAazAazAaFCaBZaEmaEoaFCazAazAazAazAazAazAazAazAaBoaBoaBoakwaBoaBoaBoazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaMKnNpaVSazAazAazAazAazAazAazAazAaVSaMuaMeaGqaVSazAazAazAazAazAazAazAevxrEGdGVbtPpVmuZfevxazAaVStszaPpavxaVSazAazAazAazAazAazAuJGuJGuJGuJGuJGaMvdpCvCXuJGuJGfYkuJGuJGbVrujfujfxAugmTvVlblfbkhbYKbkhctWuuQamAaXTbUduJGazAazAazAazAazAazAazAazAazAaabayXaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaUBsIWaPKaPNafOafOafOafOafxamBaODaODalGanDalGanDalGaYxaPKazAazAazAazAassfARfTQikzikzwutfARfARfARfARgHDassazAazAmfEekrmfEmfEmfEazAazAazAmXohcCqTOqTOqTOqTOqTOqTOqTOpjqamPnOAtETtETtETxOSmXoazAazAazAazAazAwNYaBZaErampaFCazAaZFaZFaZFaZFaZFaZFaZFaZFaZFaZFaktaBopwepwepwepwepwepwepwepwepweaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaBoaBoaBoaBobjYbjYaCubjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSqZTaMKjmaaVSaVSazAazAazAazAazAazAaVSaVSaVSaMJaVSaVSaVSazAazAazAazAazAazAevxxUFwIHkCThzunNYevxazAmMCmMCjspmMCmMCmMCmMCmMCtprazAazAuJGaUzaULaUNxEGaVbdpCjOVuJGiYXeQqwoNuJGbjpamAamAamAamAbiDtpZbkhnBbbkhbjpamAamAaXTbjTuJGazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhsIWaPKbefafOafOedvafOafxamBaODbdhalGanDalGanDalGanDaPKazAazAazAazAassassassassfARrgbmhWfARfARfARtwTassazAazAatVciNatVazAazAazAazAazAmXoqTOqTObSKqJBqJBudyqTOqTOpjqamPnOAtETtETtETddAmXoazAazAazAazAazAaFCaBZaCdaEsaFCazAaZFaZGaZHaZIaZFaZJaZKaZCaZMaZFaktaBogthcatgthpwepgeufPsriomQpweaBoaktaBoaBohDyaBoaBoaBoaBoaBoaBoaBoaBoaBohDyaBoaBoaBoaBoaBoaBoaBoaBoaBoaBobiCbjdbjzbjdafUafUaCObjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSrBPaGMaMKaGMxVzaVSaVSaVSaVSaVSaVSaVSaVSrBPsnuaMehhAxVzaVSazAazAazAazAazAazAevxaZDaZDaZDaZDaZDevxazAmMChnrhZqbhomywdpgnBVpFzmMCazAazAuJGjUpaVfalFxTlaVbdpCjOVuJGnFSeQqeQquJGqWbwkvrqqpoxxSSxSSfQzbkhkAVbkhbhOxSSpoxfQzagnuJGazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhanOaPKbesafOafOafOafOafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAasssjIfynqiufARrgbfARfARfARfARrdxassazAazAatVciNatVazAazAazAazAazAmXoqTOqTOkEZxacxacvnKqTOqTOpjqamPnOAtJRwqhkgMqxkmXoazAazAazAazAazAaoEaFCaFCaFCaFCazAaZFaZNaZOaZPaZQqWJaZTaZTaZUaZFmjgaBojRauSumnvpwepgerUzrUzpgepweaBooANajTuTIajTajTajTajTajTuTIajTaELbjdbjzbjdbjdbjdbjdbjdbjdbjdbjdbjdbjzbjdbjCaBoaBoaBobjYbjYbjYbjYazAazAazAazAazAazAazAazA -azAazAazAazAazAazAaFNaFNaFNaFNaFNaFNaFNazAazAazAazAazAazAaVSbitaKqaMKaKqwjMaVSaIQaJEhhAaLuaHJxETaVSbitaKqaMeaKqwjMaVSazAazAazAazAazAazAevxlQAlQAlQAlQAjmXevxazAmMChSjhUbqFsmywdpgdpgdpgmMCazAazAcqFuJGuJGuJGuJGaMvdpCvCXuJGlYVkFdwhLuJGuJGuJGuJGuJGuJGhEkuJGuJGuJGuJGuJGuJGuJGuJGuJGuJGazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhsIWaPKbghafOafObdmafOafxamBaODanCalGanDuaSanDalGanDaPKazAazAazAazAasseAbreEwnAeEDrgbfARmfwxpZdeHlfBassazAazAatVciNatVazAazAazAazAazAmXomXomXomXomXomXomXomXomXomXomXomXomXomXomXomXomXoazAazAazAazAazAazAazAazAazAazAazAaZFaZVaZWaZXaZQaZYsVzaZTaZZaZFaktaBopweflnpwepwepgerUzrUzpgepweaBoaBohDyaBoaBoaBoaBoaBoaBoaBoaBouKmaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSaVSaVSaVSaVSbgVaePaePaePaePaePaGLaePaePaePaePazAjIlaXIfhtfhtnUwfhvfhtfhtwJTtyXgEldjkjPwmpTazAazAaeSaeSaeSaeSaeSaeSaeSaeSaeSaeSazAazAazAazAazAazAazAazAahmnTFftfftfbhKpqxuLgacBacBacBacBacBacBacBacBacBacBacBacBacBdMQdiPlNfagwagBadoahBmFYaheaheaheaakaKPaKPbBSnkrnkrrDJaKPaKPfBOfjLaOYaOYaOYaOYaOYagZaahdmRaEWcLIcLIoauacElTplTplTplTplTplTplTpgVeadUefeaecazAazAazAazAazAaBoqENlFNqENaBoazAazAaBoaktaBoazAazAazAaBoajRaBoazAaBoaipaipaipaBoazAazAazAazAaBoaBAaktfEWaBoazAazAkPMrqIiKXgWIkaHnvkaOAuDToCmtcKiIUoHHoHHoHHnJVoHHoHHoHHiIUaCmcTjnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBobbtakibbobbubbubbubbSbbSbbubbubbTbbobbobbUbbVbbobbobaNbbmbbWbaObaNakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSagRahdbgmahnahwmEOaePaHkaHlaHmaHmaHmaHnaHoaHpaePazAjIlbZWagsagsaXXlvffhtfhtwJTtyXdIopPOfqBmpTazAaeSaeSxYAbtZbtZaKZjFNmijeeHaKYaeSaeSazAazAazAazAazAazAazAahmahmaFEaFEabIqncbcZaOUqnJjBrjBrjBrjBrjBrjBrjBrjBrjBrjBrjBraOqqUHqUHaiGajBaelakcooDjQIjQIjQIbTJetobgyqBiqdkqdkaPAaPLaPQeelaQxeeleeleeleeleelaERaapbWTlbdxpfxpfdBgxpfxpfxpfxpfxpfxpfxpfxpfcoradUkALaecaecazAazAazAazAaBoaBoaYwaBoaBoazAazAaBoizRaBoazAazAazAaBoeOeaBoaBoaBoaBoaBUaBoaBoaBoazAazAaBoaBoaBAlFNaBAaBoaBoazAkPMkPMkPMlQakPMkPMkPMuDTdhdciEuTVriDriDriDriDriDriDriDjqyihMfrBnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBobbtakibbobbXbbubbubbSbbSbcabbubbubcbbccbcdbcdbcdbbobaPbaNbaObaObaNakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSahyahdahdahDmfYahxaePaHraHsaHsaHsaHtaHuaHvaHwaePazAjIlseafhtfhtfhtlQXfhtfhtwiRtyXsPodjkrwVmpTazAaeSaLdaLdaLdaLdaLdaMjaLdaLdaLdaLdaeSazAazAazAazAazAazAazAazAazAazAazAaigeCZbcZaOUjfFakOeVxadxadxafuadxadxadxadxafuaZradxadxadxadxadxbKKalhuuOuPLuPLuPLapQpTGaZupIXaaeaaeargaRFpTGeqQvdiaSzaSzaSzaSzaSzbemlxMabWabWtWiabWabWabWabWabWbDXabWabWabWadUaFRadUadUbjfaecazAazAazAazAassagabxWbjDassazAazAaBoaktaBoazAazAazAaBoajRaBoaBoaBAaYCajRaYCpFNaBoazAazAaBoaBAaBAlFNaBAaBAaBoazAaBoaBAcVulFNaBApFNaBoriDnVIfdXoeenVInVInVIkPMkPMkPMkPMoLekPMkPMnVInVIkPMazAazAazAazAazAazAazAazAazAazAaBopmqakibbobbubbubbubcgbcgbchbbubcibbobcjbcdbcdbckbclbcmbaNbaNbaNbaNakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSahHahKaMAaMAaMAagzaePaHDaHEaHFaHFaHFaHGaHHaHHaePazAjIlpQNoopfLTtodwcraXHmpPaWntyXhdgjnmogKmpTazAaeSmNsaLdaLbaLdaLdaLzaLdaLdaLbwSyjKiazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFazFshraiwabIabIabIabIabIabIabIabIabIabIabIabIabIbKKughrERaaeaaeaaeabXaacfOIaySabLabLayTaQTaacaOHaOXaaeaaeaaeaaeaaearIlbnabYabYabYabYabYabYabYabYabYabYabYabYassaDDulDulDassaecazAazAazAazAassbikbPMbikassazAazAaBoaktaBoaBoaBoaBoaBoajRaBoaBoaBAajRajRajRaBAaBoaBoaBoaBoxMBajRlFNajRaBAaBoaBoaBoxMBajRlFNajRfEWaBokPMkPMkPMkPMkPMkPMkPMkPMaYCajRnJNajRaBEkPMkPMkPMkPMaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoqjAakibbobbobcnbbobbobbobbobcobbobbobcpbcdbcdbcqbcrbbabaNbaNbaQbaNakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSaVSaVSaVSaVSaVSaVSazAazAaVSbhabhbaePaePaePaePaePaHPaePafHafHafHafHafHafHaePazAbkqjIljIljIljGWvAqjIljIljIljIlmpTmpTurLmpTazAaeSrFIaLdaLJeeHaLdaLxeeHaLdbrUeeHbhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwaBIabIvsqraQwfLbeduIcnfXaalaoIaoIagfaggaguaalazBgqvaaeaaeaaeoJBaacdGRaOtaacaacbhUshRaacgjyaOXaaeaaeaaeaaeaaeaFbabYazAazAazAazAazAazAazAazAazAazAazAazAassaFSaGsocXassazAazAazAazAazAassagabxWocXassazAazAaBorPDwpajwVajTajTwpaajTajTakeajTajTkqXajTajTakeajTajTakeajTajTcwFaBHaBHqKqajTakeajTajTcwFaBHaBHqKqajTajTakbdUlajTuTIajTakeajTajTakhajTbcsabkajTajTuTIajTajTajTbcudjCbctbctbcubctbctbctbcvakibbobcwbcdbcxbcybbobczbczbczbbobcBbcdbcdbcCbcDbaObaNbaNbaObbrakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaGMaGMaGMaGMaGMaGMaVSaVSaVSaVSbhabhbaePaHUahfaHTczjhazaePaHWaHXaIcaJGaHXusUaePazAazAazAazAmpTsMFdFompTcNicNimpTfpPsBCxkMmpTazAnyLtAhaLdaLbaLdaLdaLzaLdaLdaLbaLdbhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwaoGabIoaHbedbedbedsbibedaalaisaisahlaitaAeaalazBgqvayRayRaaeaGhaKPafeaXSazCazCclOafeaKPmPbaOXwGEwGEaaeaaeaaeaFbabYazAazAazAazAazAazAazAazAazAazAazAazAassaDDulDulDassazAazAazAazAazAassbikbPMbikassazAazAaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoxMBajRaktajRfEWaBoaBoaBoaBoaBAajRajRajRaBAaBoaBoaBoaBAajRajRajRaBAaBoaBoaBoaBoaBoaBoaBoaBoaBoaBAajRaktajRkaTaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBobasakibbobcdbcdbcdbcEbbobczbcGbcHbbobcIbcdbcdbcJbbobaObaPbaNbaNbaNakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSxZpaGMaIoaIoaGMaGMaVSaHOaIjaVSbhabhbaePgWFaIwaIxaIIaIJaCWaIKaILaIvaIvaILaIMaePazAazAazAazAmpTbXOleKcSpmpTmpTcSpbXOdjkfqBmpTazAaeStISaLdbrUeeHaLdfRioJRrkabrUeeHbhPazAazAazAazAazAazAazAazAazAazAazAaigeCZbcZaOUjfFadxaiwaFqabIgmybedbedbedbedbedfHraisahtahuahvahAahIaFdaFjaQFaQFaQGgojjbZafeaKPaKPaKPaKPafeeqQndYahraeRaeRvXhaaeaaeaFbaPKaqRaqRaqRaqRaqRaqRaqRomEazAazAazAazAassaFSaGsocXassazAazAazAassassassagabxWocXassazAazAazAazAazAazAazAazAazAazAazAaBoaBAsTFaktxiZkUjaBoazAazAaBoaBAeUIvRfaBAaBAaBoazAaBoaBAeUIvRfaBAaBAaBoazAazAazAazAazAazAazAaBoaBAaBAaktaBAaBTaBoazAazAazAazAazAazAazAazAazAazAazAazAazAaBobcKakibbobcLbcdbcMbcNbbobbobbobbobbobbobbobbobbobbobaObbCbaObaNbaPakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaXfaJtaGMaGMaGMpSEaVSaItaIuaVSbhabhcaePgWFaJaaVghqppbcaJbgWFaILaIvaIvaIvaJcaePazAazAazAazAmpTbXOgnbjeDpfFxLsxLsdKKdjkrwVmpTazAaeSwTNaLdaLdaLdaLdaLdaLdaMjaLdwSybhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwaXtabIgmylPfbedbedbedbedaalaAtahNaiiaisaisaalaNXbbOkrikrihbtaaegojtoItoItoIxrhxrhxrhndYaaeahraeRaeRvXhaaeaaearIaPKaqQalGanDalGanDalGaYxaPKassassassassassaDDulDulDassassazAazAassadPassbikbPMbikassassassassassassazAazAazAazAazAazAaBoaBoaBoqZraBoaBoaBoazAazAaBoaBoaBoaBoxtkaBoaBoazAaBoaBoaBoaBoxtkaBoaBoazAazAazAazAazAazAazAaBoaPlaBoakwaBoaBoaBoazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaBoakibbobbobbobbobbobbobcObcPbaObaObaNbcmbaNbaObcQbaObaObaObaPbaNakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaGMaJtaGMaGMaGMaGMaVSaHqaHxahWaiBaBVaePgfCdmLaJxaePaePaePaJfaJlaJrdgGaJFfgKaePazAazAazAazAmpTvjVkeukeuaioaWokeukeukeumLmmpTazAaeSaLdaLdaLdaLdaLdaLdaLdaMjaLdaLdbhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwaXQabIgmyxrQsbibedbedtaraalaisahNaisaisaisaalaNZaijaikaAFaOCaSVaSVaSVaSVaSVaSVaORaQhbfSaQhaQJaYiaYiaOaaOaaOaaOcaPKanDalGanDalGanDalGanDaPKasstRUuXaiRzvVjaGBaflnQRtWMassazAazAassaMiaflaflbiVaflnQRfqsuDyaflnCFassazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakiakibjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSaVSaJCaVSaPfaVSaVSaVSbitaHyaVSaiDaVSaePaePaJBaPgaePaePaePaePaePaePaePaePaePaePazAazAazAazAmpTaVSaVSaTkvXzaTkaVSaVSaVSmpTcSpazAaeSaLdrZdaPHjYHaPeaPBaPIaMjaLddIsbhPazAazAazAazAazAazAazAazAazAazAazAaigqncbcZaOUjfFadxaiwxQSabIvybsVrbecbecjvAbdQaaldWRahNaisaQaaQHaalaLaaOeaWXaWXykAaWXaWXkQzaWXaWXaOfaQKabBaagnTcabBaOfabBabBabBabBaOgaPKanDalGanDalGanDalGanDaPKassphwreEviKriwxZCaPapTSassassazAazAassaFUjFeaFrmYxaFrhatgPTrqWuAjxzQassazAazAazAazAazAazAazAazAaBohREaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoalkaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCubjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaffagKafFuoRaffaVSaVSaVSbitaHIaVSaVSaVSaIRcFlaKlhhAxVzaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSrBPhhAezthhAqYNaVSaVSaVSaVSaVSaVSaVSaVSpkCpkCpkCpkCaVSwVraMdaMdnyheqqeqqeqqeqqeqqeqqeqqeqqeqqeqqeqqaigeCZazxjBrwwyadxaiweEQabIkRTaalaalaalaalaalaalaabaqyaabaQIambambbdsaYFbdsbdsvrjbdobdoafMbdobdoaldamGbgbbgnaeAbgbaPKaPKaPKaPKaPKaPKaPKanDalGanDalGanDalGanDaPKassassoVtqklasseYtbjhbjhassazAazAazAassvTJbYZvwKeJYaPaeOZfqsbzibYZtjnassazAazAazAazAazAazAazAazAaBopEyaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoqWtaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaffafGaJPafIaffsYTaIQaJEdRooenaHJxETaVSqZTafQaKlafQjmaaVSahqhhAhhAhhAhhAhhAqHFhhAhhAhhAhhAhhAxETaVSqZTaKqdDlaKqjmaaVSahqhhAhhAhhAhhAqHFhhAhhAhhAhhAxETaVSfdBhhAxIsgDlaGZaGZlkIbiKpOjeqqbgFxAukgEqnObgWeqqnBbpoxpoxpoxeqqeqqaigaigaJmbeebeebeebeebeebeehvObexaabaQIbdrbdtbdubdwbdBbdvmJWbdIbdJbeibdxbdyaDYsIWaPKdBRafOafObBQafObfhafOaGkbeXaPOanCalGanDalGanDalGaYxaPKassuDyaflaflafliMhaflnQRassassaPkassassezjoQueEiasshWtbqIassassaVQassassazAazAazAazAazAazAazAazAaBohREaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaffldXaKbaUAglYexBaUAaUhaUAaKgqCZfRxaKhaKWaKWaLeaLvaLvaWwqKlqKlqKlqKlqKlqKlqKlqKlqKlqKlqKlqKlqKlaWwaWFaWFpCHqlYqlYeXUqKlqKlqKlqKlqKlqKlqKlaWFaLvjVkjVktjjhydaPhaPhxpXingmXcbgKiVHgcXaEqrKpbgIamApJqbUdeqqoowlkIbiKxvHgmTeqqazAazAazAazAazAazAazAazAazAaabayXaabbdGqigbdMbdHbdKbdTbdLmJWbdXbdAbeibdAbdYaDYanOaPKbeSafOafOafOafOaeJafOafxamBaODanCalGanDalGanDalGanDaPKassvTJaPaaPaaECaVoreEbiXassaOQkryiocasspPgiMhlgplMjviKreEcEbmfEciNmfEazAazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoalkaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaffafRaMKafSaffaVSaadnRAnRAnRAeUoaMwaVSqZTafQaMeafQjmaaVSaadnRAcICnRAnRAnRAaEtnRAnRAcICnRAnRAaBXaVSqZTaKqafpaKqjmaaVSaadnRAnRAnRAnRAaEtnRAnRAnRAnRAaBXaVSnRAnRAoYonTUaGZqPNbjppJqbUdfGEjxYaXGamApJqbUdeqqtVAvPXxSSagnxoPeqqazAazAazAazAazAazAazAazAazAaabarkaabambbdRbdSbdZbebbekbdVmJWbejbdNbeibeCbdWaDYsIWaPKaPKaPKbefafOaUUbegbdCafxamBaODanCalGanDalGanDalGanDaPKassassassasskrdaFpaFrhatwDwaclbIZaGWlcyrqWpIFhbxpaFreExfJassmfEekrmfEazAazAazAmXomXomXomXomXomXomXoirAmXomXomXomXomXomXomXomXomXoazAazAazAaoEaFCaFCazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaffagLaKiagLaffaVSaVSaVSaVSaVSaVSaVSaVShgXnRAaMemoMaWjaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVShgXnRAafpnRAaWjaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSaVSeqqrqqvPXxSSmEceqqctWerIeaQxSSagneqqnBbpoxpoxpoxeqqeqqazAazAazAazAazAazAazAazAazAaabarkaabambambambambambambambmJWbenbeobeibevbewaDYaDVaDZaEeaPKbefafOaUUbegbdCafxamBaODanCalGanDalGanDalGanDaPKazAazAazAassassaFUreEbiXassbiSmnhbToassnDgreEhbxaEMepSnGdassmfEciNmfEazAazAazAmXohtSnhIqdxfcUiUJjyeuIEjTasAUkiJfUwcTkpdrpEvpdrmXoazAazAazAaFCaBZaFCazAazAazAazAazAazAazAazAazAazAazAazAaBoaBoaBosAOaBoaPlaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSaVSaMgaVSaVSaVSazAazAazAazAazAazAaVSaVSaVSaMJaVSaVSaVSazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSaVSeSoaVSaVSaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAagUbhObhOeqqeqqeqqsuYuXdhqIeqqeqqaDRbiKbiKbiKxvHeqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAmJWbeybdzbeibdzbezaDYaUBaUBsIWaPKbghafOaUUbegbdCafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassaFUreEbjmassoIpcDNmBwassmVsreEhbxassassassassmfEekrmfEazAazAazAmXoqddtETtETtETtETtETvBZpQjtETtETtETtETtETtEToWAmXoazAazAazAaFCaBZaFCaFCaFCaFCaFCaFCaFCazAazAazAazAazAazAaBoaYCaBAaktbkfaBAaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaHQaMKapjaVSazAazAazAazAazAazAazAazAaVSaHQaMeapjaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSdvtaPpapjaVSazAazAazAazAazAazAazAazAazAuJGuJGuJGuJGuJGuJGuJGuJGuJGbjviRtsbEbhBfwSvLmyewrcMaUvsiCaXKveapJqpJqpJqbjTeqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAmJWbdnbeAbeibeBbdnaeIazAaUBanOaPKbefafOafObfAafOafxamBaODanCalGanDalGanDalGaYxaPKazAazAazAazAassbhLreEbjmntRoMgaEFbiebhRaFUreEycDassazAazAazAmfEciNmfEazAazAazAmXovKptETjJntETtETjJnozhiPjtETtEToWAjsNmaAmaAmaAmXoazAazAazAaFCaCdaBZaChcwNaCjcwNeYXaFCaBoaBoaBoaBoaBoaBoaBocXyajRaktajRaBAaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaLlaMLwjMaVSazAazAazAazAazAazAazAazAaVSaLlaMMwjMaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaPpwjMaVSazAazAazAazAazAazAazAazAazAuJGaEEjbojxJaFDcmeiTkclCuJGkVbkXdmDzblgbhfhqIbiplKFpJqbUdaTJmNlpJqpJqpJqbUdeqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAmJWmJWmJWmJWmJWaeIaeIazAaUBsIWaPKbesafOafOafOafOafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassfvareEbjmbQJreEfhQreEhDvaFUreEpFHassazAazAazAmfEekrmfEazAazAazAmXovgoaEOqKOraoiJSqKOqXJkRCwRxumAoWAmXoamPamPamPmXoazAazAazAaoEaFCaoEaCBaCFaDyaCFaCFalnajTuTIajTdUluTIajTlbBajTajTalCajTajTaEzajTuTIajTdUluTIajTaEzajTaDAaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaMKwjMaVSazAazAazAazAazAazAazAazAaVSbitaMewjMaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaPpwjMaVSazAazAazAazAazAazAazAazAazAuJGbiQmDzaUnqhPqhPaMHsrYbiasWxqhPqhPqhPbisaaobpzrenxSSeYplTqbjppJqpJqpJqbUdeqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaUBsIWaPKbghafOafObdmafOafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassbhVvwKdRUuTpybqbjttzEhxMkysvBneiFassazAazAazAmfEciNmfEazAazAazAmXosUHcxldLMdLMdLMdLMcpVsUHmXomXodhQmXofXQfXQfXQmXoazAazAazAazAazAaFCaDFaBZaCjaBZaCkaFCaBoaBoaBoaBoaBoaBoaBoaBAajRaktajRaBAaBoaBoaBoaBoaBoaBoaBoaBoaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaMKwjMaVSazAazAazAazAazAazAazAazAaVSbitaMewjMaPfazAazAazAazAazAazAazAazAevxevxevxevxevxazAazAaVSbitaPpwjMaVSazAazAazAazAazAazAazAazAazAuJGaVbmDzdpCmDzmDzmDzjOVuJGgcNfjnmDzmDzaDOeqqhqIcYIhqIeqqeqqaVWpJqgmTpJqjrceqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaUBsIWaPKbefafOgQlbfUbdEafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassasssnmassassasssuuassassassassassassazAmfEmfEmfEekrmfEazAazAazAmXooXyibcibcibcibcibcibcmmXuNqqYqtJRsoOtJRtJRtJRmXoazAazAazAazAazAaPmaBZaFCaFCaoEaFCaFCazAazAazAazAazAazAaBoaBAaBAaktaBAaBTaBoazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitbhDaToaVSazAazAazAazAazAazAazAazAaVSbitaMOaToaVSazAazAazAazAazAazAazAevxevxwUzaSFwUzevxevxazAaVSbitaPpwjMaVSazAazAazAazAazAazAazAazAazAuJGkOSfjndpCnWRlWhpyniJYuJGuJGaVYmDzmDzgKybYKiCgwOBjFJmBAbsSpXSuuQkAVaXTbUdeqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaUBsIWaPKbefafOafObBQafOafxamBaODaPOalGanDalGanDalGanDaPKazAazAazAazAassfARrgbltHfARfARfARfQKpuluoMbkgassazAazAmfEbjraDBbkbmfEazAazAazAmXocSIqTOqTOqTOqTOqTOqTOrVImXomXobLptETtETtETuQEmXoazAazAazAazAazAaFCaBZaEmaEoaFCazAazAazAazAazAazAazAazAaBoaBoaBoakwaBoaBoaBoazAazAazAazAazAazAazAaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAbjYaCCbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSbitaMKnNpaVSazAazAazAazAazAazAazAazAaVSaMuaMeaGqaVSazAazAazAazAazAazAazAevxrEGdGVbtPpVmuZfevxazAaVStszaPpavxaVSazAazAazAazAazAazAuJGuJGuJGuJGuJGaMvdpCvCXuJGuJGfYkuJGuJGbVrmDzujfmDzmDzvVlblfjOVmBAbkhpJquuQsPgaXTbUdeqqazAazAazAazAazAazAazAazAazAaabayXaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaUBsIWaPKaPNafOafOafOafOafxamBaODaODalGanDalGanDalGaYxaPKazAazAazAazAassfARfTQikzikzwutfARfARfARfARgHDassazAazAmfEekrmfEmfEmfEazAazAazAmXohcCqTOqTOqTOqTOqTOqTOqTOpjqamPnOAtETtETtETxOSmXoazAazAazAazAazAwNYaBZaErampaFCazAaZFaZFaZFaZFaZFaZFaZFaZFaZFaZFaktaBopwepwepwepwepwepwepwepwepweaBoaktaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBoaBoaBoaBoaBobjYbjYaCubjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSaVSqZTaMKjmaaVSaVSazAazAazAazAazAazAaVSaVSaVSaMJaVSaVSaVSazAazAazAazAazAazAevxxUFwIHkCThzunNYevxazAmMCmMCjspmMCmMCmMCmMCmMCtprazAazAuJGaUzaULaUNxEGaVbdpCjOVuJGiYXeQqwoNuJGrVWaCbmDzmDzmDzbiDtpZqAgmBAxRLpJqpJqgmTpJqbjTeqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhsIWaPKbefafOafOedvafOafxamBaODbdhalGanDalGanDalGanDaPKazAazAazAazAassassassassfARrgbmhWfARfARfARtwTassazAazAatVciNatVazAazAazAazAazAmXoqTOqTObSKqJBqJBudyqTOqTOpjqamPnOAtETtETtETddAmXoazAazAazAazAazAaFCaBZaCdaEsaFCazAaZFaZGaZHaZIaZFaZJaZKaZCaZMaZFaktaBogthcatgthpwepgeufPsriomQpweaBoaktaBoaBohDyaBoaBoaBoaBoaBoaBoaBoaBoaBohDyaBoaBoaBoaBoaBoaBoaBoaBoaBoaBobiCbjdbjzbjdafUafUaCObjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaVSrBPaGMaMKaGMxVzaVSaVSaVSaVSaVSaVSaVSaVSrBPsnuaMehhAxVzaVSazAazAazAazAazAazAevxaZDaZDaZDaZDaZDevxazAmMChnrhZqbhomywdpgnBVpFzmMCazAazAuJGjUpaVfalFxTlaVbdpCjOVuJGnFSeQqeQquJGqWbwkvhUShUShUShUSfQzaGAeqqrglxSSxSSxSSxSSagneqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhanOaPKbesafOafOafOafOafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAasssjIfynqiufARrgbfARfARfARfARrdxassazAazAatVciNatVazAazAazAazAazAmXoqTOqTOkEZxacxacvnKqTOqTOpjqamPnOAtJRwqhkgMqxkmXoazAazAazAazAazAaoEaFCaFCaFCaFCazAaZFaZNaZOaZPaZQqWJaZTaZTaZUaZFmjgaBojRauSumnvpwepgerUzrUzpgepweaBooANajTuTIajTajTajTajTajTuTIajTaELbjdbjzbjdbjdbjdbjdbjdbjdbjdbjdbjdbjzbjdbjCaBoaBoaBobjYbjYbjYbjYazAazAazAazAazAazAazAazA +azAazAazAazAazAazAaFNaFNaFNaFNaFNaFNaFNazAazAazAazAazAazAaVSbitaKqaMKaKqwjMaVSaIQaJEhhAaLuaHJxETaVSbitaKqaMeaKqwjMaVSazAazAazAazAazAazAevxlQAlQAlQAlQAjmXevxazAmMChSjhUbqFsmywdpgdpgdpgmMCazAazAcqFuJGuJGuJGuJGaMvdpCvCXuJGlYVkFdwhLuJGuJGuJGuJGuJGuJGhEkuJGuJGeqqeqqeqqeqqeqqeqqeqqeqqazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhsIWaPKbghafOafObdmafOafxamBaODanCalGanDuaSanDalGanDaPKazAazAazAazAasseAbreEwnAeEDrgbfARmfwxpZdeHlfBassazAazAatVciNatVazAazAazAazAazAmXomXomXomXomXomXomXomXomXomXomXomXomXomXomXomXomXoazAazAazAazAazAazAazAazAazAazAazAaZFaZVaZWaZXaZQaZYsVzaZTaZZaZFaktaBopweflnpwepwepgerUzrUzpgepweaBoaBohDyaBoaBoaBoaBoaBoaBoaBoaBouKmaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAaFNbgYcZGaWEmzzbgYaFNaFNaFNaFNaFNaFNazAaVStyTaKqbhHaLvaLvaMWaLvaNdaLvaNpaNvaLvdaWaLvaLvaNCaKqaZyaVSazAazAazAazAazAazAevxgSwwkbjFzmFXaXlevxazAmMCuJUdGGrqkmywdpgdpgwJDmMCazAazAuJGaUzaULaUNxEGaVbdpCqAguJGuJGuJGuJGuJGazAazAazAuJGhMLorDhcVuJGazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhsIWaPKbefafOgQlbfUbdEafxamBaODanCalGanDalGanDalGanDaPKazAazAazAazAassassassassasskmNuGLassassassassassazAazAatVciNatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaZFbabbabbabaZFbacbadbadbaeaZFiPuaBopgeixZeHmonYpgerUzrUzjyOoiRoiRoiRoiRoiRoiRoiRoiRoiRoiRoiRaBouKmaBoazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAaFNtVJwuIjWCkFstVJnssaWrhvIdwQsVgaFNazAaVSbitaKqaNIaKqwjMaVSaadnRAnRAnRAeUoaMwaVSbitaKqaNIaKqwjMaVSazAazAazAazAazAazAevxpscvQNlosdJZehRevxazAmMCcMcpUsaGimywdpgaJjrdtmMCazAazAuJGjUpaVfalFxTlaVbdpCjOVuJGonWjCDuJGuJGuJGuJGuJGuJGaVbmDzjOVuJGazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhsIWaPKbefafOafObBQafOafxamBaODaPOalGanDalGanDalGaYxaPKazAazAazAazAassdaVbhEviGshVqPJnQRassgHPaVibijassassazAatVciNatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaZFaZFbagaZFaZFbahbaibajbakbalbuVoXTbxKvCKcPncPncPncPncPncEcqNciJCiJCiJCoTxiJCiJCiJCiJCoiRoiRdoDbzhdoDazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAaFNtVJfkMdPMaWPtVJnssaWpucYrWAuixaFNazAaVShgXaEtaNIaEtaWjbdfbdfbdfbdfbdfbdfbdfbdfhgXaEtaNIaEtaWjaVSazAazAazAazAazAazAevxoWBfungiEkwXwuaevxazAmMCdwhiIDdHsuQrdpgdpgdpgmMCazAazAuJGuJGuJGuJGuJGaMvdpCvCXuJGmgZorDqqQorDorDorDaTyqqQkXdmDzqAguJGazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaRhsIWaPKaPNafOafOafOafOafxamBaODaODalGanDalGanDalGanDaPKazAazAazAazAassagykFSilxqJkhlsaaAassxcuxcuxcuiikassazAatVbhuatVatVatVatVatVatVatVatVatVatVatVatVatVatVatVatVatVatVatVatVatVazAazAazAazAazAazAazAazAazAazAazAazAazAaZFbanbaobapaZFnsrbaqaZTbaraZFaZEaBopgerUzrUzrUzrUzrUzrUzjQdmcrvLHiJCiJCiJCiJCiJCiJCiJCoiRoiRatVbhuatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA @@ -5011,7 +4706,7 @@ azAazAazAazAazAazAiRCiRCiRCntciRCiRCiRCdYByeXyeXsHzaFNazAaVSaVSvNfhCqaVSbdfbdfaN azAazAazAazAazAazAbdfrBPaLqvEBoKnaWtbdfaVSaVSaVSaVSaVSaVSaVSrBPaLqvEBaLqaWtbdfbdfbdfaMYaNjbdfbdfbdfbgEaLqaPpaLqaWtaVSaVSaVSaVSaVSaVSaVSaVSrBPhhAafphhAqYNaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAuJGaMvdpCvCXklTaUtaUtaUtaUtfbxaUtaUtklTaVDbknaVDaVDaVDaVDaVDaVDaVDaVDazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAaRhaRhaRhaRhaRhaRwaRhadaadaaQZaQZaQZaQZaQZaQZaQZaQZaQZaQZaQZaPKaqQalGanDalGanDalGaYxaPKazAazAazAazAassnWHaaJreEbhToUjreEaXOaXRqUSubfmmMgIDlzurrUrrUbjuaVKmGaxoDbVjbVjbjybhgrrAbsgrrUrrUtKBnbEgIDazAazAazAatVbhuatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAaBowBwaBoazAazAazAazAazAbdiajSajSbdihDUhDUaBCaBCkwMkwMkwMaBCaBCbdiatVbkcatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAbdfbitaKqvEBaKqwjMbdfahqkBShhAhhAhhAxETaVSbitaKqvEBaKqwjMbdfahqtzunpbtnahhAxETbdfbitaKqaPpaKqwjMaVSahqhhAhhAhhAhhAxETaVSqZTaKqafpaKqjmaaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAuJGaVbdpCjOVaVDaNHiTphykwhjaMSisArVqaTLaTPdMSmBottgaVDsVqaoNrYwcvhaVDazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAaRhaQLaQLaQLaRhaRwaRhadaadaadaadaadaadaadaadaadaadaadaadaaYMaPKanDalGanDalGanDalGanDaPKazAazAazAazAassipQbhZreEreEoUjreElusbjtbjtbjtbjtaCEbjkbjkquyrrUnemmGamGamGamGarrAtzdrrAbjnbjnklJgIDgIDgIDgIDgIDazAatVciNatVazAazAazAazAazAsojsojsojsojsojsojsojsojsojsojsojazAazAazAazAazAazAaBobbtaBoazAazAazAazAazAbdimQqmQqbdiigcfTEerjoXBeNokwMkwMaBCaBCbdiatVbkcatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAbdfvSpaKqagGqKlqKlfvBqKlqKlqKlqKlqKlaLvaWwaZzjLwahUaPsaPsaPtaPsaPsaPsaPuaPsaPsaPtaPsaPsaKIaFebfvaTnaFeaFeaFeaFeaFeaFeaTnaFeaFeyjAaKqaKqaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAuJGaVbbdgsrYxRvwVjwVjwVjwVjaVyaVzaVzwVjwVjaUuaMSaMSaWeaoNaoNaoNaTEaVDazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAaRhaQLaQLaQLaRhaRwaRhadaadaadaadaadaadaadaadaadaadaadaadaaYMaPKanDalGanDalGanDalGanDaPKazAazAazAazAassocRaaJreEreEihvbjthzAreEreEreEreEuLNrrUrrUqjNbjkbjkbjkbjkbjkijYcvGvqGrrUrrUrrUrrUgIDwFpwFpwFpgIDazAatVciNatVazAazAazAazAazAsojgyQhDOxeEoAoqSHfYupaBpaBfYusojsojazAazAazAazAazAaBobbtaBoazAazAazAazAazAbdibmSvPvbdiudzfTEaBCaBClVzrhykwMaBCaBCbdiatVbkcatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA -azAazAazAazAazAazAbdfbitaKqafpaKqwjMbdfaadnRAcICnRAnRAaBXaVSbitaKqafpaKqwjMbdfaadnRAnRAnRAnRAaBXbdfbitaKqafpaKqwjMaVSaadnRAcICnRAnRAaBXaVSqZTaKqafpaKqjmaaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAuJGaVbmDzjOVbksaMSaMSaMSaMSdMSoTbaMSwpUaMSwpUaMSmUDaVDaoNaoNaoNaUoaVDazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAaRhaQLaQLaQLaRhaRwaRhadaadaadaadaadaadaadaadaadaadaadaadaaYMaPKanDalGanDalGanDalGanDaPKazAazAazAazAassuGRbhZreEreEbjodBTbiibjonanbiiuMEgIDepDrrUrrUrrUrrUrrUrrUrrUcrRrrUcrRrrUrrUrrUycegIDiixrrUaXPgIDazAatVciNatVazAazAazAazAazAsojohjsojsojsojoWTmrPmrPnjquNGuaWsojazAazAazAaBoaBoaBouTlaBoaBoaBoazAazAazAbdiajSajSbdilsqdtfaBCaBCaBCaBCaBCaBCaBCbdiatVbkcatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA +azAazAazAazAazAazAbdfbitaKqafpaKqwjMbdfaadnRAcICnRAnRAaBXaVSbitaKqafpaKqwjMbdfaadnRAnRAnRAnRAaBXbdfbitaKqafpaKqwjMaVSaadnRAcICnRAnRAaBXaVSqZTaKqafpaKqjmaaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAuJGaVbmDzjOVbksaMSaMSaMSaMSdMSoTbaMSwpUaMSwpUaMSmUDodCaoNaoNaoNaUoaVDazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAaRhaQLaQLaQLaRhaRwaRhadaadaadaadaadaadaadaadaadaadaadaadaaYMaPKanDalGanDalGanDalGanDaPKazAazAazAazAassuGRbhZreEreEbjodBTbiibjonanbiiuMEgIDepDrrUrrUrrUrrUrrUrrUrrUcrRrrUcrRrrUrrUrrUycegIDiixrrUaXPgIDazAatVciNatVazAazAazAazAazAsojohjsojsojsojoWTmrPmrPnjquNGuaWsojazAazAazAaBoaBoaBouTlaBoaBoaBoazAazAazAbdiajSajSbdilsqdtfaBCaBCaBCaBCaBCaBCaBCbdiatVbkcatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAbdfhgXaEtafpaEtaWjbdfaVSaVSaVSaVSaVSaVSaVShgXaEtafphiRaWjbdfbdfbdfbdfbdfbdfbdfbdfhgXaEtafpaEtaWjaVSaVSaVSaVSaVSaVSaVSaVShgXnRAafpnRAaWjaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAuJGaVbmDzjOVaVDdJGspTcAmaMSdMSaMSdysanAjndaMSjndxxzaVDaoNaoNaoNkDLaVDazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAaRhaRxaQLaQLaRhanOaRhadaadaadaadaadaadaadaadaadaadaadaadaaYMaPKanDalGanDalGanDalGanDaPKazAazAazAazAassocRhUoeKgdcBbjomkSbiibjogCYbiiaPVgIDxVnaaErrUrrUrrUrrUrrUrrUcrRrrUbiwgIDgIDgIDgIDgIDiixrrUwZngIDazAatVciNatVazAazAazAazAazAsojoxduEBsdlpVLqfcuNGuNGxSPuNGosasojazAazAazAaBopFNlQUbbtrljpFNaBoazAazAazAbdiuvnuvnbdibdibdiaBCaBCaBCaBCaBCaBCaBCbdiatVbkcatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAbdfbdfbdfeRkbdfbdfbdfazAazAazAazAazAazAbdfaVSaVSaPraVSaVSbdfazAazAazAazAazAazAbdfaVSaVSeSoaVSaVSaVSazAazAazAazAazAazAaVSaVSaVSeSoaVSaVSaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAuJGaMvmDzvCXaVDnUzqoOqoOaMSdMSaMSdysgcijndaMSjndgciaVDaoNaoNaoNaUoaVDazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAaRhaRhaQPaRhaRhaYraRhadaadaadaadaadaadaadaadaadaadaadaadaaYMaPKaqQalGanDalGanDalGaYxaPKazAazAazAazAassassassassassassassassassassassassgIDgIDgIDgWMgWMbkdgWMbkdgWMsmHbjkreWmuzlgnlgnbiIbiIrrUrrUxaNgIDazAatVciNatVazAazAazAazAazAsojdaAdaAdaApVLaGNrgIuNGutJnjqnKvsojsojsojsojsojcXybasbbtbasaJvbdibdibdibdibditXntXnoWvfccrhplAowiZvXYwiZjVSbdibdibdiatVbkcatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA azAazAazAazAazAazAazAaVSdvttNoapjaVSazAazAazAazAazAazAazAazAaVSdvtafpapjaVSazAazAazAazAazAazAazAazAaVSdvtaPpapjaVSazAazAazAazAazAazAazAazAaVSdvtaPpapjaVSazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAuJGaVbmDzjOVaVDvnyejXaNGakHdMSaMSdysgcijndaMSjndwVpaVDsVqaoNaoNdMhaVDazAazAazAazAazAazAazAazAazAazAazAaabarkaabazAazAazAazAazAaRhaRHaQPaQPaQPsIWaRhadaadaadaadaadaadaadaadaadaadaadaadaaYMaPKanDalGanDalGanDalGanDaPKazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAgIDlPEcwclbSaaHsekcwcyaTaDGmBggIDxbLycegIDgIDszCrrUxaNgIDazAatVciNatVazAazAazAazAazAsojdaAuSEdaApVLioiuNGuNGhnDutJnAbgPMnqcnqcnqcgPMbctbctoxLbctbctnmKgUhhQXgUhrHuyijudQnNbnNbnNbvGzwRVnNbwRVtGdbdiazAazAatVbkcatVazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazAazA diff --git a/mod_celadon/__maps/site53/z1_admin.dmm b/mod_celadon/__maps/site53/z1_admin.dmm index 2989294203..a04e79c783 100644 --- a/mod_celadon/__maps/site53/z1_admin.dmm +++ b/mod_celadon/__maps/site53/z1_admin.dmm @@ -1,62538 +1,2055 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/turf/unsimulated/wall, -/area/space) -"ab" = ( -/turf/space, -/area/space) -"ac" = ( -/obj/structure/flora/grass/green, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"ae" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/effect/floor_decal/corner/orange/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"af" = ( -/obj/effect/wallframe_spawn/reinforced, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"ag" = ( -/obj/effect/wallframe_spawn/reinforced, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"ah" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base" - }, -/obj/machinery/door/blast/regular{ - id_tag = "MTFCaRD2"; - name = "MTF Complaints and Reports departament" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ai" = ( -/obj/effect/floor_decal/corner/pink/border{ - dir = 10 - }, -/obj/machinery/acting/changer, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"al" = ( -/obj/structure/table/standard, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/obj/item/clothing/accessory/ubac, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"am" = ( -/obj/machinery/status_display{ - pixel_y = 30 - }, -/obj/structure/handrail, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"an" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 10 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"ap" = ( -/obj/machinery/vending/coffee{ - prices = list(); - dir = 1 - }, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ar" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"as" = ( -/turf/simulated/wall/r_wall, -/area/space) -"at" = ( -/obj/item/storage/mirror{ - pixel_y = 27 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"au" = ( -/obj/structure/showcase{ - desc = "An expensive set of avionics and controls to allow a trained pilot to fly even more effectively or allow an untrained pilot to operate the heli. Too bad this heli is broken down."; - icon = 'icons/obj/computer.dmi'; - icon_state = "computer"; - name = "helicopter controls" - }, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"av" = ( -/obj/machinery/vending/boozeomat{ - req_access = list() - }, -/turf/simulated/floor/wood, -/area/centcom) -"aw" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 10 - }, -/obj/item/clothing/shoes/tactical, -/obj/item/clothing/gloves/tactical, -/obj/item/clothing/under/tactical, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/suit/armor/mtfheavy, -/obj/item/clothing/head/helmet/mtfheavy, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/device/radio/headset/ert, -/obj/item/grenade/flashbang/clusterbang, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/plastique, -/obj/item/plastique, -/obj/item/crowbar/red, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/storage/backpack/rucksack, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ax" = ( -/obj/machinery/computer/shuttle_control{ - name = "MTF Helicopter"; - req_access = list("ACCESS_MTF"); - shuttle_tag = "MTF Helicopter" - }, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"az" = ( -/turf/simulated/floor/shuttle/black, -/area/centcom) -"aA" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"aB" = ( -/obj/machinery/button/blast_door{ - id_tag = "GOC gateway" - }, -/turf/simulated/wall/titanium, -/area/centcom/goc) -"aF" = ( -/obj/machinery/vending/security, -/obj/effect/floor_decal/corner/black/full, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"aG" = ( -/obj/effect/floor_decal/industrial/hatch/red, -/obj/machinery/door/blast/shutters{ - dir = 4; - explosion_resistance = 100; - id_tag = "helicopter-left"; - name = "MTF Helicopter" - }, -/turf/simulated/floor/shuttle/white, -/area/centcom) -"aH" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/unsimulated/floor/tile, -/area/centcom) -"aJ" = ( -/obj/machinery/vending/cigarette{ - dir = 1 - }, -/obj/effect/floor_decal/corner/pink/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"aK" = ( -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implanter, -/obj/structure/table/rack, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"aL" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 1 - }, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"aM" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"aO" = ( -/area/centcom) -"aP" = ( -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"aQ" = ( -/turf/space, -/area/centcom) -"aS" = ( -/obj/machinery/door/airlock/medical{ - name = "Tram Clinic" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"aT" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 1 - }, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"aU" = ( -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/suit/armor/goc, -/obj/structure/closet, -/obj/item/storage/belt/holster/security, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/obj/item/clothing/under/solgov/utility/marine/urban, -/turf/simulated/floor/wood, -/area/centcom/goc) -"aX" = ( -/obj/machinery/status_display{ - pixel_y = 30 - }, -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"aY" = ( -/turf/simulated/wall/r_wall, -/area/centcom) -"aZ" = ( -/obj/structure/window/reinforced, -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"ba" = ( -/obj/machinery/vending/security{ - req_access = null - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 9 - }, -/obj/machinery/button/blast_door{ - dir = 4; - id_tag = "epislon11"; - name = "Epsilon-11 Exit Shutters button"; - pixel_x = -25 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bb" = ( -/obj/structure/table/marble, -/obj/machinery/door/blast/shutters{ - name = "MTF Complaints and Reports Department"; - id_tag = "MTFCaRD" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"bd" = ( -/obj/effect/floor_decal/corner/blue/mono, -/obj/structure/bed/chair/comfy/blue{ - name = "Site Director" - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"bf" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bg" = ( -/obj/machinery/door/window/southright, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"bi" = ( -/obj/structure/window/reinforced, -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"bk" = ( -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"bl" = ( -/obj/machinery/vending/weaponry/lcz, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"bm" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/effect/floor_decal/corner/red/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bn" = ( -/obj/item/rig/ert/engineer, -/obj/structure/table/rack, -/obj/item/storage/backpack/dufflebag/firefighter, -/obj/item/storage/firstaid/fire, -/obj/item/material/twohanded/fireaxe, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/item/grenade/chem_grenade/incendiary, -/obj/effect/floor_decal/corner/orange/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bs" = ( -/obj/structure/table/standard, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/obj/item/device/radio/headset/specops, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"bt" = ( -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"bx" = ( -/turf/simulated/wall/r_wall, -/area/site53/tram/mtf) -"by" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bB" = ( -/obj/structure/window/reinforced, -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"bC" = ( -/obj/machinery/door/window/southright, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"bD" = ( -/obj/structure/table/standard, -/obj/random/action_figure, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"bF" = ( -/obj/structure/window/reinforced, -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"bG" = ( -/obj/effect/floor_decal/corner/brown/half, -/turf/simulated/floor/tiled, -/area/centcom) -"bJ" = ( -/obj/machinery/vending/cigarette{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bK" = ( -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/mask/balaclava, -/obj/item/melee/baton/loaded, -/obj/item/melee/telebaton, -/obj/item/device/flash/advanced, -/obj/item/storage/backpack/satchel/leather/navy, -/obj/item/device/radio/headset/ert, -/obj/item/clothing/glasses/sunglasses/sechud, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "DIS Commander Gear Closet" - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/gun/projectile/pistol/usp45, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bL" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "DIS Commander Gear Closet" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/mask/balaclava, -/obj/item/melee/baton/loaded, -/obj/item/melee/telebaton, -/obj/item/device/flash/advanced, -/obj/item/storage/backpack/satchel/leather/navy, -/obj/effect/floor_decal/corner/red/border{ - dir = 5 - }, -/obj/item/device/radio/headset/ert, -/obj/item/clothing/glasses/sunglasses/sechud, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/gun/projectile/pistol/usp45, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bN" = ( -/obj/effect/floor_decal/corner/pink/border, -/obj/effect/floor_decal/corner/pink/border{ - dir = 1 - }, -/obj/machinery/door/airlock/vault{ - name = "Intelligence Agency gear room"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"bP" = ( -/obj/structure/railing/mapped{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"bR" = ( -/obj/structure/flora/pottedplant/smalltree, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"bS" = ( -/obj/structure/table/rack, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"bU" = ( -/obj/structure/table/standard, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"bV" = ( -/obj/structure/bed/chair/office{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"bW" = ( -/obj/machinery/vending/snack{ - dir = 1; - name = "hacked Getmore Chocolate Corp"; - prices = list() - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"bX" = ( -/obj/machinery/door/airlock/glass/command, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"bY" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/red/mono, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"cf" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8; - icon_state = "warning" - }, -/turf/simulated/floor/shuttle/white, -/area/centcom) -"ci" = ( -/turf/simulated/floor/shuttle/white, -/area/centcom) -"cj" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/shuttle/white, -/area/centcom) -"ck" = ( -/obj/effect/floor_decal/industrial/hatch/red, -/turf/simulated/floor/shuttle/white, -/area/centcom) -"cl" = ( -/obj/effect/floor_decal/industrial/hatch/red, -/obj/machinery/door/blast/shutters{ - dir = 4; - explosion_resistance = 100; - id_tag = "helicopter-left"; - name = "MTF Helicopter" - }, -/turf/simulated/floor/shuttle/white, -/area/site53/tram/mtf) -"cm" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8; - icon_state = "warning" - }, -/turf/simulated/floor/shuttle/white, -/area/site53/tram/mtf) -"cn" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"co" = ( -/obj/structure/table/standard, -/obj/random/hat, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"cp" = ( -/obj/effect/shuttle_landmark/heli/start, -/turf/simulated/floor/shuttle/white, -/area/site53/tram/mtf) -"cq" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/shuttle/white, -/area/site53/tram/mtf) -"cs" = ( -/obj/effect/floor_decal/industrial/hatch/red, -/obj/machinery/door/blast/shutters{ - dir = 4; - explosion_resistance = 100; - id_tag = "helicopter-right"; - name = "MTF Helicopter" - }, -/turf/simulated/floor/shuttle/white, -/area/site53/tram/mtf) -"cu" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 6 - }, -/obj/structure/undies_wardrobe, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"cv" = ( -/turf/simulated/floor/shuttle/white, -/area/site53/tram/mtf) -"cw" = ( -/turf/unsimulated/mineral, -/area/centcom/chaos) -"cx" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/exoplanet/grass, -/area/centcom/goc) -"cz" = ( -/obj/structure/bed/chair, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"cA" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/pink/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"cB" = ( -/obj/effect/floor_decal/corner/pink/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/pink/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"cD" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"cE" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/railing/mapped, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"cF" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"cG" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"cI" = ( -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/item/clothing/under/rank/internalaffairs/plain, -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"cJ" = ( -/obj/effect/floor_decal/corner/lightgrey/border, -/turf/space, -/area/space) -"cK" = ( -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/stamp/scp, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"cL" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"cP" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/green/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"cQ" = ( -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/structure/table/rack, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"cR" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"cS" = ( -/obj/machinery/button/blast_door{ - id_tag = "helicopter-left"; - name = "MTF Helicopter Side Doors"; - req_access = list("ACCESS_MTF") - }, -/turf/simulated/wall/r_wall, -/area/site53/tram/mtf) -"cU" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"cX" = ( -/obj/item/ammo_casing/pistol/used, -/obj/item/ammo_casing/pistol/used, -/obj/item/ammo_casing/pistol/used, -/obj/item/ammo_casing/pistol/used, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"cY" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"da" = ( -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"db" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost"; - id_tag = "GOC con 2" - }, -/obj/machinery/door/blast/shutters{ - id_tag = "GOC con" - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"dc" = ( -/obj/machinery/button/blast_door{ - id_tag = "helicopter-right"; - name = "MTF Helicopter Side Doors"; - req_access = list("ACCESS_MTF") - }, -/turf/simulated/wall/r_wall, -/area/site53/tram/mtf) -"df" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"di" = ( -/turf/simulated/wall/titanium, -/area/centcom/chaos) -"dj" = ( -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/machinery/button/blast_door{ - pixel_y = -10; - id_tag = "CabinShutters"; - name = "Cabin Shutters" - }, -/obj/machinery/button/blast_door{ - name = "Rear Shutters"; - id_tag = "RearShutters" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"dl" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"dn" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner, -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"do" = ( -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/suit/armor/goc, -/obj/structure/closet, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/melee/baton, -/obj/item/clothing/accessory/armband/solgov/mp, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"dr" = ( -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"dt" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"dz" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"dB" = ( -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"dD" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"dE" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/turf/simulated/floor/shuttle/black, -/area/site53/tram/mtf) -"dF" = ( -/obj/structure/bed/chair/comfy/green{ - dir = 4; - name = "EZ Senior Agent" - }, -/obj/effect/floor_decal/corner/green/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"dG" = ( -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/mob/living/carbon/human, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"dJ" = ( -/obj/structure/closet/wizard/armor, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"dL" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 4; - icon_state = "bordercolor" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"dP" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"dQ" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/unsimulated/floor/reinforced, -/area/centcom) -"dS" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 6 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"dT" = ( -/obj/item/stack/cable_coil/orange{ - pixel_x = -4; - pixel_y = 6 - }, -/turf/unsimulated/floor/reinforced, -/area/centcom) -"dU" = ( -/obj/effect/floor_decal/corner/yellow/bordercorner, -/obj/effect/floor_decal/corner/yellow/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"dV" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"dW" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"dX" = ( -/obj/item/storage/toolbox/mechanical{ - pixel_x = -13; - pixel_y = -17; - startswith = list(/obj/item/screwdriver,/obj/item/weldingtool,/obj/item/crowbar,/obj/item/device/scanner/gas,/obj/item/wirecutters) - }, -/obj/item/trash/cigbutt/cigarbutt, -/turf/unsimulated/floor/reinforced, -/area/centcom) -"dZ" = ( -/obj/item/wrench{ - pixel_x = -5; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/blood/oil, -/turf/unsimulated/floor/reinforced, -/area/centcom) -"eb" = ( -/obj/structure/table/standard, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/obj/item/clothing/accessory/solgov/department/command, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ec" = ( -/obj/structure/grille{ - health_max = null; - health_resistances = list("stun" = 0, "emp" = 0, "radiation" = 0, "bio" = 0, "pain" = 0, "toxin" = 0, "genetic" = 0, "oxy" = 0, "brain" = 0) - }, -/turf/simulated/wall/r_wall, -/area/site53/tram/mtf) -"ed" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/ammo_casing/pistol/used, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"eg" = ( -/obj/structure/grille{ - health_max = null; - health_resistances = list("stun" = 0, "emp" = 0, "radiation" = 0, "bio" = 0, "pain" = 0, "toxin" = 0, "genetic" = 0, "oxy" = 0, "brain" = 0) - }, -/turf/simulated/wall/r_wall, -/area/centcom) -"eh" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/obj/item/clothing/under/scp/suittie, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ej" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/wall/titanium, -/area/centcom/goc) -"ek" = ( -/turf/simulated/floor/exoplanet/grass, -/area/centcom/chaos) -"el" = ( -/obj/structure/bed/chair/padded/blue, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"em" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/obj/item/reagent_containers/glass/bottle/adminordrazine, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"en" = ( -/obj/structure/flora/pottedplant/tall, -/turf/simulated/floor/tiled, -/area/centcom) -"es" = ( -/obj/item/trash/cigbutt/jerichos, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"eu" = ( -/obj/structure/sign/warning/secure_area/armory{ - pixel_x = -30; - pixel_y = -2 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ev" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 1; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Workshop" - }, -/area/centcom) -"ex" = ( -/obj/machinery/door/airlock/vault{ - name = "Eta-10"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "eta10"; - name = "Eta-10" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"eA" = ( -/obj/structure/bed/chair/comfy/blue{ - dir = 1; - name = "Chief Medical Officer" - }, -/obj/effect/floor_decal/corner/paleblue/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"eC" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"eE" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"eF" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Hanger"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"eG" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/machinery/vending/mredispenser{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"eH" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/machinery/vending/snack{ - name = "hacked Getmore Chocolate Corp"; - prices = list() - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"eI" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/machinery/vending/cola{ - name = "Robust Softdrinks"; - prices = list() - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"eJ" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/machinery/vending/coffee{ - prices = list() - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"eL" = ( -/turf/unsimulated/mineral, -/area/centcom/goc) -"eM" = ( -/obj/effect/floor_decal/corner/orange/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"eN" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/machinery/vending/cigarette{ - name = "cigarette machine"; - prices = list() - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"eO" = ( -/obj/machinery/door/blast/regular{ - name = "Civil Access" - }, -/turf/simulated/floor/tiled, -/area/centcom) -"eP" = ( -/turf/simulated/wall/titanium, -/area/site53/lhcz/scp1102entrance) -"eQ" = ( -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"eR" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"eS" = ( -/turf/simulated/floor/exoplanet/snow, -/area/centcom/goc) -"eT" = ( -/obj/structure/closet, -/obj/item/clothing/gloves/tactical/scp, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/under/rank/centcom_captain, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/suit/armor/goc, -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/head/beret/scp/goc, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/obj/item/clothing/mask/gas, -/obj/item/storage/backpack/rucksack/blue, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"eU" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"eV" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"eW" = ( -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"eX" = ( -/obj/machinery/power/port_gen/pacman/super/potato{ - name = "SCP-1102-RU-2" - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"eY" = ( -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"eZ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fd" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"ff" = ( -/turf/unsimulated/floor/scp1102, -/area/site53/lhcz/scp1102entrance) -"fg" = ( -/obj/structure/table/rack, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fh" = ( -/obj/structure/table/steel_reinforced, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fi" = ( -/obj/structure/closet/crate, -/obj/item/stack/material/uranium/ten, -/obj/item/stack/material/uranium/ten, -/obj/item/stack/material/uranium/ten, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fj" = ( -/obj/structure/safe, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"fk" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fl" = ( -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"fm" = ( -/obj/machinery/light{ - dir = 1; - icon_state = "tube1" - }, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"fn" = ( -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"fo" = ( -/obj/structure/bed/chair/office/dark, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"fp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"fq" = ( -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"fr" = ( -/obj/machinery/light/small/emergency{ - dir = 8; - icon_state = "bulb1" - }, -/obj/effect/decal/cleanable/ash, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fs" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"ft" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fu" = ( -/obj/structure/closet/crate, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fv" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/blue/mono, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"fw" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"fx" = ( -/obj/structure/ladder/scp1102ladder, -/turf/unsimulated/floor/scp1102, -/area/site53/lhcz/scp1102entrance) -"fy" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/unsimulated/floor/scp1102, -/area/site53/lhcz/scp1102entrance) -"fz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall/titanium, -/area/site53/lhcz/scp1102entrance) -"fA" = ( -/obj/structure/table/rack, -/obj/item/stack/material/wood/fifty, -/obj/item/stack/material/wood/ten, -/obj/item/stack/material/wood/ten, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fC" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fD" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"fF" = ( -/obj/machinery/door/blast/shutters/open{ - id_tag = "bunker" - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"fG" = ( -/obj/machinery/door/blast/shutters/open{ - id_tag = "bunker" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"fH" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fI" = ( -/obj/machinery/light, -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"fJ" = ( -/obj/machinery/light/small{ - dir = 1; - icon_state = "bulb1" - }, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"fK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"fL" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"fM" = ( -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"fN" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"fO" = ( -/obj/structure/sign/double/map/left{ - pixel_y = 32 - }, -/obj/structure/closet/radiation, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"fP" = ( -/obj/structure/table/rack, -/obj/structure/sign/double/map/right{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"fQ" = ( -/obj/structure/table/steel_reinforced, -/obj/item/stack/material/uranium/ten, -/obj/item/stack/material/uranium/ten, -/obj/item/stack/material/uranium/ten, -/obj/item/stack/material/uranium/ten, -/obj/item/stack/material/uranium/ten, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fR" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/light/small/emergency, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"fT" = ( -/obj/item/remains/mouse, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"fV" = ( -/obj/structure/table/steel_reinforced, -/obj/structure/flora/pottedplant/shoot{ - pixel_y = 8 - }, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"fW" = ( -/obj/structure/closet, -/obj/item/stack/material/plastic/ten, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"fX" = ( -/obj/effect/floor_decal/corner/green/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"fY" = ( -/obj/structure/table/marble, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"fZ" = ( -/obj/effect/floor_decal/corner/green/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ga" = ( -/obj/structure/table/marble, -/obj/machinery/reagentgrinder{ - pixel_y = 6 - }, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gc" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gd" = ( -/obj/structure/table/glass, -/obj/random/drinkbottle, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"ge" = ( -/obj/machinery/light{ - dir = 1; - icon_state = "tube1" - }, -/obj/item/trash/tray, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gf" = ( -/obj/structure/table/glass, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gh" = ( -/obj/structure/barricade, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gi" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gj" = ( -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gk" = ( -/obj/structure/railing/mapped, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gl" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gm" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/lino, -/area/site53/lhcz/scp1102entrance) -"gn" = ( -/obj/structure/table/marble, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"go" = ( -/obj/random/trash, -/obj/random/trash, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gp" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"gq" = ( -/obj/structure/table/glass, -/obj/item/device/flashlight/flare, -/obj/item/device/flashlight/flare, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gs" = ( -/obj/machinery/computer/shuttle_control{ - name = "MTF Helicopter"; - req_access = null; - shuttle_tag = "MTF Helicopter" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"gt" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base" - }, -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"gu" = ( -/obj/item/clothing/suit/armor/vest/scp/medarmor/eta, -/obj/item/clothing/head/helmet/scp/eta, -/obj/item/clothing/glasses/hud/scramble, -/obj/structure/table/rack, -/obj/effect/floor_decal/corner/research/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"gv" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gw" = ( -/obj/machinery/light{ - dir = 1; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gx" = ( -/obj/random/trash, -/obj/random/trash, -/obj/random/trash, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gy" = ( -/obj/machinery/vending/dinnerware, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gz" = ( -/obj/machinery/cooker/grill, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gA" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gB" = ( -/obj/random/trash, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gC" = ( -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gD" = ( -/obj/random/trash, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning{ - dir = 8; - icon_state = "warning" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gG" = ( -/obj/structure/bed/chair/office/light, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gH" = ( -/obj/random/action_figure, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gI" = ( -/obj/structure/sign/redcross{ - pixel_y = -32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gJ" = ( -/obj/machinery/vending/boozeomat{ - dir = 1 - }, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gL" = ( -/obj/machinery/cooker/oven, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"gN" = ( -/obj/effect/decal/cleanable/ash, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gQ" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 5 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"gS" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8; - icon_state = "warning" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gT" = ( -/obj/structure/table/reinforced, -/obj/random/action_figure, -/obj/random/coin, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gV" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gW" = ( -/obj/structure/bed/chair/office/light{ - dir = 8; - icon_state = "officechair_white_preview" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gX" = ( -/obj/structure/flora/pottedplant/minitree, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"gY" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"gZ" = ( -/obj/effect/wallframe_spawn/reinforced, -/turf/simulated/floor/plating, -/area/site53/lhcz/scp1102entrance) -"ha" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hb" = ( -/obj/machinery/cooker/cereal, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"hc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"hd" = ( -/obj/structure/table/glass, -/obj/item/pizzabox/margherita, -/obj/item/pizzabox/meat, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"he" = ( -/obj/structure/table/glass, -/obj/random/action_figure, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"hf" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8; - icon_state = "warning" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hg" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hh" = ( -/obj/structure/table/reinforced, -/obj/random/action_figure, -/obj/random/action_figure, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hi" = ( -/obj/structure/table/reinforced, -/obj/random/trash, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hj" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"hk" = ( -/obj/random/trash, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hl" = ( -/obj/machinery/light/small{ - dir = 1; - icon_state = "bulb1" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hm" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hn" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/blue/border{ - dir = 9 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"ho" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hp" = ( -/obj/structure/table/reinforced, -/obj/random/firstaid, -/obj/random/firstaid, -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hq" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"hr" = ( -/obj/machinery/vending/mredispenser{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"hs" = ( -/turf/unsimulated/floor/tile, -/area/centcom) -"ht" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/item/deck/cards{ - pixel_x = -5; - pixel_y = 10 - }, -/obj/item/paper_bin, -/obj/item/pen/retractable/blue{ - pixel_x = 2 - }, -/obj/item/pen/retractable/green{ - pixel_x = 5 - }, -/obj/item/pen/retractable/red{ - pixel_x = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"hv" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/clothing/head/beret/scp, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/melee/baton/loaded, -/obj/item/material/knife/combat, -/obj/item/ammo_magazine/box/a50, -/obj/item/ammo_magazine/box/a50, -/obj/item/ammo_magazine/box/a50, -/obj/effect/floor_decal/corner/white/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"hw" = ( -/obj/structure/closet, -/obj/random/medical, -/obj/random/medical, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hx" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hy" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 5 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hz" = ( -/obj/item/trash/tray, -/obj/item/trash/tray, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"hA" = ( -/obj/structure/bed/chair/office, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"hB" = ( -/turf/simulated/floor/exoplanet/grass, -/area/centcom/goc) -"hC" = ( -/obj/effect/floor_decal/corner/orange/bordercorner, -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"hD" = ( -/obj/structure/inflatable/wall, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"hE" = ( -/obj/machinery/light, -/obj/effect/floor_decal/industrial/warning{ - dir = 8; - icon_state = "warning" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hF" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hG" = ( -/obj/machinery/light, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hH" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/small{ - dir = 8; - icon_state = "bulb1" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hI" = ( -/obj/structure/bookcase{ - name = "bookcase (Tactics)" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hJ" = ( -/obj/structure/bookcase, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hK" = ( -/obj/structure/table/woodentable, -/obj/structure/plushie/ian, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/obj/item/device/flashlight/flare, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hL" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/obj/effect/floor_decal/corner/blue/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hM" = ( -/obj/structure/closet/crate/medical, -/obj/random/medical/lite, -/obj/random/medical/lite, -/obj/random/medical/lite, -/obj/random/medical/lite, -/obj/random/medical/lite, -/obj/random/medical/lite, -/obj/random/medical/lite, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hN" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder, -/obj/effect/floor_decal/corner/blue/border{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"hP" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine{ - department = "MTF Base" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"hQ" = ( -/obj/machinery/washing_machine, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"hR" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hS" = ( -/obj/structure/bed, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hT" = ( -/obj/random/trash, -/obj/random/trash, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"hU" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/item/book/manual/scp/fra, -/obj/item/book/manual/scp/fra, -/obj/item/book/manual/scp/fra, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"hV" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/surgery, -/obj/effect/floor_decal/corner/green/border{ - dir = 9 - }, -/obj/item/reagent_containers/spray/cleaner, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"hW" = ( -/obj/structure/bed/chair/office/comfy{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/security/brig) -"hY" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/obj/machinery/organ_printer/robot/mapped, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/steel/fifty, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"hZ" = ( -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"ia" = ( -/obj/structure/bed/chair/wheelchair{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"ib" = ( -/obj/effect/floor_decal/corner/blue/mono, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"ic" = ( -/obj/structure/bed/roller, -/obj/effect/floor_decal/corner/blue/mono, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"id" = ( -/obj/structure/flora/grass/green, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/goc) -"ie" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"if" = ( -/obj/machinery/smartfridge, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"ig" = ( -/obj/structure/table/rack, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"ih" = ( -/obj/random/trash, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"ii" = ( -/obj/structure/table/marble, -/obj/item/toy/prize/deathripley, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"ij" = ( -/obj/structure/railing/mapped{ - dir = 1; - icon_state = "railing0" - }, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"ik" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"im" = ( -/obj/structure/bed, -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"in" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/wood, -/area/centcom) -"io" = ( -/obj/structure/curtain/medical, -/obj/effect/floor_decal/corner/blue/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"ip" = ( -/obj/structure/curtain/medical, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iq" = ( -/obj/structure/curtain/medical, -/obj/effect/floor_decal/corner/blue/mono, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"ir" = ( -/obj/structure/iv_drip, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"is" = ( -/obj/machinery/vending/medical{ - req_access = newlist() - }, -/obj/effect/floor_decal/corner/blue/border{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"it" = ( -/obj/structure/bed/chair/office{ - dir = 4; - icon_state = "chair_preview" - }, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"iu" = ( -/obj/structure/table/marble, -/obj/random/drinkbottle, -/obj/random/drinkbottle, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"iv" = ( -/obj/machinery/button/blast_door{ - id_tag = "supply_shuttle"; - name = "Supply Drone Shutter Control" - }, -/obj/effect/paint/silver, -/turf/simulated/wall/r_titanium, -/area/centcom) -"iw" = ( -/obj/structure/table/marble, -/obj/random/coin, -/obj/random/coin, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"ix" = ( -/obj/machinery/vending/fitness, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"iy" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"iz" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"iA" = ( -/obj/machinery/vending/classdwater, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"iB" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/obj/effect/floor_decal/corner/blue/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iC" = ( -/obj/structure/table/reinforced, -/obj/random/action_figure, -/obj/random/firstaid, -/obj/effect/floor_decal/corner/blue/border{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iD" = ( -/obj/machinery/cooker/fryer, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"iF" = ( -/obj/machinery/door/airlock{ - name = "Chaos Insurgency Outpost" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"iG" = ( -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"iH" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"iI" = ( -/obj/structure/kitchenspike, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"iJ" = ( -/obj/structure/bed, -/obj/machinery/light/small{ - dir = 1; - icon_state = "bulb1" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"iK" = ( -/obj/structure/table/woodentable, -/obj/item/toy/figure/paramedic, -/obj/item/instrument/guitar, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"iL" = ( -/obj/structure/table/woodentable, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"iM" = ( -/obj/machinery/optable, -/obj/effect/floor_decal/corner/blue/border{ - dir = 10 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iN" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/floor_decal/corner/blue/border, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iO" = ( -/obj/structure/curtain/medical, -/obj/effect/floor_decal/corner/blue/border, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iP" = ( -/obj/structure/iv_drip, -/obj/effect/floor_decal/corner/blue/border, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iQ" = ( -/obj/machinery/light, -/obj/effect/floor_decal/corner/blue/border, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iR" = ( -/obj/machinery/vending/medical{ - req_access = newlist() - }, -/obj/effect/floor_decal/corner/blue/border{ - dir = 6 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"iS" = ( -/obj/structure/barricade, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"iT" = ( -/obj/item/remains/mouse, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"iU" = ( -/obj/structure/table/woodentable, -/obj/structure/flora/pottedplant/flower{ - pixel_y = 12 - }, -/obj/machinery/light/small{ - dir = 8; - icon_state = "bulb1" - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"iV" = ( -/obj/structure/bookcase/manuals/research_and_development, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"iW" = ( -/obj/structure/bookcase/manuals/medical, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"iX" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 8 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"iY" = ( -/obj/structure/inflatable/door, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"iZ" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"ja" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/obj/machinery/organ_printer/flesh/mapped{ - max_stored_matter = 9000; - stored_matter = 9000 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"jc" = ( -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"jd" = ( -/obj/structure/bed/chair/comfy/lime{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"je" = ( -/obj/machinery/door/airlock, -/obj/structure/barricade, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall/titanium, -/area/site53/lhcz/scp1102entrance) -"jg" = ( -/obj/machinery/door/airlock, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/site53/lhcz/scp1102entrance) -"jh" = ( -/obj/structure/table/rack, -/obj/item/device/flashlight/maglight, -/obj/item/device/flashlight/maglight, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"ji" = ( -/obj/structure/closet, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jj" = ( -/obj/item/remains/robot, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"jk" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/light/small/emergency{ - dir = 8; - icon_state = "bulb1" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jl" = ( -/obj/structure/janitorialcart, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jm" = ( -/obj/structure/table/rack, -/obj/random/toolbox, -/obj/machinery/light/small/emergency{ - dir = 4; - icon_state = "bulb1" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jn" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jo" = ( -/obj/machinery/floodlight, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jp" = ( -/obj/structure/table/steel_reinforced, -/obj/random/accessory, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jq" = ( -/obj/machinery/chemical_dispenser/ert, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"jr" = ( -/obj/random/soap, -/obj/item/device/flashlight/flare, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"js" = ( -/obj/structure/closet/secure_closet/guard/breachautomatics{ - req_access = newlist() - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jt" = ( -/obj/structure/flora/pottedplant/minitree, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"ju" = ( -/obj/effect/paint_stripe/green, -/turf/simulated/wall/prepainted, -/area/site53/tram/maintrain) -"jv" = ( -/turf/unsimulated/floor/plating, -/area/space) -"jw" = ( -/obj/structure/table/steel_reinforced, -/obj/random/action_figure, -/obj/random/action_figure, -/obj/random/action_figure, -/obj/machinery/light/small/emergency, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jx" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"jy" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/light/small/emergency, -/turf/simulated/floor/tiled/steel_ridged, -/area/site53/lhcz/scp1102entrance) -"jz" = ( -/obj/machinery/chem_master, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"jB" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"jC" = ( -/obj/structure/flora/tree/dead, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/goc) -"jD" = ( -/obj/structure/flora/tree/dead, -/turf/simulated/floor/exoplanet/grass, -/area/centcom/goc) -"jE" = ( -/obj/effect/wallframe_spawn/reinforced, -/turf/simulated/floor/plating, -/area/site53/tram/car1) -"jF" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"jG" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"jH" = ( -/obj/machinery/computer/shuttle_control{ - shuttle_tag = "Chaos Car 1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"jI" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/wood, -/area/centcom/chaos) -"jJ" = ( -/obj/structure/closet, -/obj/item/device/radio/headset/syndicate, -/obj/item/device/flashlight/maglight, -/obj/item/clothing/under/scp/utility/chaos, -/obj/item/clothing/shoes/dutyboots, -/turf/simulated/floor/wood, -/area/centcom/chaos) -"jK" = ( -/obj/machinery/reagentgrinder, -/obj/item/stack/material/phoron/fifty, -/obj/item/stack/material/phoron/fifty, -/obj/item/stack/material/phoron/fifty, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"jL" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagent_temperature/cooler{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/machinery/reagent_temperature{ - pixel_x = -7; - pixel_y = 3 - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"jM" = ( -/obj/structure/closet, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/device/radio/headset/syndicate, -/obj/item/device/flashlight/maglight, -/obj/item/clothing/under/scp/utility/chaos, -/obj/item/clothing/shoes/dutyboots, -/turf/simulated/floor/wood, -/area/centcom/chaos) -"jN" = ( -/obj/structure/grille, -/turf/simulated/floor/exoplanet/snow, -/area/site53/tram/car1) -"jO" = ( -/obj/structure/bed/chair/office{ - dir = 1; - icon_state = "chair_preview" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"jP" = ( -/obj/structure/grille, -/turf/simulated/floor/exoplanet/grass, -/area/site53/tram/car1) -"jQ" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/wood, -/area/centcom/chaos) -"jR" = ( -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 8 - }, -/obj/effect/landmark{ - name = "Syndicate-Spawn" - }, -/turf/simulated/floor/wood, -/area/centcom/chaos) -"jS" = ( -/turf/simulated/floor/wood, -/area/centcom/chaos) -"jT" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/chaos) -"jU" = ( -/obj/structure/flora/grass/both, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"jV" = ( -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"jW" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/hypospray, -/obj/item/reagent_containers/hypospray, -/obj/item/reagent_containers/hypospray, -/obj/item/reagent_containers/hypospray, -/obj/item/reagent_containers/hypospray, -/obj/item/reagent_containers/hypospray, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/bottle/inaprovaline, -/obj/item/reagent_containers/glass/bottle/inaprovaline, -/obj/item/reagent_containers/glass/bottle/inaprovaline, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"jY" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"jZ" = ( -/obj/structure/bed/chair/office, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"ka" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"kb" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/simulated/floor/exoplanet/grass, -/area/centcom/chaos) -"ke" = ( -/obj/machinery/door/airlock/hatch{ - dir = 8; - icon_state = "closed" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"kf" = ( -/obj/effect/shuttle_landmark/chaos1/start, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"kg" = ( -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/centcom/chaos) -"kh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/unsimulated/floor/scp1102, -/area/site53/lhcz/scp1102entrance) -"ki" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/unsimulated/floor/scp1102, -/area/site53/lhcz/scp1102entrance) -"kj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning, -/turf/unsimulated/floor/scp1102, -/area/site53/lhcz/scp1102entrance) -"kk" = ( -/obj/structure/flora/grass/brown, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"kl" = ( -/obj/machinery/door/airlock/glass, -/turf/simulated/floor/wood, -/area/centcom/chaos) -"km" = ( -/obj/structure/bed/chair/office{ - dir = 1; - icon_state = "chair_preview" - }, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"ko" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/goc) -"kp" = ( -/obj/structure/railing/mapped, -/obj/structure/closet/crate/bin, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"ks" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/obj/structure/iv_drip, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"kt" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"kw" = ( -/obj/structure/iv_drip, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/obj/effect/floor_decal/corner/green/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"kx" = ( -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"ky" = ( -/obj/structure/railing/mapped, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"kz" = ( -/obj/machinery/button/blast_door{ - dir = 1; - id_tag = "chaos1"; - name = "Car Storage Shutters button"; - pixel_y = -23 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"kA" = ( -/obj/structure/coatrack, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"kB" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/sign/greencross{ - pixel_x = -32; - pixel_y = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"kC" = ( -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"kE" = ( -/obj/structure/ore_box, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"kF" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"kH" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted/frosted, -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/grass, -/area/centcom) -"kI" = ( -/obj/machinery/vending/snack, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"kJ" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"kK" = ( -/obj/structure/table/woodentable/maple, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"kM" = ( -/turf/simulated/floor/lino, -/area/centcom/chaos) -"kN" = ( -/obj/structure/bed/chair{ - dir = 1; - pixel_y = 14 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"kO" = ( -/obj/structure/railing/mapped, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"kP" = ( -/obj/structure/bed/chair/comfy/black, -/turf/simulated/floor/lino, -/area/centcom/chaos) -"kQ" = ( -/obj/structure/bed/chair/office/light, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"kS" = ( -/obj/machinery/light/small{ - dir = 1; - icon_state = "bulb1" - }, -/turf/simulated/floor/tiled/techfloor, -/area/centcom/chaos) -"kT" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom/goc) -"kW" = ( -/obj/machinery/door/blast/shutters{ - id_tag = "chaos1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"kX" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/lino, -/area/centcom/chaos) -"kY" = ( -/obj/structure/table/woodentable, -/obj/random/snack, -/turf/simulated/floor/lino, -/area/centcom/chaos) -"kZ" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/centcom/chaos) -"la" = ( -/obj/structure/table/steel_reinforced, -/obj/item/device/flashlight/lamp, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lb" = ( -/obj/structure/table/steel_reinforced, -/obj/structure/bedsheetbin, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"ld" = ( -/obj/machinery/button/blast_door{ - id_tag = "Nu-7"; - name = "Nu-7 Exit Shutters button"; - pixel_y = 23 - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 5 - }, -/obj/structure/table/rack, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"lh" = ( -/obj/machinery/vending/coffee{ - prices = list(); - dir = 1 - }, -/obj/effect/floor_decal/corner/pink/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"lj" = ( -/obj/structure/flora/ausbushes/stalkybush, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"ll" = ( -/obj/effect/landmark{ - name = "Nuclear-Bomb" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"lm" = ( -/obj/structure/table/steel_reinforced, -/obj/random/drinkbottle, -/obj/item/device/megaphone, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lo" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lq" = ( -/obj/structure/window/reinforced/polarized, -/obj/machinery/computer/station_alert/all{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"lr" = ( -/obj/machinery/vending/weaponry/goc, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 0 - }, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"lt" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"lu" = ( -/obj/structure/table/woodentable, -/obj/machinery/light, -/turf/simulated/floor/lino, -/area/centcom/chaos) -"lv" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/centcom/chaos) -"lw" = ( -/obj/structure/bed/chair/office/light{ - dir = 8; - icon_state = "officechair_white_preview" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lx" = ( -/obj/structure/table/steel_reinforced, -/obj/random/snack, -/obj/random/snack, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"ly" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"lz" = ( -/obj/machinery/light/small, -/turf/simulated/floor/tiled/techfloor, -/area/centcom/chaos) -"lA" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/techfloor, -/area/centcom/chaos) -"lB" = ( -/obj/machinery/light/small, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"lC" = ( -/obj/effect/paint_stripe/paleblue, -/turf/simulated/wall/r_wall, -/area/site53/tram/goc1) -"lD" = ( -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 8 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 10 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"lE" = ( -/obj/structure/curtain/open/bed, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lF" = ( -/obj/structure/skele_stand{ - dir = 8 - }, -/obj/structure/curtain/open/bed, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lG" = ( -/obj/machinery/door/airlock{ - name = "Strange airlock"; - req_access = list("ACCESS_PSIADVISOR") - }, -/turf/simulated/floor/tiled/techfloor, -/area/centcom/chaos) -"lH" = ( -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"lI" = ( -/turf/simulated/wall/titanium, -/area/centcom/goc) -"lJ" = ( -/obj/effect/paint_stripe/red, -/turf/simulated/wall/r_wall, -/area/site53/tram/car1) -"lK" = ( -/obj/structure/bed/chair/comfy/blue{ - dir = 8; - name = "Communications Officer" - }, -/obj/effect/floor_decal/corner/blue/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"lL" = ( -/obj/item/clothing/under/rank/internalaffairs{ - name = "Ethics Committee uniform" - }, -/obj/item/clothing/suit/armor/vest/scp, -/obj/item/clothing/shoes/dress, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/pen/reagent/sleepy{ - name = "Ethics Commite Pen" - }, -/obj/item/pen, -/obj/random/clipboard, -/obj/item/clothing/gloves/foundation_service, -/obj/item/clothing/accessory/armband/whitered, -/obj/item/clothing/head/beret/solgov/expedition/service{ - name = "Ethics Committee beret" - }, -/obj/item/clothing/head/soft/black, -/obj/item/device/radio/headset/ert, -/obj/effect/floor_decal/corner/green/border{ - dir = 5 - }, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Ethics Committee Agent closet" - }, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/card/id/mtf{ - name = "EC Agent" - }, -/obj/item/storage/belt/holster/security, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/ammo_magazine/c44, -/obj/item/ammo_magazine/c44, -/obj/item/ammo_magazine/c44, -/obj/item/ammo_magazine/box/a50, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"lM" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lO" = ( -/obj/structure/noticeboard/anomaly{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lP" = ( -/turf/simulated/mineral, -/area/space) -"lQ" = ( -/obj/structure/closet/crate/bin, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lR" = ( -/obj/machinery/light, -/obj/structure/closet/crate/internals, -/obj/item/tank/emergency/oxygen, -/obj/item/tank/emergency/oxygen, -/obj/item/tank/emergency/oxygen, -/obj/item/tank/emergency/oxygen, -/obj/item/tank/emergency/oxygen, -/obj/item/tank/emergency/oxygen, -/obj/item/tank/emergency/oxygen, -/obj/item/clothing/mask/breath/emergency, -/obj/item/clothing/mask/breath/emergency, -/obj/item/clothing/mask/breath/emergency, -/obj/item/clothing/mask/breath/emergency, -/obj/item/clothing/mask/breath/emergency, -/obj/item/clothing/mask/breath/emergency, -/obj/item/clothing/mask/breath/emergency, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"lS" = ( -/obj/machinery/computer/shuttle_control{ - shuttle_tag = "GOC Car 1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"lT" = ( -/obj/structure/table/standard, -/obj/machinery/photocopier{ - pixel_y = 3 - }, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"lV" = ( -/turf/unsimulated/beach/sand{ - density = 1; - opacity = 1 - }, -/area/beach) -"lW" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lX" = ( -/obj/structure/closet/crate, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"lZ" = ( -/obj/structure/flora/tree/dead, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"ma" = ( -/obj/structure/table/standard, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"mb" = ( -/obj/structure/closet/crate/bin, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"mf" = ( -/obj/structure/bed/chair/office/comfy{ - dir = 1 - }, -/turf/simulated/floor/wood/mahogany, -/area/centcom/goc) -"mg" = ( -/turf/unsimulated/beach/sand, -/area/beach) -"mh" = ( -/obj/structure/closet, -/turf/unsimulated/beach/sand, -/area/beach) -"mi" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"mj" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/landmark{ - name = "Nuclear-Code" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"mk" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/black/mono, -/obj/item/device/megaphone, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"mo" = ( -/obj/item/stool, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"mq" = ( -/obj/structure/table/standard, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"mr" = ( -/obj/structure/coatrack, -/turf/simulated/floor/wood/mahogany, -/area/centcom/goc) -"ms" = ( -/turf/unsimulated/floor{ - icon = 'icons/misc/beach.dmi'; - icon_state = "seashallow"; - name = "water" - }, -/area/space) -"mt" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"mv" = ( -/obj/structure/table/standard, -/obj/item/device/megaphone, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"mw" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"mx" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/goc) -"my" = ( -/obj/effect/overlay/palmtree_l, -/turf/unsimulated/beach/sand, -/area/beach) -"mz" = ( -/obj/effect/overlay/palmtree_r, -/obj/effect/overlay/coconut, -/turf/unsimulated/beach/sand, -/area/beach) -"mA" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"mB" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"mC" = ( -/obj/machinery/door/airlock/vault{ - name = "Medical" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"mG" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"mI" = ( -/obj/machinery/door/airlock/medical, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"mJ" = ( -/obj/machinery/light, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"mK" = ( -/obj/machinery/door/airlock/highsecurity, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"mL" = ( -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"mM" = ( -/obj/effect/overlay/coconut, -/turf/unsimulated/beach/sand, -/area/beach) -"mO" = ( -/obj/machinery/vending/medical{ - req_access = list() - }, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"mP" = ( -/obj/item/clothing/shoes/dress, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/head/beret/solgov/expedition{ - name = "O5 beret" - }, -/obj/item/storage/backpack/satchel/leather, -/obj/item/clothing/glasses/sunglasses, -/obj/effect/floor_decal/corner/black/border{ - dir = 9 - }, -/obj/item/device/radio/headset/ert, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Offical Foundation Office standar closet" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"mQ" = ( -/obj/machinery/vending/security{ - req_access = null - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"mS" = ( -/obj/structure/flora/pottedplant/tropical, -/turf/simulated/floor/tiled, -/area/centcom) -"mT" = ( -/obj/machinery/door/airlock/vault{ - name = "Briefing Room"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"mU" = ( -/obj/structure/table/standard, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implanter, -/obj/item/implanter, -/obj/item/implanter, -/obj/item/implanter, -/obj/item/implanter, -/obj/item/implanter, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"mW" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"mY" = ( -/obj/effect/floor_decal/corner/brown/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"mZ" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"na" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 10 - }, -/obj/structure/iv_drip, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nb" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"nc" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/item/device/chameleon, -/obj/item/device/chameleon, -/obj/machinery/door/window/brigdoor/southright{ - dir = 4 - }, -/obj/structure/table/rack/dark, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"nd" = ( -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"ne" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/field_generator, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"nh" = ( -/obj/structure/table/standard, -/obj/item/storage/firstaid/surgery, -/obj/item/reagent_containers/spray/cleaner, -/turf/unsimulated/floor/tile, -/area/centcom) -"ni" = ( -/obj/machinery/vending/medical{ - dir = 8; - req_access = list() - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nk" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/supply/dock) -"nl" = ( -/obj/machinery/optable, -/obj/item/clothing/suit/surgicalapron, -/obj/effect/floor_decal/corner/green/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nn" = ( -/obj/structure/bed/chair/pew, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"no" = ( -/obj/structure/scp173_cage, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"np" = ( -/obj/structure/bed/chair/comfy/black, -/turf/simulated/floor/tiled/techfloor, -/area/centcom/chaos) -"nq" = ( -/obj/machinery/vitals_monitor, -/obj/effect/floor_decal/corner/green/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ns" = ( -/obj/effect/floor_decal/corner/green/border, -/obj/structure/closet/crate/secure/biohazard{ - req_access = null - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nt" = ( -/obj/machinery/vending/mredispenser, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"nu" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"nv" = ( -/obj/effect/overlay/palmtree_r, -/turf/unsimulated/beach/sand, -/area/beach) -"nw" = ( -/obj/structure/iv_drip, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"nx" = ( -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"nz" = ( -/obj/machinery/vending/weaponry/chaos/specialized, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"nA" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/pink/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nB" = ( -/obj/effect/floor_decal/corner/green/border, -/obj/structure/closet/secure_closet/medical2, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nC" = ( -/obj/effect/floor_decal/corner/green/border, -/obj/machinery/vending/medical{ - dir = 1; - req_access = list() - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nE" = ( -/obj/structure/closet/secure_closet/guard/riotshotguns, -/obj/effect/floor_decal/corner/black/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nG" = ( -/obj/machinery/door/blast/regular{ - id_tag = "Centcom admin"; - name = "Blast Door" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"nH" = ( -/obj/structure/closet/crate/bin, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"nI" = ( -/obj/structure/table/rack, -/obj/item/bodybag, -/obj/item/bodybag, -/obj/item/bodybag, -/obj/item/bodybag, -/obj/item/bodybag, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"nJ" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"nK" = ( -/obj/structure/table/steel_reinforced, -/obj/random/smokes, -/obj/random/smokes, -/obj/random/smokes, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"nL" = ( -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/suit/storage/vest/tactical, -/obj/item/clothing/head/helmet/nt{ - name = "security helmet" - }, -/obj/item/clothing/mask/balaclava/tactical, -/obj/item/storage/backpack/rucksack/tan, -/obj/structure/closet, -/obj/item/clothing/glasses/night, -/obj/machinery/light, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"nM" = ( -/obj/machinery/vending/security{ - dir = 4; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nN" = ( -/obj/effect/landmark{ - name = "endgame_exit" - }, -/turf/unsimulated/beach/sand, -/area/beach) -"nO" = ( -/obj/structure/closet, -/turf/simulated/floor/tiled/techfloor, -/area/centcom/chaos) -"nP" = ( -/obj/structure/bed/chair/office/comfy{ - dir = 8 - }, -/turf/simulated/floor/carpet/blue, -/area/centcom) -"nQ" = ( -/obj/structure/table/reinforced, -/obj/item/defibrillator/loaded, -/obj/item/auto_cpr, -/obj/effect/floor_decal/corner/green/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nR" = ( -/obj/item/storage/box/bloodpacks, -/obj/structure/table/rack, -/obj/item/storage/box/bloodpacks, -/obj/item/storage/box/bloodpacks, -/obj/effect/floor_decal/corner/green/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"nT" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/vending/hotfood, -/turf/simulated/floor/wood, -/area/centcom/goc) -"nW" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"nX" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor/plating, -/area/centcom/goc) -"nY" = ( -/obj/structure/table/steel_reinforced, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"nZ" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/item/storage/box/PDAs, -/obj/structure/table/reinforced, -/obj/item/storage/box/PDAs, -/obj/item/storage/box/PDAs, -/obj/item/storage/box/PDAs, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"oa" = ( -/obj/structure/table/standard, -/obj/item/clothing/glasses/sunglasses, -/obj/item/clothing/head/collectable/petehat{ - pixel_y = 5 - }, -/turf/unsimulated/beach/sand, -/area/beach) -"ob" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"oc" = ( -/obj/structure/closet/crate/medical, -/obj/random/firstaid, -/obj/random/firstaid, -/obj/random/firstaid, -/obj/random/firstaid, -/obj/random/firstaid, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"od" = ( -/obj/structure/table/rack, -/obj/item/stack/medical/splint, -/obj/item/stack/medical/splint, -/obj/item/stack/medical/splint, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/ointment, -/obj/item/stack/medical/advanced/ointment, -/obj/item/stack/medical/advanced/ointment, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"oe" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"of" = ( -/obj/structure/table/standard, -/obj/random/mre/dessert, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"og" = ( -/obj/structure/table/steel_reinforced, -/obj/item/bodybag/cryobag, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"oh" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/reagentgrinder{ - pixel_y = 7 - }, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"oi" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"oj" = ( -/obj/structure/closet, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"ok" = ( -/obj/structure/table/standard, -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ol" = ( -/obj/structure/bed/chair/office{ - dir = 1; - icon_state = "chair_preview" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"om" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 4 - }, -/turf/simulated/floor/lino, -/area/centcom/chaos) -"oo" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"op" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 1; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Sleeping Quarters" - }, -/area/centcom) -"or" = ( -/obj/structure/table/standard, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/obj/item/clothing/accessory/ubac/tan, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ot" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"ou" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/brigdoor/southright{ - dir = 4 - }, -/obj/item/clothing/mask/chameleon/voice{ - desc = "A face-covering mask that can be connected to an air supply. It seems to house some odd electronics. Literally a voice changer"; - name = "SCP-1996-RU" - }, -/obj/structure/table/rack/dark, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"ow" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"ox" = ( -/obj/machinery/vending/weaponry/chaos, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"oy" = ( -/obj/machinery/button/blast_door{ - id_tag = "goc1"; - name = "Car Storage Shutters button" - }, -/obj/effect/paint_stripe/paleblue, -/turf/simulated/wall/r_wall, -/area/site53/tram/goc1) -"oz" = ( -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"oB" = ( -/obj/structure/table/standard, -/turf/unsimulated/beach/sand, -/area/beach) -"oC" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"oD" = ( -/obj/structure/flora/tree/pine, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/goc) -"oE" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/unsimulated/floor/scp1102, -/area/site53/lhcz/scp1102entrance) -"oF" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/site53/lhcz/scp1102entrance) -"oG" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/kafel_full, -/area/site53/lhcz/scp1102entrance) -"oH" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue/border{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/site53/lhcz/scp1102entrance) -"oI" = ( -/obj/machinery/field_generator, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"oJ" = ( -/obj/effect/wallframe_spawn/reinforced, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"oK" = ( -/obj/structure/table/standard, -/obj/item/paper_bin, -/turf/simulated/floor/tiled, -/area/centcom) -"oL" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/item/storage/chewables/candy/gum, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"oM" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"oO" = ( -/obj/effect/floor_decal/corner/pink/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/pink/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"oP" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"oQ" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"oR" = ( -/obj/item/ammo_casing/pistol/used, -/obj/item/ammo_casing/pistol/used, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"oT" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"oU" = ( -/obj/effect/floor_decal/corner/yellow/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"oV" = ( -/obj/effect/floor_decal/corner/yellow/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/yellow/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"oW" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/obj/structure/table/rack, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/ammo_magazine/box/machinegun, -/obj/item/gun/projectile/automatic/l6_saw/mag, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"oX" = ( -/obj/structure/closet/l3closet/command, -/obj/item/clothing/suit/armor/vest/scp/medarmor/beta, -/obj/item/clothing/head/helmet/scp/beta, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"oY" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"oZ" = ( -/obj/machinery/vending/tool, -/obj/effect/floor_decal/corner/red/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pc" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"pd" = ( -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/orange/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"pe" = ( -/obj/structure/table/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pg" = ( -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"pi" = ( -/obj/structure/table/rack, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pk" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/machinery/light, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"pl" = ( -/obj/structure/table/rack, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"po" = ( -/obj/structure/table/rack, -/obj/item/inducer, -/obj/item/inducer, -/obj/item/inducer, -/obj/item/inducer, -/obj/item/inducer, -/obj/item/inducer, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pp" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ps" = ( -/obj/structure/bed/chair/office, -/turf/simulated/floor/tiled, -/area/centcom) -"pw" = ( -/obj/effect/wallframe_spawn/reinforced, -/obj/machinery/door/blast/shutters/open{ - id_tag = "CabinShutters" - }, -/turf/unsimulated/floor/plating, -/area/site53/tram/maintrain) -"py" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/orange/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"pz" = ( -/obj/item/clothing/shoes/tactical, -/obj/item/clothing/gloves/tactical, -/obj/item/clothing/under/tactical, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/suit/armor/mtfheavy, -/obj/item/clothing/head/helmet/mtfheavy, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/device/radio/headset/ert, -/obj/item/grenade/flashbang/clusterbang, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/plastique, -/obj/item/plastique, -/obj/item/crowbar/red, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/storage/backpack/rucksack, -/obj/effect/floor_decal/corner/green/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pB" = ( -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/item/modular_computer/console/preset/security{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"pE" = ( -/obj/structure/table/rack, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/titanium/fifty, -/obj/item/stack/material/titanium/fifty, -/obj/item/stack/material/titanium/fifty, -/obj/item/stack/material/glass/fifty, -/obj/item/stack/material/glass/fifty, -/obj/item/stack/material/glass/fifty, -/obj/item/stack/material/glass/reinforced/fifty, -/obj/item/stack/material/glass/reinforced/fifty, -/obj/item/stack/material/glass/reinforced/fifty, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pF" = ( -/obj/effect/floor_decal/corner/lime/half{ - dir = 1 - }, -/obj/machinery/door/blast/regular{ - name = "Civil Access"; - id_tag = "Centcom Civ" - }, -/turf/simulated/floor/tiled, -/area/centcom) -"pG" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pH" = ( -/obj/structure/table/standard, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/obj/item/clothing/suit/storage/toggle/labcoat/coat, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"pI" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 1 - }, -/obj/item/clothing/glasses/tacgoggles, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pK" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pM" = ( -/obj/structure/bed/chair, -/obj/effect/landmark{ - name = "endgame_exit" - }, -/turf/unsimulated/beach/sand, -/area/beach) -"pN" = ( -/mob/living/simple_animal/crab/Coffee, -/turf/unsimulated/beach/sand, -/area/beach) -"pO" = ( -/obj/structure/closet, -/obj/item/clothing/gloves/tactical/scp, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/under/rank/centcom_captain, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/suit/armor/goc, -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/head/beret/scp/goc, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/obj/item/clothing/mask/gas, -/obj/item/storage/backpack/rucksack/blue, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/turf/simulated/floor/wood, -/area/centcom/goc) -"pP" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"pQ" = ( -/obj/structure/table/rack, -/obj/item/storage/belt/holster/machete, -/obj/item/storage/belt/holster/machete, -/obj/item/storage/belt/holster/machete, -/obj/item/clothing/accessory/storage/holster/machete, -/obj/item/clothing/accessory/storage/holster/machete, -/obj/item/clothing/accessory/storage/holster/machete, -/obj/item/material/hatchet/machete/unbreakable, -/obj/item/material/hatchet/machete/unbreakable, -/obj/item/material/hatchet/machete/unbreakable, -/obj/item/material/hatchet/machete/unbreakable, -/obj/item/material/hatchet/machete/unbreakable, -/obj/item/material/hatchet/machete/unbreakable, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pR" = ( -/obj/structure/table/rack, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pS" = ( -/obj/effect/floor_decal/corner/yellow/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pT" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/tiled, -/area/centcom) -"pV" = ( -/obj/machinery/door/airlock/vault{ - name = "Office of Special Operation" - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"pW" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/flare/loaded, -/obj/item/gun/projectile/flare/loaded, -/obj/item/gun/projectile/flare/loaded, -/obj/item/gun/projectile/flare/loaded, -/obj/item/gun/projectile/flare/loaded, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/item/ammo_casing/shotgun/flash, -/obj/effect/floor_decal/corner/red/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"pY" = ( -/obj/structure/table/standard, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{ - name = "Special winter coat" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"pZ" = ( -/obj/machinery/door/airlock/vault, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"qc" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1"; - pixel_x = -7 - }, -/obj/structure/railing/mapped{ - dir = 8; - icon_state = "railing0-1"; - pixel_x = 7 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/reinforced, -/area/site53/tram/maintrain) -"qd" = ( -/obj/machinery/door/airlock/vault{ - name = "Operations Room"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"qe" = ( -/obj/item/clothing/head/collectable/paper, -/turf/unsimulated/beach/sand, -/area/beach) -"qf" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qi" = ( -/obj/machinery/vending/weaponry/chaos, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"qk" = ( -/obj/machinery/door/airlock/highsecurity/bolted{ - name = "Head of arsenal" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"qm" = ( -/obj/structure/table/standard, -/obj/item/flame/lighter/zippo/random, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"qn" = ( -/obj/structure/table/standard, -/obj/item/storage/box/gloves, -/obj/item/storage/box/masks{ - pixel_y = 8 - }, -/turf/unsimulated/floor/tile, -/area/centcom) -"qo" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Gear Closet" - }, -/obj/item/clothing/accessory/solgov/department/medical, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"qp" = ( -/obj/structure/table/standard, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/storage/backpack/satchel/leather/black, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"qq" = ( -/turf/unsimulated/beach/coastline{ - density = 1; - opacity = 1 - }, -/area/beach) -"qr" = ( -/turf/unsimulated/beach/coastline, -/area/beach) -"qs" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/security/brig) -"qu" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qw" = ( -/obj/machinery/washing_machine, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"qy" = ( -/obj/structure/closet/l3closet/command, -/obj/item/clothing/suit/armor/vest/scp/medarmor/beta, -/obj/item/clothing/head/helmet/scp/beta, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qz" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/unsimulated/floor/grass{ - color = "#799c4b"; - icon = 'icons/turf/jungle.dmi'; - icon_state = "greygrass" - }, -/area/centcom) -"qB" = ( -/turf/unsimulated/beach/water{ - density = 1; - opacity = 1 - }, -/area/beach) -"qC" = ( -/turf/unsimulated/beach/water, -/area/beach) -"qE" = ( -/obj/effect/floor_decal/corner/b_green/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qF" = ( -/obj/structure/table/rack, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/titanium/fifty, -/obj/item/stack/material/titanium/fifty, -/obj/item/stack/material/titanium/fifty, -/obj/item/stack/material/glass/fifty, -/obj/item/stack/material/glass/fifty, -/obj/item/stack/material/glass/fifty, -/obj/item/stack/material/glass/reinforced/fifty, -/obj/item/stack/material/glass/reinforced/fifty, -/obj/item/stack/material/glass/reinforced/fifty, -/obj/effect/floor_decal/corner/black/bordercee{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qH" = ( -/obj/structure/flora/pottedplant/shoot, -/turf/simulated/floor/tiled, -/area/centcom) -"qJ" = ( -/obj/machinery/bodyscanner{ - dir = 8 - }, -/turf/unsimulated/floor/tile, -/area/centcom) -"qK" = ( -/obj/structure/table/rack, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/effect/floor_decal/corner/red/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qO" = ( -/obj/effect/floor_decal/corner/b_green/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qP" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"qQ" = ( -/obj/machinery/vending/security{ - req_access = null - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qR" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1"; - pixel_x = -7 - }, -/obj/structure/railing/mapped{ - dir = 8; - icon_state = "railing0-1"; - pixel_x = 7 - }, -/turf/simulated/floor, -/area/centcom) -"qS" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id_tag = "heavyrescue50"; - name = "Restricted Equipment"; - p_open = 0 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"qT" = ( -/obj/structure/closet, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/suit/storage/vest/merc, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/shoes/dutyboots, -/obj/item/storage/backpack/rucksack, -/obj/item/clothing/head/beret/sec/corporate{ - name = "IA Squad Leader Beret" - }, -/obj/item/device/radio/headset/ert, -/obj/effect/floor_decal/corner/pink/border{ - dir = 5 - }, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/item/card/id/mtf{ - name = "IA commander" - }, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/storage/belt/holster/security/tactical, -/turf/simulated/floor/tiled/dark/monotile, -/area/centcom) -"qV" = ( -/obj/structure/table/rack, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qX" = ( -/obj/machinery/vending/tool, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qY" = ( -/obj/machinery/vending/medical{ - req_access = list() - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"qZ" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/effect/floor_decal/corner/black/bordercee{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ra" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rc" = ( -/obj/item/stool, -/obj/effect/floor_decal/corner/brown/half{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"rd" = ( -/obj/structure/table/standard, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/obj/item/clothing/head/beret/sec/corporate/hos{ - name = "Special Beret" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"rf" = ( -/obj/machinery/vending/mredispenser{ - dir = 8 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rh" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"rj" = ( -/obj/effect/floor_decal/corner/orange/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"rm" = ( -/obj/effect/floor_decal/corner/pink/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/pink/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ro" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 9 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"rp" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"rq" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/floor_decal/corner/orange/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rr" = ( -/obj/structure/hygiene/shower{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"ru" = ( -/turf/simulated/wall, -/area/centcom) -"rv" = ( -/obj/structure/bed, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"rz" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"rA" = ( -/obj/machinery/door/airlock/glass/security{ - name = "Brig"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"rB" = ( -/obj/structure/railing/mapped{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"rC" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 9 - }, -/obj/machinery/vending/security{ - req_access = null - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rD" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"rE" = ( -/obj/machinery/vending/security{ - req_access = null - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rG" = ( -/obj/machinery/vending/medical, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rH" = ( -/obj/machinery/door/airlock/glass/mining{ - name = "Logistics"; - req_access = list("ACCESS_ADMIN_LEVEL1") - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"rI" = ( -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"rK" = ( -/obj/effect/landmark{ - name = "NewPlayer" - }, -/turf/unsimulated/wall/lobby_background, -/area/space) -"rL" = ( -/obj/structure/table/rack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rM" = ( -/obj/machinery/vending/tool, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rO" = ( -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implanter, -/obj/structure/table/rack, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rR" = ( -/obj/effect/floor_decal/corner/pink/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"rS" = ( -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"rT" = ( -/obj/structure/iv_drip, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/turf/unsimulated/floor/tile, -/area/centcom) -"rU" = ( -/obj/machinery/vending/containers, -/obj/effect/floor_decal/corner/red/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rV" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rW" = ( -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implantcase/explosive, -/obj/item/implanter, -/obj/structure/table/rack, -/obj/effect/floor_decal/corner/red/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rX" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"rY" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"rZ" = ( -/turf/unsimulated/wall/lobby_background, -/area/space) -"sa" = ( -/obj/machinery/button/blast_door{ - id_tag = "GOC con" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"sb" = ( -/obj/machinery/door/blast/shutters{ - id_tag = "goc1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"sc" = ( -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/rapid{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"sd" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"sg" = ( -/obj/structure/table/rack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/effect/floor_decal/corner/red/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"sh" = ( -/obj/machinery/papershredder, -/turf/simulated/floor/tiled, -/area/centcom) -"si" = ( -/obj/item/clothing/shoes/tactical, -/obj/item/clothing/gloves/tactical, -/obj/item/clothing/under/tactical, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/suit/armor/mtfheavy, -/obj/item/clothing/head/helmet/mtfheavy, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/device/radio/headset/ert, -/obj/item/grenade/flashbang/clusterbang, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/plastique, -/obj/item/plastique, -/obj/item/crowbar/red, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/storage/backpack/rucksack, -/obj/effect/floor_decal/corner/green/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"sk" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/obj/structure/filingcabinet, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"sm" = ( -/obj/structure/closet{ - icon_state = "syndicate1"; - name = "mobile task force wardrobe" - }, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/b_green/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"sn" = ( -/obj/effect/floor_decal/corner/brown/half, -/obj/effect/floor_decal/corner/brown/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"so" = ( -/obj/machinery/vending/cola{ - name = "Robust Softdrinks"; - prices = list(); - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"sp" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"sq" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/green/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ss" = ( -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/obj/item/device/binoculars, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"su" = ( -/obj/structure/closet{ - icon_state = "syndicate1"; - name = "mobile task force wardrobe" - }, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/b_green/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"sx" = ( -/obj/structure/filingcabinet, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"sy" = ( -/obj/structure/table/woodentable, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"sz" = ( -/obj/structure/table/rack, -/obj/item/gun/launcher/grenade, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"sA" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/obj/structure/flora/pottedplant, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"sD" = ( -/obj/structure/hygiene/toilet{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"sF" = ( -/obj/machinery/vending/weeb{ - dir = 4 - }, -/obj/effect/floor_decal/spline/fancy/black, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"sG" = ( -/obj/structure/closet, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"sH" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor/plating, -/area/centcom) -"sJ" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Hanger"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"sK" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Alpha-1 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"sP" = ( -/obj/machinery/button/blast_door{ - name = "Lockdown button"; - machine_name = "Lockdown.101"; - id_tag = "Lockdown.101" - }, -/turf/simulated/wall/titanium, -/area/centcom/goc) -"sQ" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"sR" = ( -/obj/machinery/button/alternate/door/bolts{ - id_tag = "GOC con 1" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"sS" = ( -/obj/machinery/button/blast_door{ - id_tag = "GOC gateway" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"sT" = ( -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"sU" = ( -/obj/structure/table/standard, -/obj/item/material/sword/replica/officersword/army{ - name = "Elite command sword"; - force = 35; - max_force = 40; - force_multiplier = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"sV" = ( -/obj/effect/floor_decal/industrial/warning/fulltile, -/turf/unsimulated/floor/reinforced, -/area/centcom) -"sX" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/orange/mono, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"sY" = ( -/obj/structure/table/reinforced, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/item/ammo_magazine/box/a762, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"ta" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Alpha-1 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"tc" = ( -/obj/machinery/optable, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"td" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"te" = ( -/obj/structure/table/rack, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/effect/floor_decal/corner/red/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"tg" = ( -/obj/machinery/door/airlock/vault{ - name = "Epislon-11 Armory"; - req_access = list("ACCESS_MTF") - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ti" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"tj" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/item/gun/projectile/automatic/scp/saiga12/buckshot, -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"tl" = ( -/obj/structure/bed/chair/comfy/yellow{ - name = "Containment Engineer" - }, -/obj/effect/floor_decal/corner/yellow/half, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"tm" = ( -/obj/structure/table/standard, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"tn" = ( -/obj/machinery/door/airlock/security, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"tp" = ( -/obj/effect/floor_decal/corner/orange/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"tq" = ( -/turf/unsimulated/wall, -/area/centcom) -"tr" = ( -/obj/structure/table/standard, -/obj/item/storage/box/smokes, -/obj/item/storage/box/smokes, -/obj/item/storage/box/smokes, -/obj/item/storage/box/smokes, -/obj/item/storage/box/smokes, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"tt" = ( -/obj/structure/flora/pottedplant/unusual, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"tu" = ( -/obj/machinery/door/airlock/medical{ - name = "Bar" - }, -/turf/simulated/floor/wood, -/area/centcom) -"tv" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"ty" = ( -/obj/structure/table/standard, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implanter, -/obj/item/implanter, -/obj/item/implanter, -/obj/item/implanter, -/obj/item/implanter, -/obj/item/implanter, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"tA" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Maintence Tunnel" - }, -/area/centcom) -"tC" = ( -/obj/structure/bed/chair/pew, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"tE" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"tG" = ( -/obj/structure/table/standard, -/obj/item/ironingiron, -/obj/item/ironingiron, -/obj/item/ironingiron, -/obj/item/ironingiron, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"tH" = ( -/turf/space, -/area/centcom/goc) -"tI" = ( -/obj/machinery/light/spot{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/centcom) -"tK" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Alpha-1 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"tL" = ( -/obj/structure/table/rack, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/effect/floor_decal/corner/research/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"tP" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"tR" = ( -/obj/machinery/chemical_dispenser/ert, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/turf/unsimulated/floor/tile, -/area/centcom) -"tS" = ( -/obj/structure/closet/crate/bin, -/obj/effect/floor_decal/corner/orange/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"tT" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"tV" = ( -/obj/structure/showcase{ - desc = "A self-contained autopilot that controls supply drones."; - icon_state = "comm_server"; - name = "Supply Drone Virtual Intelligence" - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/tiled/steel_grid, -/area/supply/dock) -"tW" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"tX" = ( -/obj/structure/fireaxecabinet{ - pixel_y = 30 - }, -/obj/structure/handrail, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"tY" = ( -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"tZ" = ( -/obj/machinery/door/airlock/security{ - name = "Holding Cells"; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"ub" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ud" = ( -/obj/structure/table/woodentable, -/obj/item/book/manual/barman_recipes, -/turf/simulated/floor/wood, -/area/centcom) -"ue" = ( -/obj/structure/table/rack, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ug" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Alpha-1 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"uh" = ( -/obj/structure/table/standard, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implantcase/death_alarm, -/obj/item/implanter, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ui" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"uj" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uk" = ( -/obj/effect/floor_decal/corner/brown/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"ul" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/effect/floor_decal/corner/red/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"um" = ( -/obj/structure/table/rack, -/obj/item/inducer, -/obj/item/inducer, -/obj/item/inducer, -/obj/item/inducer, -/obj/item/inducer, -/obj/item/inducer, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"uo" = ( -/obj/effect/floor_decal/corner/pink/border{ - dir = 6 - }, -/obj/structure/undies_wardrobe, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"up" = ( -/obj/structure/bed/roller/ironingboard, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"uq" = ( -/obj/machinery/vending/snack{ - name = "hacked Getmore Chocolate Corp"; - prices = list() - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"uu" = ( -/obj/structure/closet{ - icon_state = "syndicate1"; - name = "mobile task force wardrobe" - }, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/b_green/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"uw" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ux" = ( -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uA" = ( -/obj/effect/floor_decal/corner/b_green/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"uB" = ( -/obj/machinery/vending/security{ - dir = 4; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"uC" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uF" = ( -/obj/effect/catwalk_plated/dark, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/sign/warning/moving_parts{ - pixel_y = 32 - }, -/turf/simulated/floor, -/area/site53/tram/maintrain) -"uG" = ( -/obj/structure/closet{ - icon_state = "syndicate1"; - name = "mobile task force wardrobe" - }, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/b_green/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"uI" = ( -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uJ" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 4; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Storage" - }, -/area/centcom) -"uK" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uL" = ( -/obj/structure/bed, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"uM" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom/goc) -"uO" = ( -/obj/structure/table/standard, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uP" = ( -/obj/structure/table/rack, -/obj/item/gun/launcher/syringe/rapid, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/storage/box/syringegun, -/obj/item/storage/box/syringes, -/obj/effect/floor_decal/corner/white/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"uQ" = ( -/obj/structure/table/standard, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/gloves/thick/swat, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uS" = ( -/obj/structure/skele_stand{ - name = "Skeleton"; - desc = "a strange skeleton, they say that it was put here by the main supplier of zone 53, on the skull you can see the scratched inscription The little #^!%@" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uT" = ( -/obj/effect/floor_decal/corner/pink/border{ - dir = 9 - }, -/obj/structure/bed, -/obj/item/bedsheet/red, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uU" = ( -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"uV" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"uW" = ( -/obj/machinery/vending/fitness{ - prices = list(); - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"uY" = ( -/obj/machinery/vending/fitness{ - prices = list() - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"vc" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 9 - }, -/obj/item/bedsheet/hos, -/obj/structure/bed, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ve" = ( -/turf/unsimulated/wall{ - desc = "That looks like it doesn't open easily."; - icon = 'icons/obj/doors/rapid_pdoor.dmi'; - icon_state = "pdoor1"; - name = "Tram Gate" - }, -/area/centcom) -"vf" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/scp/dclass, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/under/scp/dclass, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"vg" = ( -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"vi" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"vj" = ( -/turf/space/bluespace, -/area/space) -"vk" = ( -/turf/unsimulated/floor{ - icon_state = "lava"; - name = "plating" - }, -/area/space) -"vl" = ( -/obj/structure/table/standard, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"vm" = ( -/obj/structure/bed/chair/armchair/beige{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom) -"vo" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"vp" = ( -/obj/machinery/reagentgrinder, -/obj/item/stack/material/phoron/fifty, -/obj/item/stack/material/phoron/fifty, -/obj/item/stack/material/phoron/fifty, -/turf/unsimulated/floor/tile, -/area/centcom) -"vq" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/item/clothing/under/ert, -/obj/effect/floor_decal/corner/red/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"vr" = ( -/obj/effect/landmark{ - name = "DeitySpawn" - }, -/turf/unsimulated/floor{ - icon_state = "lava"; - name = "plating" - }, -/area/space) -"vs" = ( -/obj/effect/landmark{ - name = "DeitySpawn" - }, -/turf/unsimulated/floor{ - icon = 'icons/misc/beach.dmi'; - icon_state = "seashallow"; - name = "water" - }, -/area/space) -"vx" = ( -/obj/item/stool, -/turf/simulated/floor/tiled, -/area/centcom) -"vz" = ( -/obj/structure/sign/warning/secure_area/armory{ - pixel_x = 32; - pixel_y = 9 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"vA" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"vB" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Hanger"; - req_access = list("ACCESS_MTF") - }, -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"vC" = ( -/obj/effect/floor_decal/corner/research/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/research/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"vE" = ( -/obj/item/clothing/shoes/tactical, -/obj/item/clothing/gloves/tactical, -/obj/item/clothing/under/tactical, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/suit/armor/mtfheavy, -/obj/item/clothing/head/helmet/mtfheavy, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/device/radio/headset/ert, -/obj/item/grenade/flashbang/clusterbang, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/plastique, -/obj/item/plastique, -/obj/item/crowbar/red, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/storage/backpack/rucksack, -/obj/effect/floor_decal/corner/green/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"vH" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/turf/unsimulated/floor/tile, -/area/centcom) -"vJ" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/scp/dclass, -/obj/item/clothing/shoes/orange, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"vK" = ( -/obj/effect/catwalk_plated/dark, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1" - }, -/obj/machinery/light/small, -/turf/simulated/floor, -/area/site53/tram/maintrain) -"vM" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"vN" = ( -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/red/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"vO" = ( -/obj/effect/floor_decal/corner/blue/bordercorner{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"vP" = ( -/obj/structure/table/rack, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"vR" = ( -/turf/unsimulated/wall, -/area/security/brig) -"vT" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/obj/item/ammo_magazine/t12, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"vV" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"vW" = ( -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor, -/area/site53/tram/maintrain) -"vX" = ( -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"vZ" = ( -/obj/structure/table/standard, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/thermal, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"wa" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/effect/floor_decal/corner/black/bordercee{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wc" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"wf" = ( -/obj/structure/table/woodentable, -/obj/machinery/photocopier{ - pixel_y = 3 - }, -/turf/simulated/floor/carpet/blue, -/area/centcom) -"wg" = ( -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/structure/table/standard, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"wj" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/showcase{ - desc = "A self-contained autopilot that controls supply drones."; - icon_state = "comm_server"; - name = "Supply Drone Virtual Intelligence" - }, -/turf/simulated/floor/plating, -/area/centcom) -"wk" = ( -/obj/effect/floor_decal/corner/yellow/border{ - dir = 8 - }, -/obj/structure/closet/crate/secure/biohazard{ - req_access = null - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wl" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"wn" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wo" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wp" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"wr" = ( -/obj/structure/sign/warning/secure_area/armory{ - pixel_x = -30; - pixel_y = -2 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"ws" = ( -/obj/structure/filingcabinet, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"wt" = ( -/obj/structure/scp173_cage, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wu" = ( -/obj/structure/fitness/punchingbag, -/obj/item/clothing/head/helmet/scp/chaos{ - pixel_y = 14 - }, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ww" = ( -/obj/machinery/vending/weaponry/hcz, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"wx" = ( -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/structure/table/rack, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/item/clothing/accessory/buddytag, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wA" = ( -/obj/structure/bed/chair{ - pixel_y = -1; - dir = 1 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"wB" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/brown/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"wD" = ( -/obj/machinery/light/spot, -/turf/simulated/floor/plating, -/area/centcom) -"wE" = ( -/obj/machinery/photocopier/faxmachine, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"wG" = ( -/obj/structure/closet/secure_closet/guard/scout, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wK" = ( -/obj/structure/table/woodentable, -/obj/machinery/chemical_dispenser/bar_soft/full{ - pixel_y = 7 - }, -/turf/simulated/floor/wood, -/area/centcom) -"wL" = ( -/obj/machinery/vending/cola{ - name = "Robust Softdrinks"; - prices = list() - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"wO" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"wP" = ( -/obj/machinery/vending/security, -/obj/effect/floor_decal/corner/research/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wQ" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"wT" = ( -/obj/structure/closet/secure_closet/guard/scout/sergeant, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wX" = ( -/obj/structure/table/reinforced, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/item/ammo_magazine/scp/fnfal, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"wY" = ( -/obj/machinery/vending/mredispenser{ - dir = 1 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"wZ" = ( -/obj/effect/catwalk_plated/dark, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/simulated/floor, -/area/site53/tram/maintrain) -"xb" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/red/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xc" = ( -/obj/machinery/vending/fitness{ - prices = list(); - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xd" = ( -/obj/machinery/door/airlock/glass/security{ - name = "Brig Office"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xf" = ( -/obj/structure/table/rack, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xg" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"xi" = ( -/obj/structure/table/reinforced, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"xj" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 4 - }, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/railing/mapped, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/grass, -/area/centcom) -"xl" = ( -/obj/machinery/button/blast_door{ - name = "Door control"; - id_tag = "MTFCaRD2" - }, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xo" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xp" = ( -/obj/structure/table/rack, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xq" = ( -/mob/living/carbon/human{ - faction = "Shaft" - }, -/mob/living/carbon/human{ - faction = "Shaft" - }, -/mob/living/carbon/human{ - faction = "Shaft" - }, -/mob/living/carbon/human{ - faction = "Shaft" - }, -/mob/living/carbon/human{ - faction = "Shaft" - }, -/mob/living/carbon/human{ - faction = "Shaft" - }, -/mob/living/carbon/human{ - faction = "Shaft" - }, -/mob/living/carbon/human{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xr" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xs" = ( -/obj/structure/table/standard, -/obj/machinery/light, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"xt" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 9 - }, -/obj/item/clothing/glasses/tacgoggles, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xu" = ( -/obj/structure/bed/chair/comfy/yellow{ - name = "Chief Engineer" - }, -/obj/effect/floor_decal/corner/orange/half, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"xv" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/melee/baton/loaded, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/white/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xw" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Armory"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xA" = ( -/turf/simulated/wall/r_wall/prepainted, -/area/supply/dock) -"xB" = ( -/obj/machinery/door/airlock/vault{ - name = "Epislon-11"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - dir = 4; - id_tag = "epislon11"; - name = "Epsilon-11" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xD" = ( -/obj/structure/bed/chair/padded/blue, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xE" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"xH" = ( -/obj/item/clothing/suit/armor/vest/scp/medarmor/eta, -/obj/item/clothing/head/helmet/scp/eta, -/obj/structure/table/rack, -/obj/item/clothing/glasses/hud/scramble, -/obj/effect/floor_decal/corner/research/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xI" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 4; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Door" - }, -/area/centcom) -"xJ" = ( -/obj/machinery/vending/weaponry/hcz/sergeant, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xL" = ( -/obj/random/snack, -/obj/random/snack, -/obj/random/snack, -/obj/random/snack, -/obj/random/snack, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/centcom) -"xM" = ( -/obj/machinery/door/airlock/vault{ - name = "Nu-7"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "Nu-7"; - name = "Nu-7" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"xO" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/item/reagent_containers/hypospray/autoinjector/combatpain, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xP" = ( -/obj/structure/table/rack, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/obj/item/grenade/frag/high_yield, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xQ" = ( -/obj/structure/table/rack, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/item/flamethrower/full, -/obj/item/flamethrower/full, -/obj/item/flamethrower/full, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/item/tank/phoron, -/obj/item/tank/phoron, -/obj/item/tank/phoron, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xR" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xS" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/shuttle_landmark/train/central, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"xU" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/under/solgov/utility/marine/urban, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"xY" = ( -/obj/machinery/vending/engineering, -/obj/effect/floor_decal/corner/pink/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"xZ" = ( -/obj/effect/floor_decal/corner/yellow/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ya" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/purple/mono, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"yc" = ( -/obj/structure/bed/chair/pew/left, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ye" = ( -/obj/effect/floor_decal/corner/yellow/bordercorner, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yf" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yg" = ( -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/giant_spider/guard{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"yh" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ym" = ( -/obj/structure/table/standard, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/obj/item/clothing/accessory/solgov/department/command/fleet, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"yo" = ( -/obj/machinery/button/blast_door{ - dir = 1; - id_tag = "epislon11"; - name = "Epsilon-11 Exit Shutters button"; - pixel_y = -23 - }, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"yq" = ( -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"yr" = ( -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"ys" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/effect/landmark{ - name = "Response Team" - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"yu" = ( -/obj/structure/closet/l3closet/command, -/obj/item/clothing/suit/armor/vest/scp/medarmor/beta, -/obj/item/clothing/head/helmet/scp/beta, -/obj/effect/floor_decal/corner/yellow/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yv" = ( -/obj/structure/flora/pottedplant/bamboo, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"yx" = ( -/obj/machinery/vending/security{ - dir = 1; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yB" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"yC" = ( -/obj/structure/table/standard, -/obj/item/book/manual/scp/fra, -/obj/effect/floor_decal/corner/white/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yD" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"yE" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"yF" = ( -/obj/structure/table/standard, -/obj/machinery/button/blast_door{ - id_tag = "GOC gateway" - }, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"yG" = ( -/obj/machinery/vending/medical{ - req_access = list() - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yH" = ( -/obj/machinery/vending/fitness{ - prices = list() - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yI" = ( -/obj/machinery/vending/cola{ - name = "Robust Softdrinks"; - prices = list() - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yJ" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/black/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yO" = ( -/obj/machinery/vending/cigarette{ - name = "cigarette machine"; - prices = list() - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yP" = ( -/obj/machinery/vending/coffee{ - prices = list() - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yQ" = ( -/obj/machinery/vending/snack{ - name = "hacked Getmore Chocolate Corp"; - prices = list() - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yR" = ( -/obj/structure/table/standard, -/obj/machinery/button/blast_door{ - dir = 1; - id_tag = "05blastdoor2"; - name = "05 Blast door"; - pixel_y = 7 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"yS" = ( -/obj/structure/table/rack, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/item/grenade/chem_grenade/incendiary, -/obj/effect/floor_decal/corner/red/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yT" = ( -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"yV" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"yW" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"yX" = ( -/obj/structure/table/woodentable, -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/obj/effect/floor_decal/spline/fancy/black{ - dir = 8 - }, -/turf/simulated/floor/carpet/blue, -/area/centcom) -"za" = ( -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"zb" = ( -/obj/machinery/computer/operating, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"ze" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"zf" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 4 - }, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/grass, -/area/centcom) -"zg" = ( -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/red/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"zi" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/blue/mono, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"zl" = ( -/obj/machinery/button/blast_door{ - dir = 1; - id_tag = "alpha1"; - name = "Alpha-1 Exit Shutters button"; - pixel_y = -24 - }, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zn" = ( -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/hivebot/range{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"zo" = ( -/obj/structure/sign/solgov{ - name = "Special Strike Team" - }, -/turf/simulated/wall/titanium, -/area/centcom/goc) -"zp" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/railing/mapped, -/obj/structure/handrail{ - dir = 4 - }, -/obj/structure/sign/warning/moving_parts{ - dir = 4; - pixel_x = -35 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"zs" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"zu" = ( -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/item/modular_computer/console/preset/aislot/research{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"zv" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zw" = ( -/obj/machinery/vending/security{ - dir = 4; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zx" = ( -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/head/helmet/merc, -/obj/item/clothing/suit/storage/vest/merc, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/glasses/sunglasses/sechud/goggles, -/obj/item/clothing/shoes/dutyboots, -/obj/item/storage/backpack/rucksack, -/obj/item/device/radio/headset/ert, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "IA closet" - }, -/obj/effect/floor_decal/corner/pink/border{ - dir = 1 - }, -/obj/item/storage/belt/holster/security, -/obj/item/gun/projectile/pistol/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zz" = ( -/obj/effect/floor_decal/corner/yellow/bordercorner, -/obj/effect/floor_decal/corner/yellow/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"zA" = ( -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"zB" = ( -/obj/structure/flora/pottedplant/flower, -/obj/effect/floor_decal/spline/fancy/black{ - dir = 9 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"zE" = ( -/obj/machinery/body_scanconsole{ - dir = 8 - }, -/turf/unsimulated/floor/tile, -/area/centcom) -"zF" = ( -/obj/item/clothing/shoes/tactical, -/obj/item/clothing/gloves/tactical, -/obj/item/clothing/under/tactical, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/suit/armor/mtfheavy, -/obj/item/clothing/head/helmet/mtfheavy, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/device/radio/headset/ert, -/obj/item/grenade/flashbang/clusterbang, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/plastique, -/obj/item/plastique, -/obj/item/crowbar/red, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/storage/backpack/rucksack, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zG" = ( -/obj/machinery/door/airlock/glass/civilian, -/turf/simulated/floor/tiled, -/area/centcom) -"zJ" = ( -/obj/effect/floor_decal/industrial/warning/fulltile, -/obj/effect/floor_decal/industrial/warning/fulltile, -/turf/unsimulated/floor/reinforced, -/area/centcom) -"zK" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/corner/orange{ - dir = 9 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"zL" = ( -/obj/machinery/bodyscanner, -/obj/effect/floor_decal/corner/blue/border{ - dir = 9 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"zM" = ( -/obj/structure/table/rack, -/obj/item/gun/launcher/grenade, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zO" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/effect/floor_decal/corner/green/border, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zP" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 10 - }, -/obj/machinery/acting/changer, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"zQ" = ( -/obj/machinery/button/blast_door{ - dir = 1; - id_tag = "beta7"; - name = "Beta-7 Exit Shutters button"; - pixel_y = -23 - }, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zR" = ( -/obj/structure/bed/chair, -/obj/effect/floor_decal/corner/pink/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"zS" = ( -/obj/effect/floor_decal/corner/brown/half{ - dir = 1 - }, -/obj/effect/floor_decal/corner/brown/half{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"zT" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 4; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Sleeping Quarters" - }, -/area/centcom) -"zU" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 8; - name = "SCP-1609"; - desc = "an incomprehensible chair made of wood and white leather, a pile of bullets casing and pools of blood are visible near it, bullet holes are visible in the chair itself." - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"zW" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/centcom/goc) -"zY" = ( -/obj/structure/table/rack, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/stab, -/obj/item/storage/firstaid/stab, -/obj/item/storage/firstaid/stab, -/obj/item/storage/firstaid/stab, -/obj/item/storage/firstaid/stab, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"zZ" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 1 - }, -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/corner/orange{ - dir = 9 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Ab" = ( -/obj/structure/table/rack, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ad" = ( -/obj/structure/flora/tree/pine, -/turf/simulated/floor/exoplanet/grass, -/area/centcom/chaos) -"Ag" = ( -/obj/structure/table/rack, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ai" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"Aj" = ( -/obj/effect/floor_decal/corner/pink/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ak" = ( -/obj/structure/table/standard, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Al" = ( -/obj/structure/hygiene/toilet{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"Ao" = ( -/obj/structure/table/rack, -/obj/item/defibrillator/compact/combat/loaded, -/obj/item/defibrillator/compact/combat/loaded, -/obj/item/defibrillator/compact/combat/loaded, -/obj/item/defibrillator/compact/combat/loaded, -/obj/item/defibrillator/compact/combat/loaded, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ap" = ( -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/structure/closet/crate, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/reagent_containers/food/drinks/cans/waterbottle, -/obj/item/reagent_containers/food/drinks/cans/waterbottle, -/obj/item/reagent_containers/food/drinks/cans/waterbottle, -/obj/item/reagent_containers/food/drinks/cans/waterbottle, -/obj/item/device/gps, -/obj/item/device/gps, -/obj/item/storage/mrebag/menu5, -/obj/item/storage/mrebag/menu5, -/obj/item/storage/mrebag/menu4, -/obj/item/storage/mrebag/menu4, -/obj/item/storage/mrebag/menu3, -/obj/item/storage/mrebag/menu3, -/obj/item/storage/mrebag/menu2, -/obj/item/storage/mrebag/menu2, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Aq" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/obj/machinery/door/blast/shutters{ - id_tag = "GOC con" - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"Ar" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Alpha-1 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"At" = ( -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"Ay" = ( -/obj/structure/table/rack, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical/emt, -/obj/item/storage/belt/medical/emt, -/obj/item/storage/belt/medical/emt, -/obj/item/storage/belt/medical/emt, -/obj/item/storage/belt/medical/emt, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"AA" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/red/mono, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"AB" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/item/bedsheet/blue, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"AC" = ( -/obj/effect/floor_decal/corner/black/mono, -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"AD" = ( -/obj/structure/closet/secure_closet/guard/breachshotguns, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"AF" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"AG" = ( -/obj/effect/floor_decal/corner/paleblue/border, -/turf/simulated/floor/wood, -/area/centcom/goc) -"AK" = ( -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"AL" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"AM" = ( -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 1 - }, -/obj/machinery/door/blast/regular{ - id_tag = "Centcom admin"; - name = "Blast Door" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"AN" = ( -/obj/structure/closet/l3closet/command, -/obj/item/clothing/suit/armor/vest/scp/medarmor/beta, -/obj/item/clothing/head/helmet/scp/beta, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"AQ" = ( -/obj/structure/closet/secure_closet/guard/riotshotguns, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"AR" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/obj/structure/bed/chair, -/turf/simulated/floor/wood, -/area/centcom/goc) -"AS" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 8 - }, -/turf/simulated/floor/carpet/blue, -/area/centcom) -"AT" = ( -/obj/item/clothing/under/rank/centcom_captain, -/obj/item/clothing/head/beret/centcom/officer{ - name = "Foundation Central Office Beret" - }, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/dress, -/obj/item/borg/sight/hud/sec, -/obj/item/storage/backpack/satchel/leather, -/obj/item/device/radio/headset/ert, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Central Foundation Office Offical" - }, -/obj/item/storage/belt/holster/security, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/box/a45, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"AU" = ( -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 1 - }, -/obj/machinery/button/blast_door{ - id_tag = "Centcom Civ"; - pixel_y = 26 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"AV" = ( -/obj/structure/table/standard, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/obj/item/clothing/head/hijab, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"AX" = ( -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/obj/item/ammo_magazine/scp/saiga12/stunshell, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"AY" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/effect/floor_decal/corner/green/border, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ba" = ( -/obj/structure/table/rack, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/item/storage/box/ammo/shotgunammo, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Bb" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 6 - }, -/obj/structure/undies_wardrobe, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Bd" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/flora/pottedplant/minitree, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Bm" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Bn" = ( -/obj/effect/floor_decal/corner/pink/bordercorner, -/obj/effect/floor_decal/corner/pink/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Bo" = ( -/obj/structure/table/rack, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Bp" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/effect/floor_decal/corner/black/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Bx" = ( -/obj/structure/railing/mapped, -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1" - }, -/obj/structure/flora/pottedplant/minitree{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Bz" = ( -/obj/structure/table/standard, -/obj/structure/flora/pottedplant/deskfern, -/turf/simulated/floor/tiled, -/area/centcom) -"BA" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/orange/border{ - dir = 6 - }, -/obj/item/clothing/glasses/tacgoggles, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"BB" = ( -/obj/structure/sign/warning/secure_area/armory{ - pixel_x = -30; - pixel_y = 6 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"BC" = ( -/obj/effect/floor_decal/corner/blue/border, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"BD" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/wood, -/area/centcom/goc) -"BE" = ( -/obj/effect/floor_decal/corner/lightgrey/border, -/obj/machinery/door/blast/regular{ - id_tag = "Centcom admin"; - name = "Blast Door" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"BF" = ( -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"BG" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/blue/border, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"BH" = ( -/obj/effect/floor_decal/corner/red/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"BK" = ( -/obj/machinery/door/airlock/vault{ - name = "Alpha-1"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - explosion_resistance = 100; - id_tag = "alpha1"; - name = "Strange Shutters" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"BM" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/obj/machinery/vending/security{ - dir = 8; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"BQ" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"BT" = ( -/turf/simulated/floor/tiled, -/area/centcom) -"BW" = ( -/obj/machinery/door/airlock/vault{ - name = "Beta-7"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "beta7"; - name = "Beta-7" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"BZ" = ( -/obj/machinery/vending/cola{ - dir = 1; - name = "Robust Softdrinks"; - prices = list() - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Ca" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8; - icon_state = "warning" - }, -/obj/effect/decal/cleanable/blood, -/obj/item/projectile/beam/blood_effect, -/turf/simulated/floor/shuttle/white, -/area/centcom) -"Cd" = ( -/obj/machinery/vending/mredispenser{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ce" = ( -/obj/machinery/door/airlock/vault{ - name = "Epislon-9"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "epislon9"; - name = "Epsilon-9" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Cf" = ( -/obj/structure/table/rack, -/obj/effect/floor_decal/corner/green/border{ - dir = 8 - }, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/obj/item/gun/projectile/automatic/scp/m16, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ci" = ( -/obj/effect/floor_decal/corner/orange/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Cj" = ( -/obj/structure/table/standard, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/obj/item/storage/firstaid/light, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Cl" = ( -/obj/structure/table/rack, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/item/storage/firstaid/combat, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Cm" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/effect/floor_decal/corner/black/border{ - dir = 9 - }, -/obj/effect/floor_decal/corner/black/bordercorner, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Co" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 9 - }, -/obj/structure/bed, -/obj/item/bedsheet/captain, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Cr" = ( -/obj/structure/table/standard, -/obj/item/storage/fancy/cigarettes/case, -/obj/item/flame/lighter/zippo/gunmetal, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Cs" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"Ct" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Cu" = ( -/obj/structure/table/standard, -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/obj/machinery/light, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"Cv" = ( -/turf/simulated/floor/plating, -/area/centcom) -"Cw" = ( -/obj/structure/table/standard, -/obj/item/storage/box/smokes, -/obj/item/storage/box/smokes, -/obj/item/storage/box/smokes, -/obj/item/storage/box/smokes, -/obj/item/storage/box/smokes, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Cx" = ( -/obj/structure/table/standard, -/obj/item/storage/chewables/candy/cookies, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Cy" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/gun/projectile/automatic/scp/galil, -/obj/item/gun/projectile/automatic/scp/galil, -/obj/item/gun/projectile/automatic/scp/galil, -/obj/effect/floor_decal/corner/green/border, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"CA" = ( -/obj/effect/floor_decal/corner/brown/half, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"CB" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"CD" = ( -/obj/item/ammo_casing/pistol/used, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"CG" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 6 - }, -/obj/structure/table/rack, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/obj/item/ammo_magazine/box/a45, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"CI" = ( -/obj/structure/flora/pottedplant/drooping, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"CK" = ( -/obj/machinery/vending/security{ - req_access = null - }, -/obj/effect/floor_decal/corner/red/bordercee{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"CL" = ( -/turf/unsimulated/wall{ - desc = "That looks like it doesn't open easily."; - icon = 'icons/obj/doors/rapid_pdoor.dmi'; - icon_state = "pdoor1"; - name = "Logistics Van" - }, -/area/centcom) -"CM" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/effect/floor_decal/corner/black/border{ - dir = 10 - }, -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 4 - }, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"CQ" = ( -/obj/machinery/vending/weeb{ - dir = 4 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"CR" = ( -/obj/machinery/vending/mredispenser, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"CT" = ( -/obj/effect/floor_decal/corner/lime/half{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime/half{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"CU" = ( -/obj/structure/undies_wardrobe, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"CW" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/sign/warning/nosmoking_burned{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"CX" = ( -/obj/machinery/acting/changer, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"CY" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/security/brig) -"CZ" = ( -/obj/structure/table/standard, -/obj/item/paper_bin, -/obj/effect/floor_decal/corner/orange/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Db" = ( -/obj/machinery/door/airlock/glass/mining{ - name = "Logistics"; - req_access = list("ACCESS_ADMIN_LEVEL1") - }, -/obj/effect/floor_decal/corner/brown/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"Dd" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Df" = ( -/obj/structure/table/woodentable, -/obj/machinery/chemical_dispenser/bar_alc/full{ - pixel_y = 7 - }, -/turf/simulated/floor/wood, -/area/centcom) -"Dg" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 10 - }, -/obj/machinery/acting/changer, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Di" = ( -/obj/effect/floor_decal/corner/lightgrey/bordercorner, -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Dj" = ( -/obj/structure/table/standard, -/obj/item/storage/chewables/candy/gum, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Dl" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 6 - }, -/obj/machinery/button/blast_door{ - dir = 8; - id_tag = "alpha1"; - name = "Alpha-1 Exit Shutters button"; - pixel_x = 25 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Dn" = ( -/obj/structure/table/standard, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/obj/item/card/id/mtf, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Do" = ( -/obj/machinery/vending/weaponry/chaos/specialized, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Dq" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Dr" = ( -/obj/machinery/door/airlock/vault{ - name = "Beta-7"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "beta7"; - name = "Beta-7" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ds" = ( -/obj/machinery/organ_printer/robot/mapped, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/steel/fifty, -/obj/item/stack/material/steel/fifty, -/turf/unsimulated/floor/tile, -/area/centcom) -"Dt" = ( -/obj/machinery/vending/security{ - dir = 1; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/obj/effect/floor_decal/corner/black/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Du" = ( -/obj/machinery/door/blast/regular/open{ - icon_state = "pdoor0"; - id_tag = "05blastdoor2"; - name = "05 blast door" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Dv" = ( -/obj/machinery/door/blast/regular{ - id_tag = "05blastdoor2"; - name = "Blast Door" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Dw" = ( -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion/mega{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"DB" = ( -/obj/structure/bed/chair/comfy/red{ - dir = 4; - name = "Guard Commander" - }, -/obj/effect/floor_decal/corner/red/half{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"DD" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"DH" = ( -/obj/random/snack, -/obj/random/snack, -/obj/random/snack, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/centcom) -"DI" = ( -/obj/machinery/button/blast_door{ - id_tag = "supply_shuttle"; - name = "Supply Drone Shutter Control" - }, -/turf/simulated/wall/r_wall/prepainted, -/area/supply/dock) -"DJ" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 9 - }, -/obj/machinery/button/blast_door{ - id_tag = "omega1"; - name = "Omega-1 Exit Shutters button"; - dir = 4; - pixel_x = -25 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"DK" = ( -/obj/machinery/washing_machine, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"DL" = ( -/obj/structure/sign/warning/secure_area/armory{ - pixel_y = 28 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"DO" = ( -/obj/machinery/door/airlock/vault{ - name = "MTF Teams"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - dir = 4; - id_tag = "secondarymtf"; - name = "MTF Teams" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"DS" = ( -/obj/structure/table/reinforced, -/obj/item/defibrillator/loaded, -/obj/item/auto_cpr, -/turf/unsimulated/floor/tile, -/area/centcom) -"DU" = ( -/obj/effect/floor_decal/corner/blue/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/blue/bordercorner{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"DW" = ( -/obj/machinery/vending/coffee{ - prices = list(); - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"DZ" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/black/mono, -/obj/machinery/photocopier, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Ea" = ( -/obj/structure/table/standard, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/obj/item/gun/projectile/automatic/scp/vector, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Eb" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ec" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ee" = ( -/obj/machinery/door/airlock{ - name = "Dorm 04" - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"Eh" = ( -/obj/structure/table/standard, -/obj/item/storage/mre/random, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ej" = ( -/obj/machinery/door/airlock{ - name = "Dorm 05" - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"Ek" = ( -/obj/machinery/vending/cigarette{ - name = "cigarette machine"; - prices = list() - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"Em" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/white/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"En" = ( -/obj/machinery/door/airlock{ - name = "Dorm 06" - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"Eo" = ( -/obj/structure/table/standard, -/obj/random/snack, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ep" = ( -/obj/structure/flora/pottedplant/small, -/turf/simulated/floor/wood, -/area/centcom/goc) -"Eq" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Er" = ( -/obj/structure/table/rack, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/effect/floor_decal/corner/red/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Es" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/chaos) -"Et" = ( -/obj/structure/sign/warning/secure_area/armory{ - pixel_y = -26 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Eu" = ( -/obj/machinery/button/blast_door{ - dir = 1; - id_tag = "secondarymtf"; - name = "Beta-7 Exit Shutters button"; - pixel_y = -23 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ev" = ( -/obj/machinery/optable, -/obj/item/clothing/suit/surgicalapron, -/turf/unsimulated/floor/tile, -/area/centcom) -"EB" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"ED" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"EF" = ( -/obj/effect/floor_decal/corner/lime/half{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"EG" = ( -/obj/effect/floor_decal/corner/brown/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"EI" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"EL" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"EM" = ( -/obj/effect/floor_decal/corner/red/border, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/obj/machinery/door/airlock/vault{ - name = "Department of Internal Security gear room"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"EO" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black/border{ - dir = 8 - }, -/obj/machinery/door/airlock/vault{ - name = "Offical Foundation Office commander room"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"EP" = ( -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"ER" = ( -/obj/machinery/vending/coffee{ - dir = 4; - pixel_x = -8; - prices = list() - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ET" = ( -/obj/machinery/door/blast/shutters{ - dir = 4; - id_tag = "supply_shuttle"; - name = "Supply Drone Shutters" - }, -/turf/simulated/floor/tiled/monotile, -/area/supply/dock) -"EU" = ( -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1" - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"EV" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/food/drinks/bottle/small/beer{ - pixel_x = 7; - pixel_y = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"EZ" = ( -/obj/machinery/door/airlock/vault{ - name = "Living Quarters" - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Fb" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Alpha-1 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Fc" = ( -/obj/machinery/computer/arcade/battle, -/turf/simulated/floor/wood, -/area/centcom) -"Fd" = ( -/obj/structure/dispenser, -/obj/effect/floor_decal/corner/orange/border{ - dir = 9 - }, -/obj/machinery/button/blast_door{ - id_tag = "epislon9"; - name = "Epislon-9 Exit Shutters button"; - dir = 4; - pixel_x = -25 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ff" = ( -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"Fj" = ( -/obj/machinery/door/airlock/vault{ - name = "Mess Hall" - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Fk" = ( -/obj/item/bodybag/cryobag, -/obj/structure/table/reinforced, -/obj/item/bodybag/cryobag, -/obj/effect/floor_decal/corner/blue/border{ - dir = 4; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Fm" = ( -/obj/machinery/door/airlock/glass/civilian{ - name = "Waiting Room" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Fo" = ( -/obj/structure/ore_box, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"Fp" = ( -/obj/structure/table/standard, -/obj/item/trash/snack_bowl, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Fq" = ( -/obj/structure/table/standard, -/obj/item/storage/fancy/cigarettes/case, -/obj/item/flame/lighter/zippo/brass, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Fu" = ( -/obj/machinery/door/airlock/glass/command{ - name = "Central Offices"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Fv" = ( -/obj/effect/floor_decal/corner/red/bordercorner, -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Fw" = ( -/obj/structure/closet, -/obj/item/clothing/suit/armor/goc, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/jackboots, -/obj/item/device/radio/headset/goc, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/clothing/glasses/night, -/obj/item/clothing/head/beret/scp/goc, -/obj/item/storage/belt/holster/security, -/turf/simulated/floor/wood/mahogany, -/area/centcom/goc) -"FA" = ( -/obj/machinery/door/airlock/vault{ - name = "Eta-10"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "eta10"; - name = "Eta-10" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FC" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/structure/table/woodentable, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"FD" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"FE" = ( -/obj/structure/shuttle/engine/heater{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/effect/paint/silver, -/turf/simulated/wall/r_titanium, -/area/centcom) -"FF" = ( -/obj/machinery/door/airlock/vault{ - name = "Epislon-9"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "epislon9"; - name = "Epsilon-9" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FG" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"FH" = ( -/obj/machinery/door/airlock/vault{ - name = "Omega-1"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "omega1"; - name = "Omega-1" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FM" = ( -/obj/structure/table/rack, -/obj/effect/floor_decal/corner/green/border{ - dir = 8 - }, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FN" = ( -/obj/machinery/vending/cigarette{ - dir = 4; - name = "cigarette machine"; - pixel_x = -8; - prices = list() - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FO" = ( -/turf/simulated/floor/wood, -/area/centcom) -"FP" = ( -/obj/structure/table/woodentable, -/obj/effect/floor_decal/spline/fancy/black{ - dir = 8 - }, -/turf/simulated/floor/carpet/blue, -/area/centcom) -"FQ" = ( -/obj/structure/table/woodentable, -/obj/machinery/chemical_dispenser/bar_coffee/full{ - pixel_y = 7 - }, -/turf/simulated/floor/wood, -/area/centcom) -"FR" = ( -/obj/effect/floor_decal/corner/yellow/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FS" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 9 - }, -/obj/structure/table/rack, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FT" = ( -/obj/effect/floor_decal/corner/research/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FU" = ( -/obj/machinery/door/airlock/vault{ - name = "Mess Hall" - }, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"FW" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/orange/border, -/obj/item/clothing/glasses/tacgoggles, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"FY" = ( -/obj/machinery/door/airlock/hatch{ - name = "Transfer Train" - }, -/turf/unsimulated/floor/plating, -/area/site53/tram/maintrain) -"FZ" = ( -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Ga" = ( -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/machinery/conveyor_switch{ - pixel_y = 10; - desc = "A control switch which you assume operates some part of the train...but you're not sure..."; - name = "Control Switch" - }, -/obj/machinery/conveyor_switch{ - pixel_y = 3; - desc = "A control switch which you assume operates some part of the train...but you're not sure..."; - name = "Control Switch" - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Gc" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Door" - }, -/area/centcom) -"Gf" = ( -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Gh" = ( -/obj/structure/table/standard, -/obj/item/storage/fancy/cigarettes/professionals, -/obj/item/flame/lighter/zippo{ - pixel_x = 6; - pixel_y = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Gk" = ( -/obj/effect/floor_decal/corner/red/bordercorner, -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Gl" = ( -/obj/structure/filingcabinet, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Gn" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Gq" = ( -/obj/effect/floor_decal/corner/pink/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Gs" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Gx" = ( -/obj/structure/table/standard, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/effect/floor_decal/corner/green/border, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Gy" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Gz" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/clothing/accessory/buddytag, -/obj/item/locator, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/research/border{ - dir = 9 - }, -/obj/item/clothing/glasses/tacgoggles, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"GA" = ( -/obj/structure/flora/pottedplant/stoutbush, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"GB" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"GF" = ( -/obj/structure/table/rack, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/effect/floor_decal/corner/green/border, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"GG" = ( -/obj/machinery/vending/medical, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"GK" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"GQ" = ( -/obj/effect/floor_decal/corner/lime/half{ - dir = 1 - }, -/obj/machinery/button/blast_door{ - id_tag = "Centcom admin"; - pixel_y = 26 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"GR" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"GV" = ( -/obj/structure/table/standard, -/obj/structure/flora/pottedplant/deskferntrim, -/turf/simulated/floor/tiled, -/area/centcom) -"GW" = ( -/obj/machinery/door/window/brigdoor/northright{ - req_access = list("ACCESS_ADMIN_LEVEL1") - }, -/obj/structure/table/standard, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/tiled/dark/monotile, -/area/centcom) -"GX" = ( -/obj/effect/shuttle_landmark/supply/centcom, -/turf/simulated/floor/tiled/steel_grid, -/area/supply/dock) -"GY" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 4; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Storage" - }, -/area/centcom/goc) -"GZ" = ( -/obj/effect/wallframe_spawn/reinforced, -/obj/machinery/door/blast/shutters/open{ - id_tag = "RearShutters" - }, -/turf/unsimulated/floor/plating, -/area/site53/tram/maintrain) -"Hc" = ( -/obj/item/clothing/shoes/dress, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/head/beret/solgov/expedition{ - name = "O5 beret" - }, -/obj/item/storage/backpack/satchel/leather, -/obj/item/clothing/glasses/sunglasses, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/item/device/radio/headset/ert, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Offical Foundation Office standar closet" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Hd" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Gear Closet" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Hh" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Hi" = ( -/obj/structure/table/rack, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/defibrillator/compact/combat/loaded, -/obj/item/defibrillator/compact/combat/loaded, -/obj/item/defibrillator/compact/combat/loaded, -/obj/item/defibrillator/compact/combat/loaded, -/obj/item/defibrillator/compact/combat/loaded, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Hj" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Hn" = ( -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"Ho" = ( -/obj/machinery/door/blast/shutters/open{ - id_tag = "GOC gateway" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Hp" = ( -/obj/structure/table/standard, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/obj/item/clothing/accessory/solgov/department/command/service, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Hr" = ( -/obj/effect/floor_decal/corner/research/border{ - dir = 9 - }, -/obj/machinery/vending/security{ - dir = 4; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Hs" = ( -/obj/machinery/vending/mredispenser{ - dir = 8; - pixel_x = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"Hu" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"Hv" = ( -/area/space) -"Hy" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base"; - req_access = list("ACCESS_MTF") - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"HA" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"HD" = ( -/obj/machinery/button/alternate/door/bolts{ - id_tag = "GOC con 1" - }, -/turf/simulated/wall/titanium, -/area/centcom/goc) -"HE" = ( -/obj/effect/floor_decal/corner/research/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/research/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"HG" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/machinery/button/blast_door{ - id_tag = "eta10"; - name = "Eta-10 Exit Shutters button"; - pixel_y = 23 - }, -/obj/effect/floor_decal/corner/research/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"HH" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"HI" = ( -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"HJ" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"HL" = ( -/obj/structure/bed/chair, -/obj/effect/floor_decal/corner/black/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"HO" = ( -/obj/structure/bed/chair/armchair/beige{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom) -"HP" = ( -/obj/effect/floor_decal/corner/lime/half{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime/half, -/turf/simulated/floor/tiled, -/area/centcom) -"HQ" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/yellow/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"HT" = ( -/obj/machinery/vending/security{ - dir = 1; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 6 - }, -/obj/machinery/button/blast_door{ - dir = 8; - id_tag = "beta7"; - name = "Beta-7 Exit Shutters button"; - pixel_x = 25 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"HU" = ( -/obj/machinery/door/airlock, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"HW" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/floor_decal/corner/orange/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"HY" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/standard, -/obj/item/toy/plushie/kitten{ - name = "Conductor Whiskers"; - desc = "A plushie of a cute kitten! This one means business. Tickets please!" - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"HZ" = ( -/obj/structure/bed/chair, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"Ia" = ( -/obj/structure/filingcabinet, -/turf/simulated/floor/carpet/blue, -/area/centcom) -"Ib" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/item/ammo_magazine/scp/m16_mag, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ie" = ( -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"If" = ( -/obj/structure/dispenser, -/obj/machinery/button/blast_door{ - id_tag = "epislon9"; - name = "Epislon-9 Exit Shutters button"; - pixel_y = 23 - }, -/obj/effect/floor_decal/corner/orange/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ig" = ( -/obj/structure/table/rack, -/obj/item/gun/launcher/syringe/rapid, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/storage/box/syringegun, -/obj/item/storage/box/syringes, -/obj/effect/floor_decal/corner/white/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ih" = ( -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ii" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Ij" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 5 - }, -/obj/machinery/button/blast_door{ - id_tag = "omega1"; - name = "Omega-1 Exit Shutters button"; - pixel_y = 23 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Il" = ( -/obj/structure/table/rack, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Im" = ( -/obj/structure/table/reinforced, -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/security/brig) -"In" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Iq" = ( -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/mask/balaclava, -/obj/item/melee/baton/loaded, -/obj/item/melee/telebaton, -/obj/item/device/flash/advanced, -/obj/item/storage/backpack/satchel/leather/navy, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/obj/item/device/radio/headset/ert, -/obj/item/clothing/glasses/sunglasses/sechud, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "DIS Commander Gear Closet" - }, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/gun/projectile/pistol/usp45, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Is" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/item/projectile/beam/blood_effect, -/turf/simulated/floor/shuttle/white, -/area/centcom) -"It" = ( -/obj/structure/table/standard, -/obj/item/clothing/mask/chewable/candy/gum, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Ix" = ( -/obj/structure/table/rack, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Iz" = ( -/obj/machinery/vending/cola{ - dir = 4; - name = "Robust Softdrinks"; - pixel_x = -7; - prices = list() - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"IC" = ( -/obj/machinery/door/airlock{ - name = "Dorm 01" - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"IE" = ( -/obj/structure/table/standard, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/handcuffs, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"IF" = ( -/obj/structure/closet/crate/bin{ - anchored = 1; - name = "trash bin" - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"IG" = ( -/obj/machinery/optable, -/obj/machinery/light{ - dir = 1 - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"IH" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 6 - }, -/obj/structure/iv_drip, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"IL" = ( -/obj/machinery/door/airlock{ - name = "Dorm 02" - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"IM" = ( -/obj/machinery/door/airlock{ - name = "Dorm 03" - }, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"IN" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"IO" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"IP" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/food/drinks/bottle/small/alcoholfreebeer, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"IR" = ( -/obj/machinery/button/blast_door{ - id_tag = "helicopter-right"; - name = "MTF Helicopter Side Doors"; - req_access = list("ACCESS_MTF") - }, -/turf/simulated/wall/r_wall, -/area/centcom) -"IS" = ( -/obj/machinery/button/blast_door{ - dir = 8; - id_tag = "epislon11"; - name = "Epsilon-11 Exit Shutters button"; - pixel_x = 25 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ja" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Jb" = ( -/obj/machinery/door/airlock/vault{ - name = "Archive"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Jd" = ( -/obj/structure/table/rack, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/effect/floor_decal/corner/research/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Je" = ( -/obj/structure/bed/chair/comfy/yellow{ - name = "LCZ Commander" - }, -/obj/effect/floor_decal/corner/yellow/half, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Jf" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Jg" = ( -/obj/effect/floor_decal/corner/research/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Jh" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"Jk" = ( -/obj/effect/floor_decal/corner/research/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Jl" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/research/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Jm" = ( -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"Jp" = ( -/obj/structure/table/rack, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/item/clothing/glasses/hud/scramble/experimental, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Jq" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/unsimulated/floor{ - icon_state = "snow" - }, -/area/centcom) -"Jr" = ( -/obj/effect/floor_decal/corner/orange/border{ - dir = 9 - }, -/obj/machinery/vending/security{ - dir = 4; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Js" = ( -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ju" = ( -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Jw" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 8 - }, -/obj/structure/bed/chair, -/turf/simulated/floor/wood, -/area/centcom/goc) -"Jx" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/effect/floor_decal/corner/orange/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Jy" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"JB" = ( -/obj/random/snack, -/obj/random/snack, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/centcom) -"JC" = ( -/obj/item/clothing/under/pcrcsuit{ - name = "\improper DIS suit" - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/mask/balaclava, -/obj/item/melee/baton/loaded, -/obj/item/melee/telebaton, -/obj/item/device/flash/advanced, -/obj/item/clothing/head/beret/saare{ - name = "\improper DIS beret" - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 5 - }, -/obj/item/device/radio/headset/ert, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "DIS Commander Gear Closet" - }, -/obj/item/card/id/mtf{ - name = "DIS commander" - }, -/obj/item/storage/backpack/satchel/leather/black, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/ammo_magazine/box/a357, -/obj/item/ammo_magazine/box/a357, -/obj/item/storage/belt/holster/security, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"JD" = ( -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/antlion{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"JE" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/clothing/head/beret/scp, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/melee/baton/loaded, -/obj/item/material/knife/combat, -/obj/item/ammo_magazine/box/a50, -/obj/item/ammo_magazine/box/a50, -/obj/item/ammo_magazine/box/a50, -/obj/effect/floor_decal/corner/white/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"JI" = ( -/obj/effect/floor_decal/corner/red/half, -/obj/structure/bed/chair/comfy, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"JL" = ( -/obj/structure/table/rack, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/effect/floor_decal/corner/red/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"JO" = ( -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"JQ" = ( -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"JT" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"JU" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/white/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"JX" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/effect/floor_decal/corner/orange/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"JY" = ( -/obj/machinery/vending/security{ - dir = 8; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ka" = ( -/obj/item/modular_computer/console/preset/civilian{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"Kd" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/orange/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Kf" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 8 - }, -/obj/item/clothing/shoes/tactical, -/obj/item/clothing/gloves/tactical, -/obj/item/clothing/under/tactical, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/suit/armor/mtfheavy, -/obj/item/clothing/head/helmet/mtfheavy, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/device/radio/headset/ert, -/obj/item/grenade/flashbang/clusterbang, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/plastique, -/obj/item/plastique, -/obj/item/crowbar/red, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/storage/backpack/rucksack, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ki" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/green/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Kj" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/machinery/vending/mredispenser, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Kl" = ( -/turf/simulated/floor/reinforced, -/area/centcom) -"Km" = ( -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Kn" = ( -/obj/structure/table/rack, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/item/flamethrower/full, -/obj/item/flamethrower/full, -/obj/item/flamethrower/full, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/item/tank/phoron, -/obj/item/tank/phoron, -/obj/item/tank/phoron, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ko" = ( -/obj/effect/floor_decal/corner/lime/half, -/obj/machinery/door/blast/regular{ - name = "Civil Access"; - id_tag = "Centcom Civ" - }, -/turf/simulated/floor/tiled, -/area/centcom) -"Kp" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"Kr" = ( -/obj/machinery/vending/cigarette{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ks" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ky" = ( -/obj/machinery/door/airlock/vault{ - name = "Armory" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"KE" = ( -/obj/effect/floor_decal/corner/yellow/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/yellow/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"KF" = ( -/obj/machinery/vending/medical{ - dir = 4; - req_access = list() - }, -/turf/unsimulated/floor/tile, -/area/centcom) -"KH" = ( -/obj/structure/table/rack, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/obj/item/target, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"KI" = ( -/obj/item/bedsheet/blue, -/obj/structure/bed, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"KK" = ( -/obj/machinery/vending/mredispenser{ - dir = 1 - }, -/obj/effect/floor_decal/corner/pink/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"KL" = ( -/obj/structure/window/reinforced/polarized, -/obj/item/modular_computer/console/preset/cardslot/command_sec{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"KM" = ( -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/black/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"KN" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/yellow/mono, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"KP" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/item/ammo_magazine/scp/saiga12/buckshot, -/obj/effect/floor_decal/corner/black/border{ - dir = 10 - }, -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"KQ" = ( -/obj/structure/table/standard, -/obj/item/flame/lighter/zippo{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/fancy/cigarettes/jerichos{ - pixel_x = -4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"KR" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/food/drinks/bottle/cola{ - pixel_y = 7 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"KS" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"KT" = ( -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"KV" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"KX" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"KY" = ( -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/machinery/conveyor_switch{ - desc = "A control switch which you assume operates some part of the train...but you're not sure..."; - name = "Control Switch" - }, -/obj/item/device/radio/phone{ - pixel_y = 10 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"La" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/item/gun/projectile/automatic/t12, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Lc" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Le" = ( -/obj/machinery/door/airlock/glass/security{ - name = "Brig"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"Lf" = ( -/obj/structure/table/standard, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/shoes/swat, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Lg" = ( -/obj/machinery/vending/cola{ - name = "Robust Softdrinks"; - prices = list() - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Lh" = ( -/obj/machinery/vending/mredispenser{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Li" = ( -/obj/machinery/vending/coffee{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Lj" = ( -/obj/structure/table/standard, -/obj/item/card/id/adminlvl1, -/obj/item/card/id/adminlvl2, -/obj/item/card/id/adminlvl3, -/obj/item/card/id/adminlvl4, -/obj/item/card/id/adminlvl5, -/obj/item/card/id/classd, -/obj/item/card/id/commslvl1, -/obj/item/card/id/commslvl4, -/obj/item/card/id/doctor, -/obj/item/card/id/emt, -/obj/item/card/id/gcseclvl5, -/obj/item/card/id/logspec, -/obj/item/card/id/sciencelvl1, -/obj/item/card/id/sciencelvl2, -/obj/item/card/id/sciencelvl3, -/obj/item/card/id/sciencelvl4, -/obj/item/card/id/sciencelvl5, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Lo" = ( -/obj/effect/floor_decal/corner/brown/half{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"Lr" = ( -/obj/machinery/door/blast/shutters, -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 4; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Storage" - }, -/area/centcom) -"Lt" = ( -/obj/structure/table/rack, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/effect/floor_decal/corner/research/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Lw" = ( -/obj/structure/window/reinforced/polarized, -/obj/machinery/computer/shuttle_control/emergency{ - dir = 1; - name = "Train Control System"; - machine_desc = "A simple control system for small train systems, allowing automated movement from one navigation point to another."; - shuttle_tag = "Foundation Main Train" - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"LC" = ( -/obj/structure/table/standard, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/obj/item/gun/projectile/revolver/webley/captain{ - name = "Nice autorevolver" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"LD" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/research/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"LE" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/obj/item/book/manual/scp/fra, -/obj/item/book/manual/scp/fra, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"LG" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/orange/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"LH" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/effect/floor_decal/corner/orange/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"LI" = ( -/obj/machinery/vending/tool, -/obj/effect/floor_decal/corner/black/bordercee{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"LJ" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/orange/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"LK" = ( -/obj/machinery/bodyscanner{ - dir = 4 - }, -/turf/unsimulated/floor/tile, -/area/centcom) -"LM" = ( -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/structure/closet/crate/med_crate, -/obj/item/stack/medical/advanced/ointment, -/obj/item/stack/medical/advanced/ointment, -/obj/item/stack/medical/advanced/ointment, -/obj/item/stack/medical/advanced/ointment, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/splint, -/obj/item/stack/medical/splint, -/obj/item/storage/pill_bottle/paracetamol, -/obj/item/storage/pill_bottle/paracetamol, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"LN" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/melee/baton/loaded, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/white/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"LP" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/white/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"LQ" = ( -/obj/structure/bed/chair/office/comfy{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/security/brig) -"LS" = ( -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lightgrey/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"LT" = ( -/obj/machinery/vending/weaponry/lcz/energy, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"LV" = ( -/obj/structure/table/standard, -/obj/item/book/manual/scp/fra, -/obj/effect/floor_decal/corner/white/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"LW" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/tiled, -/area/centcom) -"LX" = ( -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"LY" = ( -/obj/structure/scp173_cage, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"LZ" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Mc" = ( -/obj/machinery/vending/cola{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Md" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/clothing/accessory/buddytag, -/obj/item/locator, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/research/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Me" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 10 - }, -/obj/machinery/acting/changer, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Mi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Ml" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - pixel_x = 20; - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Mm" = ( -/obj/structure/coatrack, -/turf/simulated/floor/wood, -/area/centcom) -"Mo" = ( -/obj/structure/table/standard, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/obj/item/ammo_magazine/scp/vectormag, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Mp" = ( -/obj/structure/table/standard, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ms" = ( -/obj/structure/table/standard, -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"Mt" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Commander" - }, -/obj/item/clothing/under/rank/centcom_captain, -/obj/item/clothing/head/beret/centcom/captain{ - name = "Command beret" - }, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/gloves/white, -/obj/item/device/radio/headset/ert, -/obj/item/clothing/glasses/sunglasses/sechud/toggle, -/obj/effect/floor_decal/corner/black/border{ - dir = 5 - }, -/obj/item/card/id/mtf{ - name = "Centcom commander" - }, -/obj/item/storage/backpack/satchel/leather/khaki, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Mv" = ( -/obj/item/clothing/suit/armor/vest/scp/medarmor/eta, -/obj/item/clothing/head/helmet/scp/eta, -/obj/structure/table/rack, -/obj/item/clothing/glasses/hud/scramble, -/obj/effect/floor_decal/corner/research/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Mw" = ( -/obj/structure/table/standard, -/obj/machinery/button/blast_door{ - id_tag = "GOC con" - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"Mx" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/research/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"My" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/obj/item/modular_computer/console/preset/cardslot/command_sec{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Mz" = ( -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/shuttle/white, -/area/centcom) -"MA" = ( -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/head/helmet/merc, -/obj/item/clothing/suit/storage/vest/merc, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/glasses/sunglasses/sechud/goggles, -/obj/item/clothing/shoes/dutyboots, -/obj/item/storage/backpack/rucksack, -/obj/item/device/radio/headset/ert, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "IA closet" - }, -/obj/effect/floor_decal/corner/pink/border{ - dir = 5 - }, -/obj/item/storage/belt/holster/security, -/obj/item/gun/projectile/pistol/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"MB" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/obj/machinery/door/airlock/vault{ - name = "Department of Internal Security commander room"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"MC" = ( -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ME" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/orange/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"MF" = ( -/obj/structure/flora/pottedplant, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"MG" = ( -/obj/structure/table/standard, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/obj/item/crowbar/prybar, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"MJ" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/simulated/floor/plating, -/area/centcom) -"ML" = ( -/obj/structure/table/standard, -/obj/item/card/id/all_access, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"MM" = ( -/obj/structure/fitness/punchingbag, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"MN" = ( -/obj/structure/table/rack, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/adv, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/trauma, -/obj/item/storage/firstaid/stab, -/obj/item/storage/firstaid/stab, -/obj/item/storage/firstaid/stab, -/obj/item/storage/firstaid/stab, -/obj/item/storage/firstaid/stab, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"MO" = ( -/obj/structure/bed/chair, -/turf/simulated/floor/wood, -/area/centcom/goc) -"MS" = ( -/obj/structure/table/rack, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/item/clothing/head/helmet/mtftactical, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"MT" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red/border, -/obj/machinery/door/airlock/vault{ - name = "Alpha-1"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"MW" = ( -/obj/effect/floor_decal/corner/orange/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"MX" = ( -/obj/effect/floor_decal/corner/green/border, -/obj/structure/table/reinforced, -/obj/item/storage/box/gloves, -/obj/item/storage/box/masks{ - pixel_y = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"MZ" = ( -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/horror{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Ng" = ( -/obj/item/clothing/shoes/tactical, -/obj/item/clothing/gloves/tactical, -/obj/item/clothing/under/tactical, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/suit/armor/mtfheavy, -/obj/item/clothing/head/helmet/mtfheavy, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/device/radio/headset/ert, -/obj/item/grenade/flashbang/clusterbang, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/plastique, -/obj/item/plastique, -/obj/item/crowbar/red, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/storage/backpack/rucksack, -/obj/effect/floor_decal/corner/green/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ni" = ( -/obj/machinery/vending/weaponry/ez, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Nj" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/obj/machinery/vending/medical{ - dir = 8; - req_access = list() - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Nk" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/obj/structure/table/woodentable, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Nl" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/black/mono, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Nm" = ( -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Nn" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/unsimulated/floor{ - icon_state = "snow" - }, -/area/centcom) -"No" = ( -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/strippedhuman{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Np" = ( -/obj/item/modular_computer/console/preset/cardslot/command_sec{ - dir = 8 - }, -/obj/effect/floor_decal/corner/white/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Nq" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Nr" = ( -/turf/simulated/floor/carpet/blue, -/area/centcom) -"Nu" = ( -/obj/structure/table/standard, -/obj/item/device/megaphone, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"Nx" = ( -/turf/unsimulated/mineral, -/area/centcom) -"NC" = ( -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"ND" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"NK" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost"; - id_tag = "GOC con 1" - }, -/obj/machinery/door/blast/shutters{ - id_tag = "GOC con" - }, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"NL" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 8 - }, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/centcom/goc) -"NM" = ( -/obj/structure/bed/chair/office/comfy, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"NO" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/orange/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"NS" = ( -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"NU" = ( -/obj/machinery/vending/mredispenser{ - dir = 4; - pixel_x = -9 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"NX" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 6 - }, -/obj/structure/mech_wreckage, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"NY" = ( -/obj/machinery/door/blast/shutters{ - id_tag = "originMTF" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"NZ" = ( -/obj/structure/table/standard, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/obj/item/storage/backpack/rucksack, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Oa" = ( -/obj/machinery/door/airlock/glass/civilian, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Ob" = ( -/obj/item/rig/ert/engineer, -/obj/structure/table/rack, -/obj/item/storage/backpack/dufflebag/firefighter, -/obj/item/storage/firstaid/fire, -/obj/item/material/twohanded/fireaxe, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/item/grenade/chem_grenade/incendiary, -/obj/effect/floor_decal/corner/orange/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Oe" = ( -/obj/machinery/vending/soda, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Og" = ( -/obj/machinery/vending/mredispenser{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"Oj" = ( -/obj/structure/closet/secure_closet/guard/riotshotguns, -/obj/effect/floor_decal/corner/black/border{ - dir = 6 - }, -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Om" = ( -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"On" = ( -/obj/item/modular_computer/console/preset/cardslot/command_sec{ - dir = 4 - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Op" = ( -/obj/structure/table/standard, -/obj/item/modular_computer/laptop/preset/custom_loadout/advanced, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"Or" = ( -/obj/machinery/door/airlock/vault{ - name = "Omega-1"; - req_access = list("ACCESS_MTF") - }, -/obj/machinery/door/blast/shutters{ - id_tag = "omega1"; - name = "Omega-1" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Os" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base"; - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Oy" = ( -/obj/effect/floor_decal/industrial/hatch/red, -/obj/machinery/door/blast/shutters{ - dir = 4; - explosion_resistance = 100; - id_tag = "helicopter-right"; - name = "MTF Helicopter" - }, -/turf/simulated/floor/shuttle/white, -/area/centcom) -"Oz" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"OA" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"OB" = ( -/obj/structure/table/standard, -/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, -/obj/machinery/door/window/brigdoor/northleft{ - req_access = list("ACCESS_ADMIN_LEVEL1") - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/brown/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/monotile, -/area/centcom) -"OD" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"OG" = ( -/obj/structure/noticeboard, -/turf/unsimulated/wall, -/area/centcom) -"OH" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/closet, -/obj/item/clothing/gloves/tactical/scp, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/under/rank/centcom_captain, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/suit/armor/goc, -/obj/item/clothing/suit/armor/goc, -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/head/beret/scp/goc, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 9 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/obj/item/clothing/mask/gas, -/obj/item/storage/backpack/rucksack/blue, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/turf/simulated/floor/wood, -/area/centcom/goc) -"OI" = ( -/obj/structure/table/reinforced, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"OJ" = ( -/obj/machinery/door/airlock/vault{ - name = "Secondary Living Quarters" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"OK" = ( -/obj/structure/table/gamblingtable, -/turf/simulated/floor/wood, -/area/centcom/goc) -"OL" = ( -/obj/random/vendor, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"OM" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/item/gun/projectile/shotgun/pump/combat, -/obj/effect/floor_decal/corner/green/border, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ON" = ( -/obj/structure/table/standard, -/obj/item/paper_bin{ - pixel_y = 3 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"OP" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 8; - icon_state = "railing0-1"; - pixel_x = 7 - }, -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1"; - pixel_x = -7 - }, -/turf/simulated/floor, -/area/centcom) -"OQ" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp/green{ - pixel_y = 5 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"OS" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"OT" = ( -/obj/machinery/button/blast_door{ - id_tag = "MTFCaRD"; - name = "MTF CaRD" - }, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"OU" = ( -/obj/effect/decal/cleanable/blood, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"OX" = ( -/obj/machinery/vending/security{ - dir = 1; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/obj/effect/floor_decal/corner/pink/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"OY" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/centcom/goc) -"OZ" = ( -/obj/structure/table/standard, -/turf/simulated/floor/tiled, -/area/centcom) -"Pa" = ( -/obj/structure/table/woodentable, -/obj/item/boombox, -/turf/simulated/floor/wood, -/area/centcom) -"Pe" = ( -/obj/machinery/chemical_dispenser/ert, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ph" = ( -/obj/structure/table/standard, -/obj/item/folder/blue, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Pi" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Pj" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/flora/pottedplant/orientaltree, -/turf/simulated/floor/wood, -/area/centcom/goc) -"Pk" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base" - }, -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Pl" = ( -/obj/structure/table/standard, -/obj/item/folder/red, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Pm" = ( -/obj/structure/table/standard, -/obj/item/folder/yellow, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Pn" = ( -/obj/structure/mech_wreckage, -/obj/effect/floor_decal/corner/green/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Po" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/effect/floor_decal/corner/black/full, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"Pp" = ( -/obj/effect/floor_decal/corner/green/half{ - dir = 1 - }, -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Ps" = ( -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/machinery/door/airlock/vault{ - name = "Offical Foundation Office room"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Pt" = ( -/obj/machinery/acting/changer, -/obj/effect/floor_decal/corner/blue/border{ - dir = 10 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Px" = ( -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/suit/armor/goc, -/obj/structure/closet, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/melee/baton, -/obj/item/clothing/accessory/armband/solgov/mp, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"PA" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"PB" = ( -/obj/item/bodybag/cryobag, -/obj/structure/table/reinforced, -/obj/item/bodybag/cryobag, -/obj/effect/floor_decal/corner/blue/border{ - dir = 5 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"PC" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Hanger"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"PD" = ( -/obj/machinery/light, -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"PE" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/obj/item/clothing/under/syndicate/tacticool, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"PF" = ( -/obj/structure/bed/chair/padded{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"PG" = ( -/obj/machinery/vitals_monitor, -/turf/unsimulated/floor/tile, -/area/centcom) -"PH" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/structure/table/standard, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"PI" = ( -/obj/structure/table/standard, -/obj/item/stamp/chameleon, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"PJ" = ( -/obj/machinery/photocopier{ - pixel_y = 3 - }, -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"PK" = ( -/obj/machinery/papershredder, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"PM" = ( -/obj/effect/floor_decal/corner/brown/half, -/obj/effect/floor_decal/corner/brown/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"PN" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"PO" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"PP" = ( -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/orange/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"PQ" = ( -/obj/machinery/vending/games, -/turf/simulated/floor/wood, -/area/centcom/goc) -"PR" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"PS" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"PT" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom/goc) -"PV" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"PW" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/centcom/goc) -"PX" = ( -/obj/structure/bed/chair/pew/left, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"PY" = ( -/obj/machinery/vending/weaponry/goc, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"PZ" = ( -/turf/simulated/floor, -/area/centcom) -"Qc" = ( -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Qe" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Qf" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Qg" = ( -/obj/machinery/chem_master, -/turf/unsimulated/floor/tile, -/area/centcom) -"Qi" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Ql" = ( -/obj/structure/table/standard, -/obj/item/pen/multi/cmd{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/pen/fancy{ - pixel_x = -5; - pixel_y = 6 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Qn" = ( -/obj/structure/table/woodentable, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"Qp" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/item/gun/projectile/automatic/scp/m4a1, -/obj/effect/floor_decal/corner/white/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Qu" = ( -/obj/machinery/door/airlock/vault{ - name = "Living Quarters" - }, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Qw" = ( -/obj/structure/table/reinforced, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/item/grenade/flashbang, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"Qx" = ( -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/obj/item/crowbar/red, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Qz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/turf/unsimulated/floor/tile, -/area/centcom) -"QA" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp/green{ - pixel_y = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"QC" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"QD" = ( -/obj/structure/bed, -/turf/simulated/floor/carpet/purple, -/area/centcom/goc) -"QI" = ( -/obj/structure/table/standard, -/obj/item/pen/fancy{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/pen/multi/cmd{ - pixel_x = 5; - pixel_y = 3 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"QJ" = ( -/obj/structure/closet, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/obj/item/reagent_containers/ivbag/blood/OMinus, -/turf/simulated/floor/tiled/old_tile, -/area/centcom/chaos) -"QK" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/effect/floor_decal/corner/research/border{ - dir = 6 - }, -/obj/machinery/button/blast_door{ - id_tag = "eta10"; - name = "Eta-10 Exit Shutters button"; - dir = 8; - pixel_x = 25 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"QO" = ( -/obj/effect/floor_decal/corner/white/bordercorner, -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"QP" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/item/ammo_magazine/scp/p90_mag, -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"QR" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Alpha-1 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"QS" = ( -/obj/machinery/organ_printer/flesh/mapped{ - max_stored_matter = 9000; - stored_matter = 9000 - }, -/turf/unsimulated/floor/tile, -/area/centcom) -"QT" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/white/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"QV" = ( -/obj/structure/table/standard, -/obj/machinery/recharger, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"QW" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/yellow/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"QZ" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/obj/item/device/flashlight/upgraded, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Rb" = ( -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/mob/living/simple_animal/hostile/meat/abomination{ - faction = "Shaft" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Rc" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/gun/projectile/automatic/scp/galil, -/obj/item/gun/projectile/automatic/scp/galil, -/obj/item/gun/projectile/automatic/scp/galil, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Rd" = ( -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"Re" = ( -/obj/effect/floor_decal/corner/orange/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Rg" = ( -/obj/machinery/acting/changer, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Rh" = ( -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Rj" = ( -/obj/structure/table/rack, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/effect/floor_decal/corner/black/bordercee{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Rk" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost"; - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Rl" = ( -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Rm" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Rn" = ( -/obj/machinery/door/airlock/hatch, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Ro" = ( -/obj/structure/table/standard, -/obj/item/gun/projectile/automatic/scp/m4a1{ - starts_loaded = 0 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Rp" = ( -/obj/effect/floor_decal/corner/lime/half, -/turf/simulated/floor/tiled, -/area/centcom) -"Rr" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"Rs" = ( -/obj/structure/flora/pottedplant/smallcactus, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Rv" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"Ry" = ( -/obj/structure/table/standard, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/obj/item/device/radio/headset/ert, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Rz" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"RA" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8; - name = "Logistics Officer" - }, -/obj/effect/floor_decal/corner/brown/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"RB" = ( -/obj/structure/table/standard, -/obj/machinery/photocopier, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"RE" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 6 - }, -/obj/structure/undies_wardrobe, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"RF" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"RG" = ( -/obj/effect/floor_decal/corner/red, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"RH" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"RI" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/obj/item/reagent_containers/pill/adminordrazine, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"RK" = ( -/obj/structure/table/standard, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/obj/item/clothing/suit/storage/toggle/brown_jacket, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"RM" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp/green{ - pixel_y = 6 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"RO" = ( -/obj/structure/bed/chair/padded{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"RP" = ( -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/centcom/goc) -"RR" = ( -/obj/structure/table/standard, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/obj/item/clothing/suit/armor/vest{ - armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30) - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"RS" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"RT" = ( -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/item/modular_computer/console/preset/civilian{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"RW" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/clothing/accessory/buddytag, -/obj/item/locator, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/research/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"RX" = ( -/obj/item/clothing/shoes/dress, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/head/beret/solgov/expedition{ - name = "O5 beret" - }, -/obj/item/storage/backpack/satchel/leather, -/obj/item/clothing/glasses/sunglasses, -/obj/effect/floor_decal/corner/black/border{ - dir = 5 - }, -/obj/item/device/radio/headset/ert, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Offical Foundation Office standar closet" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"RY" = ( -/obj/effect/paint/silver, -/turf/simulated/wall/r_titanium, -/area/centcom) -"RZ" = ( -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/item/modular_computer/console/preset/engineering{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Sc" = ( -/obj/item/clothing/shoes/tactical, -/obj/item/clothing/gloves/tactical, -/obj/item/clothing/under/tactical, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Nu-7 Gear Closet" - }, -/obj/item/clothing/suit/armor/mtfheavy, -/obj/item/clothing/head/helmet/mtfheavy, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/device/radio/headset/ert, -/obj/item/grenade/flashbang/clusterbang, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/plastique, -/obj/item/plastique, -/obj/item/crowbar/red, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/storage/backpack/rucksack, -/obj/effect/floor_decal/corner/green/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Sf" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/effect/floor_decal/corner/white/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Sg" = ( -/obj/structure/table/standard, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/storage/belt/holster/security/tactical, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Sh" = ( -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/machinery/button/windowtint{ - pixel_y = 8 - }, -/obj/machinery/pager{ - pixel_y = -2; - name = "Rear Connector Lock"; - desc = "A button that connects something to the rear? It's probably not in use." - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Sl" = ( -/obj/machinery/door/airlock/vault{ - name = "Gear rooms"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"So" = ( -/obj/machinery/vending/weaponry/goc, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 0 - }, -/obj/effect/floor_decal/corner/black/full, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"Sp" = ( -/obj/effect/floor_decal/corner/research/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Sr" = ( -/obj/effect/floor_decal/corner/lightgrey/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Ss" = ( -/obj/effect/floor_decal/corner/research/bordercorner, -/obj/effect/floor_decal/corner/research/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Sx" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/white/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"SA" = ( -/obj/structure/table/rack, -/obj/item/gun/launcher/grenade, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/effect/floor_decal/corner/green/border, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"SB" = ( -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/suit/armor/goc, -/obj/structure/closet, -/obj/item/storage/belt/holster/security, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/structure/closet, -/obj/structure/closet, -/obj/structure/closet, -/obj/structure/closet, -/obj/structure/closet, -/turf/simulated/floor/wood, -/area/centcom/goc) -"SC" = ( -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"SD" = ( -/obj/item/clothing/suit/armor/vest/scp/medarmor/eta, -/obj/item/clothing/head/helmet/scp/eta, -/obj/item/clothing/glasses/hud/scramble, -/obj/structure/table/rack, -/obj/effect/floor_decal/corner/research/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"SE" = ( -/obj/item/organ/internal/lungs, -/obj/item/organ/internal/heart, -/obj/item/organ/internal/liver, -/obj/item/organ/internal/kidneys, -/obj/item/organ/internal/kidneys, -/obj/item/organ/internal/kidneys, -/obj/item/organ/internal/heart, -/obj/item/organ/internal/heart, -/obj/item/organ/internal/liver, -/obj/item/organ/internal/liver, -/obj/item/organ/internal/lungs, -/obj/item/organ/internal/lungs, -/obj/structure/closet/secure_closet/freezer{ - icon = 'icons/obj/closets/fridge.dmi'; - name = "Secure Freezer" - }, -/obj/effect/floor_decal/corner/blue/border{ - dir = 4; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"SG" = ( -/obj/effect/floor_decal/corner/blue{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"SH" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"SJ" = ( -/obj/effect/floor_decal/corner/pink/border{ - dir = 1 - }, -/obj/structure/table/woodentable, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"SN" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/orange/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"SO" = ( -/obj/structure/flora/pottedplant/decorative, -/turf/simulated/floor/wood, -/area/centcom) -"SQ" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 1 - }, -/obj/item/modular_computer/console/preset/cardslot/command_sec, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"SR" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base"; - req_access = list("ACCESS_MTF") - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ST" = ( -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/suit/armor/goc, -/obj/structure/closet, -/obj/item/storage/belt/holster/security, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"SW" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Gear Closet" - }, -/obj/item/clothing/under/color/brown, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/swat, -/obj/item/clothing/suit/armor/vest/scp/medarmor, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/head/helmet, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/material/knife/combat, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/storage/backpack/rucksack, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"SX" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"SZ" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Offices" - }, -/area/centcom) -"Ta" = ( -/obj/effect/floor_decal/corner/orange/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Tb" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid, -/obj/item/storage/firstaid, -/obj/effect/floor_decal/corner/blue/border, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Tc" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Te" = ( -/obj/structure/flora/tree/pine, -/turf/simulated/floor/exoplanet/snow, -/area/centcom/chaos) -"Tf" = ( -/obj/structure/filingcabinet, -/obj/effect/decal/cleanable/blood, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"Tg" = ( -/obj/effect/floor_decal/corner/orange/bordercorner, -/obj/effect/floor_decal/corner/orange/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ti" = ( -/obj/machinery/button/blast_door{ - id_tag = "Nu-7"; - name = "Nu-7 Exit Shutters button"; - pixel_y = 23 - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Tk" = ( -/obj/item/rig/ert/engineer, -/obj/structure/table/rack, -/obj/item/storage/backpack/dufflebag/firefighter, -/obj/item/storage/firstaid/fire, -/obj/item/material/twohanded/fireaxe, -/obj/item/flamethrower/full, -/obj/item/tank/phoron, -/obj/item/grenade/chem_grenade/incendiary, -/obj/effect/floor_decal/corner/orange/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Tm" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/scp/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/item/ammo_magazine/box/mk9, -/obj/effect/floor_decal/corner/white/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Tn" = ( -/obj/structure/bed/chair/comfy/blue, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"To" = ( -/obj/effect/floor_decal/corner/white/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Tp" = ( -/obj/effect/floor_decal/corner/lightgrey/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Tr" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 9 - }, -/obj/structure/bed, -/obj/item/bedsheet/green, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ts" = ( -/obj/effect/floor_decal/corner/research/bordercorner, -/obj/effect/floor_decal/corner/research/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Tx" = ( -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 8 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"Ty" = ( -/obj/machinery/button/alternate/door/bolts{ - id_tag = "GOC con 2" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Tz" = ( -/obj/structure/grille, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"TA" = ( -/obj/effect/floor_decal/corner/brown/half{ - dir = 8 - }, -/obj/effect/floor_decal/corner/brown/half{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"TB" = ( -/obj/effect/floor_decal/corner/white/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/white/bordercorner, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"TC" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"TD" = ( -/obj/structure/table/rack, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/item/clothing/glasses/hud/scramble, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"TE" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"TG" = ( -/obj/structure/closet/secure_closet/guard/ntf, -/obj/item/clothing/accessory/buddytag, -/obj/item/locator, -/obj/item/material/knife/combat, -/obj/effect/floor_decal/corner/research/border{ - dir = 1 - }, -/obj/item/clothing/glasses/tacgoggles, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"TJ" = ( -/obj/structure/table/standard, -/obj/structure/flora/pottedplant/deskleaf, -/turf/simulated/floor/tiled, -/area/centcom) -"TL" = ( -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1" - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"TN" = ( -/obj/structure/table/standard, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"TO" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/structure/closet, -/obj/item/clothing/under/rank/security/navyblue, -/obj/item/clothing/suit/security/navyhos{ - name = "head of armory jacket" - }, -/obj/item/clothing/head/beret/scp/goc, -/obj/item/device/radio/headset/goc, -/obj/item/storage/belt/holster/security, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"TQ" = ( -/turf/simulated/floor/tiled/techfloor, -/area/centcom/chaos) -"TS" = ( -/obj/machinery/door/airlock/vault{ - name = "Epislon-11 Armory"; - req_access = list("ACCESS_MTF") - }, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"TT" = ( -/obj/machinery/vending/cola, -/turf/simulated/floor/wood, -/area/centcom/goc) -"TU" = ( -/obj/effect/floor_decal/corner/b_green/mono, -/obj/structure/table/reinforced, -/obj/item/storage/box/PDAs, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"TV" = ( -/obj/structure/table/standard, -/obj/random/action_figure, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"TW" = ( -/obj/structure/table/standard, -/obj/random/coin, -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/area/centcom) -"TY" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/paleblue/mono, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"TZ" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/item/ammo_magazine/scp/p90_mag/ap, -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ua" = ( -/obj/effect/floor_decal/spline/fancy/black, -/turf/unsimulated/wall, -/area/centcom) -"Uc" = ( -/obj/structure/flora/pottedplant/bamboo, -/turf/simulated/floor/tiled/steel_grid, -/area/centcom/goc) -"Ud" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted/frosted, -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/machinery/light, -/turf/simulated/floor/grass, -/area/centcom) -"Uf" = ( -/obj/machinery/vending/cola{ - name = "Robust Softdrinks"; - prices = list(); - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Uj" = ( -/obj/effect/floor_decal/corner/research/bordercorner, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Uk" = ( -/turf/unsimulated/floor/reinforced, -/area/centcom) -"Ul" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/obj/structure/table/woodentable, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Um" = ( -/turf/simulated/floor/wood, -/area/centcom/goc) -"Uq" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 6 - }, -/turf/unsimulated/wall, -/area/centcom) -"Ur" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom/goc) -"Us" = ( -/obj/structure/bed/chair/padded{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ut" = ( -/obj/machinery/reagent_temperature/cooler{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/machinery/reagent_temperature{ - pixel_x = -7; - pixel_y = 3 - }, -/obj/structure/table/standard, -/turf/unsimulated/floor/tile, -/area/centcom) -"Uu" = ( -/obj/machinery/door/airlock{ - name = "GOC Outpost" - }, -/turf/simulated/floor/wood/mahogany, -/area/centcom/goc) -"Uv" = ( -/obj/machinery/vending/cigarette{ - name = "cigarette machine"; - prices = list(); - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"UA" = ( -/obj/structure/table/rack, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/obj/item/gun/projectile/automatic/scp/p90, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"UB" = ( -/obj/machinery/vending/mredispenser{ - dir = 8 - }, -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"UD" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 1 - }, -/turf/unsimulated/floor/reinforced, -/area/centcom) -"UF" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 8 - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/obj/machinery/door/airlock/vault{ - name = "Ethics Committee Agent room"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"UG" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 4; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Maintence Tunnel" - }, -/area/centcom) -"UH" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"UI" = ( -/obj/structure/curtain/medical, -/turf/unsimulated/floor/tile, -/area/centcom) -"UJ" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"UK" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"UL" = ( -/obj/item/clothing/under/rank/centcom_captain, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/dress, -/obj/item/storage/backpack/satchel/leather, -/obj/item/device/radio/headset/ert, -/obj/item/clothing/head/beret/solgov/marcom{ - name = "\improper Operations Coordinator Beret" - }, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/glasses/eyepatch/hud/security, -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Operations Coordinator" - }, -/obj/item/storage/belt/holster/security, -/obj/item/gun/projectile/revolver/mateba, -/obj/item/ammo_magazine/c44, -/obj/item/ammo_magazine/c44, -/obj/item/ammo_magazine/c44, -/obj/item/ammo_magazine/box/a50, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"UN" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 4 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"UP" = ( -/obj/structure/table/standard, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/obj/item/clothing/accessory/solgov/department/command/marine, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"UQ" = ( -/turf/space{ - icon_state = "black" - }, -/area/space) -"UR" = ( -/obj/structure/table/standard, -/obj/structure/table/standard, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"US" = ( -/obj/structure/closet/crate/secure/biohazard{ - req_access = null - }, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"UT" = ( -/obj/structure/closet/secure_closet/guard/breachautomatics, -/obj/effect/floor_decal/corner/black/border{ - dir = 5 - }, -/obj/effect/floor_decal/corner/black/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"UU" = ( -/obj/machinery/vending/wallmed1{ - pixel_y = 32 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"UW" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor/tile, -/area/centcom) -"UX" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"UZ" = ( -/obj/random/snack, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/centcom) -"Ve" = ( -/obj/structure/table/standard, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/under/color/orange, -/obj/item/clothing/under/color/orange, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"Vf" = ( -/obj/structure/bed/chair/comfy/red{ - dir = 1; - name = "HCZ Commander" - }, -/obj/effect/floor_decal/corner/red/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Vg" = ( -/obj/structure/table/woodentable, -/obj/machinery/photocopier/faxmachine, -/obj/effect/floor_decal/spline/fancy/black{ - dir = 8 - }, -/turf/simulated/floor/carpet/blue, -/area/centcom) -"Vh" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/clothing/under/suit_jacket/really_black, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Vo" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Vp" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Vq" = ( -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/item/storage/belt/utility/full, -/obj/effect/floor_decal/corner/black/bordercee{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Vt" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/unsimulated/floor/grass{ - color = "#799c4b"; - icon = 'icons/turf/jungle.dmi'; - icon_state = "greygrass" - }, -/area/centcom) -"Vw" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 10 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Vx" = ( -/obj/structure/closet/crate/bin{ - anchored = 1; - name = "trash bin" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"VA" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/scp/m16_mag/ext, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/item/ammo_magazine/box/a556, -/obj/effect/floor_decal/corner/research/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"VB" = ( -/obj/machinery/body_scanconsole{ - dir = 4 - }, -/turf/unsimulated/floor/tile, -/area/centcom) -"VD" = ( -/turf/simulated/floor/wood/mahogany, -/area/centcom/goc) -"VF" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Base"; - req_access = list("ACCESS_MTF") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"VG" = ( -/obj/effect/floor_decal/corner/pink/border{ - dir = 8 - }, -/obj/effect/floor_decal/corner/pink/border{ - dir = 4 - }, -/obj/machinery/door/airlock/vault{ - name = "Intelligence Agency commander room"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"VH" = ( -/obj/machinery/vending/wallmed1{ - dir = 4; - pixel_x = -21 - }, -/obj/structure/table/standard, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"VJ" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/security/brig) -"VL" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"VN" = ( -/obj/effect/floor_decal/corner/green{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"VO" = ( -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1" - }, -/obj/structure/railing/mapped{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"VP" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"VQ" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 9 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"VU" = ( -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/misc.dmi'; - icon_state = "concrete" - }, -/area/centcom) -"VV" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/centcom) -"VW" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 1 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"VX" = ( -/obj/effect/floor_decal/corner/brown/half{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"VY" = ( -/obj/structure/table/rack, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/effect/floor_decal/corner/research/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"VZ" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Wb" = ( -/obj/structure/closet, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"Wc" = ( -/obj/structure/table/reinforced, -/obj/item/deck/cards{ - pixel_x = -5; - pixel_y = 10 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"We" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Wf" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Alpha-1 Gear Closet" - }, -/obj/item/clothing/mask/gas/alpha, -/obj/item/clothing/gloves/tactical/alpha, -/obj/item/clothing/under/scp/alpha, -/obj/item/clothing/head/beret/scp/alpha, -/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha, -/obj/item/clothing/glasses/thermal, -/obj/item/clothing/glasses/night, -/obj/item/storage/belt/holster/security/tactical, -/obj/item/gun/projectile/pistol/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/ammo_magazine/scp/usp45, -/obj/item/material/knife/combat, -/obj/item/clothing/shoes/swat, -/obj/item/crowbar/prybar, -/obj/item/device/radio/headset/specops, -/obj/item/clothing/accessory/storage/bandolier, -/obj/item/ammo_magazine/box/a45, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Wg" = ( -/obj/machinery/vending/cola{ - dir = 1; - name = "Robust Softdrinks"; - prices = list() - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Wh" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/flashbangs, -/obj/item/storage/box/flashbangs, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Wi" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/handcuffs, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Wl" = ( -/obj/machinery/papershredder, -/turf/simulated/floor/carpet/blue, -/area/centcom) -"Wn" = ( -/obj/structure/flora/pottedplant/floorleaf, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Wo" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/centcom) -"Wp" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Wt" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/item/clothing/suit/armor/mtftactical, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Wu" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/green/mono, -/obj/item/pen, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"Ww" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/door/blast/shutters{ - dir = 4; - id_tag = "supply_shuttle"; - name = "Supply Drone Shutters" - }, -/turf/simulated/floor/plating, -/area/centcom) -"Wx" = ( -/obj/effect/shuttle_landmark/goc1/start, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"Wy" = ( -/obj/machinery/button/blast_door{ - id_tag = "helicopter-left"; - name = "MTF Helicopter Side Doors"; - req_access = list("ACCESS_MTF") - }, -/turf/simulated/wall/r_wall, -/area/centcom) -"WA" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/shuttle/black, -/area/centcom) -"WB" = ( -/obj/effect/floor_decal/spline/fancy/black, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"WE" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/yellow/mono, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"WI" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom/goc) -"WJ" = ( -/obj/machinery/vending/security{ - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"WK" = ( -/obj/item/storage/pill_bottle/amnesticsb, -/obj/structure/table/reinforced, -/obj/item/storage/pill_bottle/amnesticsb, -/obj/item/storage/pill_bottle/amnesticsb, -/obj/machinery/vending/wallmed1{ - pixel_y = 32 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"WL" = ( -/obj/machinery/papershredder, -/turf/simulated/floor/wood/mahogany, -/area/centcom/goc) -"WM" = ( -/obj/machinery/vending/tool, -/obj/effect/floor_decal/corner/red/bordercee{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"WN" = ( -/obj/structure/bed/chair, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"WO" = ( -/obj/structure/table/reinforced, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/item/toy/figure/md{ - desc = "Awwww, a cute Medical Doctor action figure." - }, -/obj/effect/floor_decal/corner/blue/border, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"WP" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1"; - pixel_x = -7 - }, -/obj/structure/railing/mapped{ - dir = 8; - icon_state = "railing0-1"; - pixel_x = 7 - }, -/turf/simulated/floor/reinforced, -/area/centcom) -"WR" = ( -/obj/structure/iv_drip, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"WS" = ( -/obj/structure/flora/pottedplant/flower, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"WT" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/unsimulated/floor/grass{ - color = "#799c4b"; - icon = 'icons/turf/jungle.dmi'; - icon_state = "greygrass" - }, -/area/centcom) -"WU" = ( -/obj/structure/flora/pottedplant/flower, -/obj/effect/floor_decal/spline/fancy/black{ - dir = 5 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"WV" = ( -/obj/structure/table/standard, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/obj/item/clothing/glasses/tacgoggles, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"WW" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"WZ" = ( -/obj/machinery/vending/coffee{ - prices = list() - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Xb" = ( -/obj/structure/target_stake, -/obj/item/target, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Xd" = ( -/obj/effect/floor_decal/corner/black/full, -/obj/machinery/button/blast_door{ - name = "Grenades and special weapon"; - machine_name = "heavyrescue50"; - id_tag = "heavyrescue50" - }, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"Xf" = ( -/obj/structure/table/standard, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/obj/item/clothing/suit/armor/swat/officer, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Xj" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Xk" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Xm" = ( -/obj/machinery/door/airlock/vault{ - name = "Mobile Task Force Hanger"; - req_access = list("ACCESS_MTF") - }, -/obj/effect/floor_decal/corner/lightgrey/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Xo" = ( -/obj/machinery/vending/cigarette{ - name = "cigarette machine"; - prices = list() - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Xt" = ( -/obj/effect/floor_decal/corner/blue/bordercorner{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Xw" = ( -/obj/structure/flora/pottedplant/orientaltree, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Xx" = ( -/obj/structure/bed/chair{ - dir = 4; - pixel_x = 7 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"Xy" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood/mahogany, -/area/centcom/goc) -"Xz" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 9 - }, -/obj/machinery/vending/mredispenser, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"XC" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"XG" = ( -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"XL" = ( -/obj/machinery/light, -/obj/structure/closet/crate, -/obj/item/device/flashlight/flare, -/obj/item/device/flashlight/flare, -/obj/item/device/flashlight/flare, -/obj/item/device/flashlight/flare, -/obj/item/device/flashlight/flare, -/obj/item/device/flashlight, -/obj/item/device/flashlight, -/obj/item/device/flashlight, -/obj/item/device/flashlight, -/obj/item/device/flashlight, -/obj/random/powercell, -/obj/random/powercell, -/obj/random/powercell, -/obj/item/bedsheet, -/obj/item/bedsheet, -/obj/item/bedsheet, -/obj/item/bedsheet, -/obj/item/book{ - name = "Crisis Management 101"; - desc = "Overall pretty uninformative, the back cover summed it up pretty well with Step 1: Don't panic." - }, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"XO" = ( -/obj/structure/flora/pottedplant/minitree, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"XP" = ( -/obj/structure/closet/secure_closet/guard/breachautomatics, -/obj/effect/floor_decal/corner/black/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black/border{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"XQ" = ( -/obj/structure/closet, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"XU" = ( -/obj/effect/floor_decal/spline/fancy/black{ - dir = 8 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"XV" = ( -/obj/structure/table/standard, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"XY" = ( -/obj/machinery/button/blast_door{ - id_tag = "05blastdoor2"; - name = "05 Blast door"; - pixel_y = -9 - }, -/turf/unsimulated/wall, -/area/centcom) -"Ya" = ( -/obj/structure/table/standard, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/under/color/orange, -/obj/item/clothing/under/color/orange, -/obj/item/clothing/shoes/orange, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom/goc) -"Yc" = ( -/obj/structure/bed/chair, -/turf/simulated/floor/tiled/monotile, -/area/site53/tram/maintrain) -"Yd" = ( -/obj/effect/floor_decal/corner/paleblue/bordercorner, -/obj/effect/floor_decal/corner/paleblue/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ye" = ( -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Yf" = ( -/obj/machinery/door/airlock/vault{ - name = "Gear rooms"; - req_access = list("ACCESS_ADMIN_LEVEL1"); - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Yg" = ( -/obj/machinery/door/blast/regular{ - name = "Civil Access"; - id_tag = "Centcom Civ" - }, -/turf/simulated/floor/tiled, -/area/centcom) -"Yi" = ( -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Yk" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/obj/machinery/vending/medical{ - dir = 1; - req_access = list() - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Yo" = ( -/obj/effect/catwalk_plated/dark, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 4; - icon_state = "railing0-1" - }, -/turf/simulated/floor, -/area/site53/tram/maintrain) -"Yq" = ( -/obj/structure/table/rack, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/item/rig/hazmat/equipped, -/obj/effect/floor_decal/corner/yellow/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Yr" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Gear Closet" - }, -/obj/item/clothing/head/helmet/scp/donor2, -/obj/item/clothing/accessory/solgov/department/security/fleet, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Ys" = ( -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/red/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Yt" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/ivbag/amnesticsf{ - pixel_x = 7 - }, -/obj/item/reagent_containers/ivbag/amnesticsf{ - pixel_x = 7 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Yv" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/supply/dock) -"Yw" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/security/brig) -"Yy" = ( -/obj/machinery/door/airlock/security{ - name = "Holding Cells"; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Yz" = ( -/obj/item/clothing/head/helmet/scp/goc, -/obj/item/clothing/suit/armor/goc, -/obj/structure/closet, -/obj/item/storage/belt/holster/security, -/obj/item/clothing/gloves/thick/swat, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/glasses/night, -/obj/item/device/radio/headset/goc, -/obj/item/clothing/under/solgov/utility/marine/urban, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/goc) -"YB" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"YE" = ( -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/lightgrey/bordercorner{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"YF" = ( -/obj/structure/table/reinforced, -/obj/machinery/vending/wallmed1{ - pixel_y = 32 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"YI" = ( -/obj/structure/bed, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"YK" = ( -/obj/machinery/button/blast_door{ - id_tag = "originMTF"; - name = "Epislon-9 Exit Shutters button"; - dir = 4; - pixel_x = -25 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"YL" = ( -/obj/structure/bed/chair/shuttle/black{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/goc1) -"YM" = ( -/obj/machinery/door/airlock/security{ - name = "Holding Cells"; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"YO" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/syringe/amnesticsc, -/obj/item/reagent_containers/syringe/amnesticsc, -/obj/item/reagent_containers/syringe/amnesticsc, -/obj/item/reagent_containers/syringe/amnesticsc, -/obj/item/reagent_containers/syringe/amnesticsc, -/obj/item/reagent_containers/syringe/amnesticsc, -/obj/item/reagent_containers/syringe/amnesticsc, -/obj/item/reagent_containers/syringe/amnesticsc, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"YQ" = ( -/obj/structure/bed/chair/office, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/site53/tram/car1) -"YR" = ( -/obj/machinery/vending/soda{ - dir = 8 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"YS" = ( -/obj/effect/floor_decal/corner/black/border{ - dir = 8 - }, -/obj/effect/floor_decal/corner/black/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"YX" = ( -/obj/machinery/power/apc/alien, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/security/brig) -"YZ" = ( -/obj/structure/curtain/medical, -/turf/unsimulated/floor/tile, -/area/centcom/goc) -"Za" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"Zb" = ( -/obj/machinery/bodyscanner, -/obj/effect/floor_decal/corner/blue/border{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Zc" = ( -/obj/structure/table/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/effect/floor_decal/corner/black/border, -/obj/effect/floor_decal/corner/black/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Ze" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"Zf" = ( -/obj/machinery/vending/security{ - dir = 4; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/obj/effect/floor_decal/corner/orange/border{ - dir = 10 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Zh" = ( -/obj/structure/hygiene/shower, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Zi" = ( -/obj/machinery/vending/coffee{ - prices = list(); - dir = 1 - }, -/obj/effect/floor_decal/corner/black/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Zn" = ( -/obj/machinery/vending/wallmed1{ - dir = 4; - pixel_x = -21 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "techmaint" - }, -/area/centcom) -"Zp" = ( -/obj/effect/floor_decal/corner/brown/half{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/centcom) -"Zq" = ( -/obj/structure/table/standard, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/item/grenade/frag, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Zr" = ( -/obj/machinery/vending/medical{ - dir = 8; - req_access = list() - }, -/obj/effect/floor_decal/corner/blue/border{ - dir = 4; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/monotile/white, -/area/centcom/goc) -"Zt" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/item/storage/box/ammo/shotgunshells, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black/full, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"Zu" = ( -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/monotile, -/area/centcom) -"Zx" = ( -/obj/item/modular_computer/console/preset/cardslot/command_sec, -/obj/effect/floor_decal/corner/white/border{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"Zz" = ( -/obj/machinery/vending/cola{ - dir = 8 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"ZA" = ( -/turf/unsimulated/floor{ - icon_state = "snow" - }, -/area/centcom) -"ZC" = ( -/turf/unsimulated/floor/grass{ - color = "#799c4b"; - icon = 'icons/turf/jungle.dmi'; - icon_state = "greygrass" - }, -/area/centcom) -"ZD" = ( -/obj/structure/bed/chair/comfy/red{ - dir = 1; - name = "Guard Commander" - }, -/obj/effect/floor_decal/corner/purple/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/centcom/goc) -"ZE" = ( -/obj/structure/table/rack, -/obj/item/gun/launcher/grenade, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/item/grenade/frag/shell, -/obj/effect/floor_decal/corner/paleblue/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ZI" = ( -/obj/item/storage/belt/holster/security/tactical, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/suit/storage/vest/tactical, -/obj/item/clothing/head/helmet/nt{ - name = "security helmet" - }, -/obj/item/clothing/mask/balaclava/tactical, -/obj/item/storage/backpack/rucksack/tan, -/obj/structure/closet, -/obj/item/clothing/glasses/night, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/chaos) -"ZK" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood/mahogany, -/area/centcom/goc) -"ZL" = ( -/obj/machinery/button/alternate/door/bolts{ - id_tag = "GOC con 2" - }, -/turf/simulated/wall/titanium, -/area/centcom/goc) -"ZO" = ( -/obj/machinery/door/airlock/glass/security{ - name = "Holding Cell"; - req_access = list("ACCESS_SECURITY_LEVEL3") - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"ZP" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"ZQ" = ( -/turf/unsimulated/wall{ - desc = "A secure airlock. Doesn't look like you can get through easily."; - dir = 1; - icon = 'icons/obj/doors/vault/door.dmi'; - icon_state = "closed"; - name = "Exit" - }, -/area/centcom) -"ZS" = ( -/obj/effect/floor_decal/corner/yellow/bordercorner{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ZV" = ( -/obj/structure/table/marble, -/obj/machinery/door/window/brigdoor/northright{ - name = "Head of arsenal" - }, -/obj/machinery/door/window/brigdoor/southright, -/obj/machinery/door/blast/shutters{ - name = "Lockdown"; - id_tag = "Lockdown.101" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/centcom/goc) -"ZW" = ( -/obj/machinery/vending/security{ - req_access = null - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red/border, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom) -"ZX" = ( -/obj/structure/closet/secure_closet{ - icon = 'icons/obj/sec-lockers.dmi'; - icon_closed = "agent-unlocked"; - icon_locked = "agent-locked"; - icon_off = "agent-off"; - icon_opened = "agent-opem"; - icon_state = "agent-locked"; - name = "Gear Closet" - }, -/obj/item/clothing/head/helmet/augment, -/obj/item/clothing/accessory/solgov/department/service/marine, -/turf/unsimulated/floor{ - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "monotiledark" - }, -/area/centcom) -"ZY" = ( -/obj/structure/table/reinforced, -/obj/item/device/taperecorder, -/obj/item/device/tape, -/obj/item/device/tape, -/obj/item/device/tape, -/obj/item/device/tape, -/turf/unsimulated/floor/techfloor, -/area/centcom) -"ZZ" = ( -/obj/machinery/vending/snack{ - dir = 8 - }, -/turf/unsimulated/floor/techfloor, -/area/centcom) +"aa" = (/turf/unsimulated/wall,/area/space) +"ab" = (/turf/space,/area/space) +"ac" = (/obj/structure/flora/grass/green,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"ae" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/effect/floor_decal/corner/orange/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"af" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/shuttle/black,/area/centcom) +"ag" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"ah" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"},/obj/machinery/door/blast/regular{id_tag = "MTFCaRD2"; name = "MTF Complaints and Reports departament"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ai" = (/obj/effect/floor_decal/corner/pink/border{dir = 10},/obj/machinery/acting/changer,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"aj" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/obj/item/clothing/under/confederacy,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"al" = (/obj/structure/table/standard,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/obj/item/clothing/accessory/ubac,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"am" = (/obj/machinery/status_display{pixel_y = 30},/obj/structure/handrail,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"an" = (/obj/effect/floor_decal/corner/blue/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"ap" = (/obj/machinery/vending/coffee{prices = list(); dir = 1},/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ar" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 1},/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"as" = (/turf/simulated/wall/r_wall,/area/space) +"at" = (/obj/machinery/acting/changer/mirror{pixel_y = 27},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"au" = (/obj/structure/showcase{desc = "An expensive set of avionics and controls to allow a trained pilot to fly even more effectively or allow an untrained pilot to operate the heli. Too bad this heli is broken down."; icon = 'icons/obj/computer.dmi'; icon_state = "computer"; name = "helicopter controls"},/turf/simulated/floor/shuttle/black,/area/centcom) +"av" = (/obj/machinery/vending/boozeomat{req_access = list()},/turf/simulated/floor/wood,/area/centcom) +"aw" = (/obj/effect/floor_decal/corner/green/border{dir = 10},/obj/item/clothing/shoes/tactical,/obj/item/clothing/gloves/tactical,/obj/item/clothing/under/tactical,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Nu-7 Gear Closet"},/obj/item/clothing/suit/armor/mtfheavy,/obj/item/clothing/head/helmet/mtfheavy,/obj/item/clothing/mask/gas,/obj/item/clothing/glasses/tacgoggles,/obj/item/device/radio/headset/ert,/obj/item/grenade/flashbang/clusterbang,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/plastique,/obj/item/plastique,/obj/item/crowbar/red,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/accessory/storage/bandolier,/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ax" = (/obj/machinery/computer/shuttle_control{name = "MTF Helicopter"; req_access = list("ACCESS_MTF"); shuttle_tag = "MTF Helicopter"},/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"ay" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/goc{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"az" = (/turf/simulated/floor/shuttle/black,/area/centcom) +"aA" = (/obj/machinery/light,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"aB" = (/obj/machinery/button/blast_door{id_tag = "GOC gateway"},/turf/simulated/wall/titanium,/area/centcom/goc) +"aF" = (/obj/machinery/vending/security,/obj/effect/floor_decal/corner/black/full,/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"aG" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/shutters{dir = 4; explosion_resistance = 100; id_tag = "helicopter-left"; name = "MTF Helicopter"},/turf/simulated/floor/shuttle/white,/area/centcom) +"aH" = (/obj/structure/closet/secure_closet/medical2,/turf/unsimulated/floor/tile,/area/centcom) +"aJ" = (/obj/machinery/vending/cigarette{dir = 1},/obj/effect/floor_decal/corner/pink/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"aK" = (/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implanter,/obj/structure/table/rack,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"aL" = (/obj/structure/bed/chair/shuttle/black{dir = 1},/turf/simulated/floor/shuttle/black,/area/centcom) +"aM" = (/obj/effect/floor_decal/corner/white/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"aO" = (/turf/unsimulated/floor/sky_impassable,/area/centcom) +"aP" = (/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"aQ" = (/turf/space,/area/centcom) +"aS" = (/obj/machinery/door/airlock/medical{name = "Tram Clinic"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"aT" = (/obj/structure/bed/chair/shuttle/black{dir = 1},/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"aU" = (/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/suit/armor/goc,/obj/structure/closet,/obj/item/storage/belt/holster/security,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/head/solgov/utility,/turf/simulated/floor/wood,/area/centcom/goc) +"aV" = (/obj/item/mech_component/manipulators/combat,/obj/item/cell/hyper,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"aW" = (/obj/item/clothing/under/tactical,/obj/item/clothing/under/tactical,/obj/item/clothing/under/tactical,/obj/item/clothing/under/tactical,/obj/item/clothing/under/tactical,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"aX" = (/obj/machinery/status_display{pixel_y = 30},/obj/structure/bed/chair{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"aY" = (/turf/simulated/wall/r_wall,/area/centcom) +"aZ" = (/obj/structure/window/reinforced,/obj/structure/bed/chair/shuttle/black{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/shuttle/black,/area/centcom) +"ba" = (/obj/machinery/vending/security{req_access = null},/obj/effect/floor_decal/corner/paleblue/border{dir = 9},/obj/machinery/button/blast_door{dir = 4; id_tag = "epislon11"; name = "Epsilon-11 Exit Shutters button"; pixel_x = -25},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bb" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters{name = "MTF Complaints and Reports Department"; id_tag = "MTFCaRD"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bc" = (/obj/item/screwdriver/finger,/obj/item/screwdriver/finger,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bd" = (/obj/effect/floor_decal/corner/blue/mono,/obj/structure/bed/chair/comfy/blue{name = "Site Director"},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"bf" = (/obj/structure/table/rack,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bg" = (/obj/machinery/door/window/southright,/turf/simulated/floor/shuttle/black,/area/centcom) +"bi" = (/obj/structure/window/reinforced,/obj/structure/bed/chair/shuttle/black{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/shuttle/black,/area/centcom) +"bk" = (/obj/effect/floor_decal/corner/lightgrey/border{dir = 4},/obj/effect/floor_decal/corner/lightgrey/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"bl" = (/obj/machinery/vending/weaponry/lcz,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bm" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bn" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/orange/border{dir = 1},/obj/item/flamethrower/full/loaded,/obj/item/material/twohanded/fireaxe,/obj/item/grenade/chem_grenade/incendiary,/obj/item/storage/backpack/dufflebag/firefighter,/obj/item/storage/firstaid/fire,/obj/item/rig/ert/engineer,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bs" = (/obj/structure/table/standard,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/obj/item/device/radio/headset/specops,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bt" = (/obj/effect/floor_decal/corner/white/bordercorner{dir = 1},/obj/effect/floor_decal/corner/white/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bx" = (/turf/simulated/wall/r_wall,/area/site53/tram/mtf) +"by" = (/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/obj/structure/table/rack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bB" = (/obj/structure/window/reinforced,/obj/structure/bed/chair/shuttle/black{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"bC" = (/obj/machinery/door/window/southright,/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"bD" = (/obj/structure/table/standard,/obj/random/action_figure,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bF" = (/obj/structure/window/reinforced,/obj/structure/bed/chair/shuttle/black{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"bG" = (/obj/effect/floor_decal/corner/brown/half,/turf/simulated/floor/tiled,/area/centcom) +"bJ" = (/obj/machinery/vending/cigarette{dir = 1},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bK" = (/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/mask/balaclava,/obj/item/melee/baton/loaded,/obj/item/melee/telebaton,/obj/item/device/flash/advanced,/obj/item/storage/backpack/satchel/leather/navy,/obj/item/device/radio/headset/ert,/obj/item/clothing/glasses/sunglasses/sechud,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "DIS Commander Gear Closet"},/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/item/storage/belt/holster/security/tactical,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/gun/projectile/pistol/usp45,/obj/item/clothing/head/solgov/utility,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bL" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "DIS Commander Gear Closet"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/mask/balaclava,/obj/item/melee/baton/loaded,/obj/item/melee/telebaton,/obj/item/device/flash/advanced,/obj/item/storage/backpack/satchel/leather/navy,/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/item/device/radio/headset/ert,/obj/item/clothing/glasses/sunglasses/sechud,/obj/item/storage/belt/holster/security/tactical,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/gun/projectile/pistol/usp45,/obj/item/clothing/head/solgov/utility,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bM" = (/obj/structure/table/standard,/obj/item/clothing/under/ert/alpha1,/obj/item/clothing/under/ert/beta7,/obj/item/clothing/under/ert/epsilon11,/obj/item/clothing/under/ert/epsilon9,/obj/item/clothing/under/ert/eta10,/obj/item/clothing/under/ert/nu7,/obj/item/clothing/under/ert/omega1,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bN" = (/obj/effect/floor_decal/corner/pink/border,/obj/effect/floor_decal/corner/pink/border{dir = 1},/obj/machinery/door/airlock/vault{name = "Intelligence Agency gear room"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bP" = (/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"bQ" = (/obj/item/gun/magnetic/railgun/tcc,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bR" = (/obj/structure/flora/pottedplant/smalltree,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"bS" = (/obj/structure/table/rack,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"bU" = (/obj/structure/table/standard,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"bV" = (/obj/structure/bed/chair/office{dir = 1},/turf/simulated/floor/tiled,/area/centcom) +"bW" = (/obj/machinery/vending/snack{dir = 1; name = "hacked Getmore Chocolate Corp"; prices = list()},/turf/unsimulated/floor/techfloor,/area/centcom) +"bX" = (/obj/machinery/door/airlock/glass/command,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"bY" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/mono,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"cc" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/under/solgov/mildress,/obj/item/clothing/under/solgov/mildress/marine,/obj/item/clothing/under/solgov/mildress/marine/command,/obj/item/clothing/under/solgov/pt/marine,/obj/item/clothing/under/solgov/utility,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ce" = (/obj/item/mech_equipment/mounted_system/melee/mechete,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"cf" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/shuttle/white,/area/centcom) +"ch" = (/obj/item/melee/whip,/obj/item/melee/whip,/obj/item/melee/whip,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ci" = (/turf/simulated/floor/shuttle/white,/area/centcom) +"cj" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/shuttle/white,/area/centcom) +"ck" = (/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/shuttle/white,/area/centcom) +"cl" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/shutters{dir = 4; explosion_resistance = 100; id_tag = "helicopter-left"; name = "MTF Helicopter"},/turf/simulated/floor/shuttle/white,/area/site53/tram/mtf) +"cm" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/shuttle/white,/area/site53/tram/mtf) +"cn" = (/obj/structure/table/standard,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"co" = (/obj/structure/table/standard,/obj/random/hat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"cp" = (/obj/effect/shuttle_landmark/heli/start,/turf/simulated/floor/shuttle/white,/area/site53/tram/mtf) +"cq" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/shuttle/white,/area/site53/tram/mtf) +"cs" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/shutters{dir = 4; explosion_resistance = 100; id_tag = "helicopter-right"; name = "MTF Helicopter"},/turf/simulated/floor/shuttle/white,/area/site53/tram/mtf) +"cu" = (/obj/effect/floor_decal/corner/green/border{dir = 6},/obj/structure/undies_wardrobe,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"cv" = (/turf/simulated/floor/shuttle/white,/area/site53/tram/mtf) +"cw" = (/turf/unsimulated/mineral,/area/centcom/chaos) +"cx" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/grass,/area/centcom/goc) +"cz" = (/obj/structure/bed/chair,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"cA" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/pink/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"cB" = (/obj/effect/floor_decal/corner/pink/bordercorner{dir = 1},/obj/effect/floor_decal/corner/pink/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"cD" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"cE" = (/obj/structure/bed/chair{dir = 4},/obj/structure/railing/mapped,/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"cF" = (/obj/structure/bed/chair/shuttle/black{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/shuttle/black,/area/centcom) +"cG" = (/obj/structure/bed/chair/shuttle/black{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/shuttle/black,/area/centcom) +"cI" = (/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/item/clothing/under/rank/internalaffairs/plain,/obj/structure/table/standard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"cJ" = (/obj/effect/floor_decal/corner/lightgrey/border,/turf/space,/area/space) +"cK" = (/obj/item/paper_bin,/obj/item/pen,/obj/item/stamp/scp,/obj/structure/table/reinforced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"cL" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"cP" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 8},/obj/effect/floor_decal/corner/green/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"cQ" = (/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/structure/table/rack,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/effect/floor_decal/corner/paleblue/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"cR" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/turf/simulated/floor/wood,/area/centcom/goc) +"cS" = (/obj/machinery/button/blast_door{id_tag = "helicopter-left"; name = "MTF Helicopter Side Doors"; req_access = list("ACCESS_MTF")},/turf/simulated/wall/r_wall,/area/site53/tram/mtf) +"cT" = (/obj/item/gun/magnetic/railgun,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"cU" = (/obj/structure/bed/chair/shuttle/black{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"cX" = (/obj/item/ammo_casing/pistol/used,/obj/item/ammo_casing/pistol/used,/obj/item/ammo_casing/pistol/used,/obj/item/ammo_casing/pistol/used,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"cY" = (/obj/structure/bed/chair/shuttle/black{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"da" = (/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"db" = (/obj/machinery/door/airlock{name = "GOC Outpost"; id_tag = "GOC con 2"},/obj/machinery/door/blast/shutters{id_tag = "GOC con"},/turf/unsimulated/floor/tile,/area/centcom/goc) +"dc" = (/obj/machinery/button/blast_door{id_tag = "helicopter-right"; name = "MTF Helicopter Side Doors"; req_access = list("ACCESS_MTF")},/turf/simulated/wall/r_wall,/area/site53/tram/mtf) +"df" = (/obj/structure/bed/chair/shuttle/black{dir = 4},/turf/simulated/floor/shuttle/black,/area/centcom) +"di" = (/turf/simulated/wall/titanium,/area/centcom/chaos) +"dj" = (/obj/structure/window/reinforced/polarized{dir = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/button/blast_door{pixel_y = -10; id_tag = "CabinShutters"; name = "Cabin Shutters"},/obj/machinery/button/blast_door{name = "Rear Shutters"; id_tag = "RearShutters"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"dl" = (/obj/effect/floor_decal/corner/white/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"dm" = (/obj/item/mech_equipment/mounted_system/taser/laser,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"dn" = (/obj/effect/floor_decal/corner/paleblue/bordercorner,/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"do" = (/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/suit/armor/goc,/obj/structure/closet,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/storage/belt/holster/security/tactical,/obj/item/melee/baton,/obj/item/clothing/accessory/armband/solgov/mp,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"dr" = (/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"dt" = (/obj/structure/bed/chair/shuttle/black{dir = 8},/turf/simulated/floor/shuttle/black,/area/centcom) +"dz" = (/obj/structure/bed/chair{dir = 4},/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"dB" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"dD" = (/obj/structure/bed/chair/shuttle/black{dir = 4},/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"dE" = (/obj/structure/bed/chair/shuttle/black{dir = 8},/turf/simulated/floor/shuttle/black,/area/site53/tram/mtf) +"dF" = (/obj/structure/bed/chair/comfy/green{dir = 4; name = "EZ Senior Agent"},/obj/effect/floor_decal/corner/green/half{dir = 4},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"dG" = (/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/mob/living/carbon/human,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"dJ" = (/obj/structure/closet/wizard/armor,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"dK" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/head/beret/solgov/homeguard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"dL" = (/obj/effect/floor_decal/corner/blue/border{dir = 4; icon_state = "bordercolor"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"dP" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"dQ" = (/obj/effect/decal/cleanable/blood/oil,/turf/unsimulated/floor/reinforced,/area/centcom) +"dS" = (/obj/effect/floor_decal/spline/fancy/black{dir = 6},/turf/unsimulated/floor/techfloor,/area/centcom) +"dT" = (/obj/item/stack/cable_coil/orange{pixel_x = -4; pixel_y = 6},/turf/unsimulated/floor/reinforced,/area/centcom) +"dU" = (/obj/effect/floor_decal/corner/yellow/bordercorner,/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"dV" = (/obj/structure/table/reinforced,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"dW" = (/obj/effect/floor_decal/corner/green/border{dir = 6},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"dX" = (/obj/item/storage/toolbox/mechanical{pixel_x = -13; pixel_y = -17; startswith = list(/obj/item/screwdriver,/obj/item/weldingtool,/obj/item/crowbar,/obj/item/device/scanner/gas,/obj/item/wirecutters)},/obj/item/trash/cigbutt/cigarbutt,/turf/unsimulated/floor/reinforced,/area/centcom) +"dZ" = (/obj/item/wrench{pixel_x = -5; pixel_y = -2},/obj/effect/decal/cleanable/blood/oil,/turf/unsimulated/floor/reinforced,/area/centcom) +"eb" = (/obj/structure/table/standard,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/obj/item/clothing/accessory/solgov/department/command,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ec" = (/obj/structure/grille{health_max = null; health_resistances = list("stun" = 0, "emp" = 0, "radiation" = 0, "bio" = 0, "pain" = 0, "toxin" = 0, "genetic" = 0, "oxy" = 0, "brain" = 0)},/turf/simulated/wall/r_wall,/area/site53/tram/mtf) +"ed" = (/obj/effect/decal/cleanable/blood,/obj/item/ammo_casing/pistol/used,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"eg" = (/obj/structure/grille{health_max = null; health_resistances = list("stun" = 0, "emp" = 0, "radiation" = 0, "bio" = 0, "pain" = 0, "toxin" = 0, "genetic" = 0, "oxy" = 0, "brain" = 0)},/turf/simulated/wall/r_wall,/area/centcom) +"eh" = (/obj/structure/table/standard,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/obj/item/clothing/under/scp/suittie,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ei" = (/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2{desc = "Insignia of Lieutenant."; name = "ranks Lieutenant"},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ej" = (/obj/machinery/light{dir = 1},/turf/simulated/wall/titanium,/area/centcom/goc) +"ek" = (/turf/simulated/floor/exoplanet/grass,/area/centcom/chaos) +"el" = (/obj/structure/bed/chair/padded/blue,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"em" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/obj/item/reagent_containers/glass/bottle/adminordrazine,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"en" = (/obj/structure/flora/pottedplant/tall,/turf/simulated/floor/tiled,/area/centcom) +"es" = (/obj/item/trash/cigbutt/jerichos,/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"eu" = (/obj/structure/sign/warning/secure_area/armory{pixel_x = -30; pixel_y = -2},/obj/effect/floor_decal/corner/paleblue/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ev" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 1; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Workshop"},/area/centcom) +"ex" = (/obj/machinery/door/airlock/vault{name = "Eta-10"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "eta10"; name = "Eta-10"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"eA" = (/obj/structure/bed/chair/comfy/blue{dir = 1; name = "Chief Medical Officer"},/obj/effect/floor_decal/corner/paleblue/half{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"eC" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 5},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"eE" = (/obj/effect/wingrille_spawn/reinforced/crescent,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"eF" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Hanger"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"eG" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/vending/mredispenser{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"eH" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/vending/snack{name = "hacked Getmore Chocolate Corp"; prices = list()},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"eI" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/vending/cola{name = "Robust Softdrinks"; prices = list()},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"eJ" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/vending/coffee{prices = list()},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"eL" = (/turf/unsimulated/mineral,/area/centcom/goc) +"eM" = (/obj/effect/floor_decal/corner/orange/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"eN" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/vending/cigarette{name = "cigarette machine"; prices = list()},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"eO" = (/obj/machinery/door/blast/regular{name = "Civil Access"},/turf/simulated/floor/tiled,/area/centcom) +"eP" = (/turf/simulated/wall/titanium,/area/site53/lhcz/scp1102entrance) +"eQ" = (/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"eR" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"eS" = (/turf/simulated/floor/exoplanet/snow,/area/centcom/goc) +"eT" = (/obj/structure/closet,/obj/item/clothing/gloves/tactical/scp,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/under/rank/centcom_captain,/obj/item/clothing/shoes/dress,/obj/item/clothing/suit/armor/goc,/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/head/beret/scp/goc,/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/obj/item/clothing/mask/gas,/obj/item/storage/backpack/rucksack/blue,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/centcom/goc) +"eU" = (/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"eV" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/simulated/floor/wood,/area/centcom/goc) +"eW" = (/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"eX" = (/obj/machinery/power/port_gen/pacman/super/potato{name = "SCP-1102-RU-2"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"eY" = (/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"eZ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fd" = (/obj/machinery/light{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"ff" = (/turf/unsimulated/floor/scp1102,/area/site53/lhcz/scp1102entrance) +"fg" = (/obj/structure/table/rack,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fh" = (/obj/structure/table/steel_reinforced,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fi" = (/obj/structure/closet/crate,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fj" = (/obj/structure/safe,/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"fk" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fl" = (/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"fm" = (/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"fn" = (/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"fo" = (/obj/structure/bed/chair/office/dark,/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"fp" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"fq" = (/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"fr" = (/obj/machinery/light/small/emergency{dir = 8; icon_state = "bulb1"},/obj/effect/decal/cleanable/ash,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fs" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"ft" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fu" = (/obj/structure/closet/crate,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fv" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/blue/mono,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"fw" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"fx" = (/obj/structure/ladder/scp1102ladder,/turf/unsimulated/floor/scp1102,/area/site53/lhcz/scp1102entrance) +"fy" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/unsimulated/floor/scp1102,/area/site53/lhcz/scp1102entrance) +"fz" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/lhcz/scp1102entrance) +"fA" = (/obj/structure/table/rack,/obj/item/stack/material/wood/fifty,/obj/item/stack/material/wood/ten,/obj/item/stack/material/wood/ten,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fB" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fC" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fD" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"fF" = (/obj/machinery/door/blast/shutters/open{id_tag = "bunker"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"fG" = (/obj/machinery/door/blast/shutters/open{id_tag = "bunker"},/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"fH" = (/obj/machinery/door/airlock,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fI" = (/obj/machinery/light,/obj/structure/bed/chair{dir = 4},/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"fJ" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"fK" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"fL" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"fM" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 1},/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"fN" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"fO" = (/obj/structure/sign/double/map/left{pixel_y = 32},/obj/structure/closet/radiation,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"fP" = (/obj/structure/table/rack,/obj/structure/sign/double/map/right{pixel_y = 32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"fQ" = (/obj/structure/table/steel_reinforced,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fR" = (/obj/structure/table/steel_reinforced,/obj/machinery/light/small/emergency,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"fT" = (/obj/item/remains/mouse,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"fV" = (/obj/structure/table/steel_reinforced,/obj/structure/flora/pottedplant/shoot{pixel_y = 8},/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"fW" = (/obj/structure/closet,/obj/item/stack/material/plastic/ten,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"fX" = (/obj/effect/floor_decal/corner/green/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"fY" = (/obj/structure/table/marble,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"fZ" = (/obj/effect/floor_decal/corner/green/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ga" = (/obj/structure/table/marble,/obj/machinery/reagentgrinder{pixel_y = 6},/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gc" = (/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gd" = (/obj/structure/table/glass,/obj/random/drinkbottle,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"ge" = (/obj/machinery/light{dir = 1; icon_state = "tube1"},/obj/item/trash/tray,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gf" = (/obj/structure/table/glass,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gg" = (/obj/item/mech_component/control_module,/obj/item/robot_parts/robot_component/actuator,/obj/item/robot_parts/robot_component/camera,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"gh" = (/obj/structure/barricade,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gi" = (/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gj" = (/obj/structure/railing/mapped,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gk" = (/obj/structure/railing/mapped,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gl" = (/obj/machinery/door/airlock,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gm" = (/obj/machinery/door/airlock,/turf/simulated/floor/lino,/area/site53/lhcz/scp1102entrance) +"gn" = (/obj/structure/table/marble,/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"go" = (/obj/random/trash,/obj/random/trash,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gp" = (/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"gq" = (/obj/structure/table/glass,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gr" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gs" = (/obj/machinery/computer/shuttle_control{name = "MTF Helicopter"; req_access = null; shuttle_tag = "MTF Helicopter"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"gt" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"},/obj/effect/floor_decal/corner/lightgrey/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"gu" = (/obj/item/clothing/suit/armor/vest/scp/medarmor/eta,/obj/item/clothing/head/helmet/scp/eta,/obj/item/clothing/glasses/hud/scramble,/obj/structure/table/rack,/obj/effect/floor_decal/corner/research/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"gv" = (/obj/machinery/door/airlock,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gw" = (/obj/machinery/light{dir = 1; icon_state = "tube1"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gx" = (/obj/random/trash,/obj/random/trash,/obj/random/trash,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gy" = (/obj/machinery/vending/dinnerware,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gz" = (/obj/machinery/cooker/grill,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gA" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gB" = (/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gC" = (/obj/structure/noticeboard{pixel_y = 32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gD" = (/obj/random/trash,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gE" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gF" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gG" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gH" = (/obj/random/action_figure,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gI" = (/obj/structure/sign/redcross{pixel_y = -32},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gJ" = (/obj/machinery/vending/boozeomat{dir = 1},/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gK" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gL" = (/obj/machinery/cooker/oven,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"gN" = (/obj/effect/decal/cleanable/ash,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gQ" = (/obj/effect/floor_decal/spline/fancy/black{dir = 5},/turf/unsimulated/floor/techfloor,/area/centcom) +"gS" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gT" = (/obj/structure/table/reinforced,/obj/random/action_figure,/obj/random/coin,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gV" = (/obj/structure/table/reinforced,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gW" = (/obj/structure/bed/chair/office/light{dir = 8; icon_state = "officechair_white_preview"},/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gX" = (/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"gY" = (/obj/machinery/door/airlock,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"gZ" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/lhcz/scp1102entrance) +"ha" = (/obj/machinery/door/airlock,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hb" = (/obj/machinery/cooker/cereal,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"hc" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"hd" = (/obj/structure/table/glass,/obj/item/pizzabox/margherita,/obj/item/pizzabox/meat,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"he" = (/obj/structure/table/glass,/obj/random/action_figure,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"hf" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hg" = (/obj/structure/table/reinforced,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hh" = (/obj/structure/table/reinforced,/obj/random/action_figure,/obj/random/action_figure,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hi" = (/obj/structure/table/reinforced,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hj" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"hk" = (/obj/random/trash,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hl" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hm" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hn" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/blue/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"ho" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hp" = (/obj/structure/table/reinforced,/obj/random/firstaid,/obj/random/firstaid,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hq" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"hr" = (/obj/machinery/vending/mredispenser{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"hs" = (/turf/unsimulated/floor/tile,/area/centcom) +"ht" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/item/deck/cards{pixel_x = -5; pixel_y = 10},/obj/item/paper_bin,/obj/item/pen/retractable/blue{pixel_x = 2},/obj/item/pen/retractable/green{pixel_x = 5},/obj/item/pen/retractable/red{pixel_x = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"hv" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Omega-1 Gear Closet"},/obj/item/clothing/gloves/thick/swat/lcz,/obj/item/clothing/shoes/swat,/obj/item/clothing/under/ert/omega1,/obj/item/clothing/mask/gas/swat,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/melee/baton/loaded,/obj/item/material/knife/combat,/obj/item/grenade/flashbang/clusterbang,/obj/item/grenade/frag,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/red,/obj/item/device/flash/advanced,/obj/item/reagent_containers/spray/pepper,/obj/item/device/flashlight/maglight,/obj/item/handcuffs,/obj/item/handcuffs,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_magazine/box/a50,/obj/item/ammo_magazine/box/a50,/obj/item/clothing/head/beret/mtf/omega,/obj/effect/floor_decal/corner/white/border{dir = 10},/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"hw" = (/obj/structure/closet,/obj/random/medical,/obj/random/medical,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hx" = (/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hy" = (/obj/effect/floor_decal/corner/blue/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hz" = (/obj/item/trash/tray,/obj/item/trash/tray,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"hA" = (/obj/structure/bed/chair/office,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"hB" = (/turf/simulated/floor/exoplanet/grass,/area/centcom/goc) +"hC" = (/obj/effect/floor_decal/corner/orange/bordercorner,/obj/effect/floor_decal/corner/orange/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"hD" = (/obj/structure/inflatable/wall,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"hE" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hF" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hG" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hH" = (/obj/structure/table/woodentable,/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hI" = (/obj/structure/bookcase{name = "bookcase (Tactics)"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hJ" = (/obj/structure/bookcase,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hK" = (/obj/structure/table/woodentable,/obj/structure/plushie/ian,/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/item/device/flashlight/flare,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hL" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 8; icon_state = "tube1"},/obj/effect/floor_decal/corner/blue/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hM" = (/obj/structure/closet/crate/medical,/obj/random/medical/lite,/obj/random/medical/lite,/obj/random/medical/lite,/obj/random/medical/lite,/obj/random/medical/lite,/obj/random/medical/lite,/obj/random/medical/lite,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hN" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder,/obj/effect/floor_decal/corner/blue/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"hP" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine{department = "MTF Base"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"hQ" = (/obj/machinery/washing_machine,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"hR" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hS" = (/obj/structure/bed,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hT" = (/obj/random/trash,/obj/random/trash,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"hU" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/item/book/manual/scp/fra,/obj/item/book/manual/scp/fra,/obj/item/book/manual/scp/fra,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"hV" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/surgery,/obj/effect/floor_decal/corner/green/border{dir = 9},/obj/item/reagent_containers/spray/cleaner,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"hW" = (/obj/structure/bed/chair/office/comfy{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/security/brig) +"hY" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/machinery/organ_printer/robot/mapped,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"hZ" = (/obj/structure/bed,/obj/structure/bed{pixel_y = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/centcom/goc) +"ia" = (/obj/structure/bed/chair/wheelchair{dir = 4},/obj/effect/floor_decal/corner/blue/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"ib" = (/obj/effect/floor_decal/corner/blue/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"ic" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/blue/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"id" = (/obj/structure/flora/grass/green,/turf/simulated/floor/exoplanet/snow,/area/centcom/goc) +"ie" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"if" = (/obj/machinery/smartfridge,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"ig" = (/obj/structure/table/rack,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"ih" = (/obj/random/trash,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"ii" = (/obj/structure/table/marble,/obj/item/toy/prize/deathripley,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"ij" = (/obj/structure/railing/mapped{dir = 1; icon_state = "railing0"},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"ik" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"im" = (/obj/structure/bed,/obj/machinery/light/small,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"in" = (/obj/machinery/door/airlock,/turf/simulated/floor/wood,/area/centcom) +"io" = (/obj/structure/curtain/medical,/obj/effect/floor_decal/corner/blue/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"ip" = (/obj/structure/curtain/medical,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iq" = (/obj/structure/curtain/medical,/obj/effect/floor_decal/corner/blue/mono,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"ir" = (/obj/structure/iv_drip,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"is" = (/obj/machinery/vending/medical{req_access = newlist()},/obj/effect/floor_decal/corner/blue/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"it" = (/obj/structure/bed/chair/office{dir = 4; icon_state = "chair_preview"},/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"iu" = (/obj/structure/table/marble,/obj/random/drinkbottle,/obj/random/drinkbottle,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"iv" = (/obj/machinery/button/blast_door{id_tag = "supply_shuttle"; name = "Supply Drone Shutter Control"},/obj/effect/paint/silver,/turf/simulated/wall/r_titanium,/area/centcom) +"iw" = (/obj/structure/table/marble,/obj/random/coin,/obj/random/coin,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"ix" = (/obj/machinery/vending/fitness,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"iy" = (/obj/machinery/vending/cigarette,/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"iz" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"iA" = (/obj/machinery/vending/classdwater,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"iB" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/obj/effect/floor_decal/corner/blue/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iC" = (/obj/structure/table/reinforced,/obj/random/action_figure,/obj/random/firstaid,/obj/effect/floor_decal/corner/blue/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iD" = (/obj/machinery/cooker/fryer,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"iF" = (/obj/machinery/door/airlock{name = "Chaos Insurgency Outpost"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"iG" = (/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"iH" = (/obj/machinery/light,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"iI" = (/obj/structure/kitchenspike,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"iJ" = (/obj/structure/bed,/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"iK" = (/obj/structure/table/woodentable,/obj/item/toy/figure/paramedic,/obj/item/instrument/guitar,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"iL" = (/obj/structure/table/woodentable,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"iM" = (/obj/machinery/optable,/obj/effect/floor_decal/corner/blue/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iN" = (/obj/structure/closet/secure_closet/medical2,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iO" = (/obj/structure/curtain/medical,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iP" = (/obj/structure/iv_drip,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iQ" = (/obj/machinery/light,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iR" = (/obj/machinery/vending/medical{req_access = newlist()},/obj/effect/floor_decal/corner/blue/border{dir = 6},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"iS" = (/obj/structure/barricade,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"iT" = (/obj/item/remains/mouse,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"iU" = (/obj/structure/table/woodentable,/obj/structure/flora/pottedplant/flower{pixel_y = 12},/obj/machinery/light/small{dir = 8; icon_state = "bulb1"},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"iV" = (/obj/structure/bookcase/manuals/research_and_development,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"iW" = (/obj/structure/bookcase/manuals/medical,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"iX" = (/obj/structure/table/woodentable,/obj/machinery/light/small{dir = 4; pixel_y = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"iY" = (/obj/structure/inflatable/door,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"iZ" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"ja" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/machinery/organ_printer/flesh/mapped{max_stored_matter = 9000; stored_matter = 9000},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"jc" = (/obj/machinery/light/small,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"jd" = (/obj/structure/bed/chair/comfy/lime{dir = 8},/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"je" = (/obj/machinery/door/airlock,/obj/structure/barricade,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jf" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/wall/titanium,/area/site53/lhcz/scp1102entrance) +"jg" = (/obj/machinery/door/airlock,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood,/area/site53/lhcz/scp1102entrance) +"jh" = (/obj/structure/table/rack,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"ji" = (/obj/structure/closet,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jj" = (/obj/item/remains/robot,/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"jk" = (/obj/structure/table/steel_reinforced,/obj/machinery/light/small/emergency{dir = 8; icon_state = "bulb1"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jl" = (/obj/structure/janitorialcart,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jm" = (/obj/structure/table/rack,/obj/random/toolbox,/obj/machinery/light/small/emergency{dir = 4; icon_state = "bulb1"},/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jn" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jo" = (/obj/machinery/floodlight,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jp" = (/obj/structure/table/steel_reinforced,/obj/random/accessory,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jq" = (/obj/machinery/chemical_dispenser/ert,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"jr" = (/obj/random/soap,/obj/item/device/flashlight/flare,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"js" = (/obj/structure/closet/secure_closet/guard/breachautomatics{req_access = newlist()},/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jt" = (/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"ju" = (/obj/effect/paint_stripe/green,/turf/simulated/wall/prepainted,/area/site53/tram/maintrain) +"jv" = (/turf/unsimulated/floor/plating,/area/space) +"jw" = (/obj/structure/table/steel_reinforced,/obj/random/action_figure,/obj/random/action_figure,/obj/random/action_figure,/obj/machinery/light/small/emergency,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jx" = (/obj/structure/table/standard,/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"jy" = (/obj/structure/table/steel_reinforced,/obj/machinery/light/small/emergency,/turf/simulated/floor/tiled/steel_ridged,/area/site53/lhcz/scp1102entrance) +"jz" = (/obj/machinery/chem_master,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"jB" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"jC" = (/obj/structure/flora/tree/dead,/turf/simulated/floor/exoplanet/snow,/area/centcom/goc) +"jD" = (/obj/structure/flora/tree/dead,/turf/simulated/floor/exoplanet/grass,/area/centcom/goc) +"jE" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/site53/tram/car1) +"jF" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"jG" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"jH" = (/obj/machinery/computer/shuttle_control{shuttle_tag = "Chaos Car 1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"jI" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/wood,/area/centcom/chaos) +"jJ" = (/obj/structure/closet,/obj/item/device/radio/headset/syndicate,/obj/item/device/flashlight/maglight,/obj/item/clothing/under/scp/utility/chaos,/obj/item/clothing/shoes/dutyboots,/turf/simulated/floor/wood,/area/centcom/chaos) +"jK" = (/obj/machinery/reagentgrinder,/obj/item/stack/material/phoron/fifty,/obj/item/stack/material/phoron/fifty,/obj/item/stack/material/phoron/fifty,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"jL" = (/obj/structure/table/reinforced,/obj/machinery/reagent_temperature/cooler{pixel_x = 7; pixel_y = 3},/obj/machinery/reagent_temperature{pixel_x = -7; pixel_y = 3},/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"jM" = (/obj/structure/closet,/obj/machinery/light{dir = 1},/obj/item/device/radio/headset/syndicate,/obj/item/device/flashlight/maglight,/obj/item/clothing/under/scp/utility/chaos,/obj/item/clothing/shoes/dutyboots,/turf/simulated/floor/wood,/area/centcom/chaos) +"jN" = (/obj/structure/grille,/turf/simulated/floor/exoplanet/snow,/area/site53/tram/car1) +"jO" = (/obj/structure/bed/chair/office{dir = 1; icon_state = "chair_preview"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"jP" = (/obj/structure/grille,/turf/simulated/floor/exoplanet/grass,/area/site53/tram/car1) +"jQ" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/wood,/area/centcom/chaos) +"jR" = (/obj/structure/bed,/obj/structure/bed{pixel_y = 8},/obj/effect/landmark{name = "Syndicate-Spawn"},/turf/simulated/floor/wood,/area/centcom/chaos) +"jS" = (/turf/simulated/floor/wood,/area/centcom/chaos) +"jT" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/centcom/chaos) +"jU" = (/obj/structure/flora/grass/both,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"jV" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"jW" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/hypospray,/obj/item/reagent_containers/hypospray,/obj/item/reagent_containers/hypospray,/obj/item/reagent_containers/hypospray,/obj/item/reagent_containers/hypospray,/obj/item/reagent_containers/hypospray,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/bottle/inaprovaline,/obj/item/reagent_containers/glass/bottle/inaprovaline,/obj/item/reagent_containers/glass/bottle/inaprovaline,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"jY" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"jZ" = (/obj/structure/bed/chair/office,/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"ka" = (/obj/structure/bed/chair/shuttle/black{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"kb" = (/obj/structure/flora/ausbushes/sunnybush,/turf/simulated/floor/exoplanet/grass,/area/centcom/chaos) +"ke" = (/obj/machinery/door/airlock/hatch{dir = 8; icon_state = "closed"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"kf" = (/obj/effect/shuttle_landmark/chaos1/start,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"kg" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/centcom/chaos) +"kh" = (/obj/effect/decal/cleanable/dirt,/turf/unsimulated/floor/scp1102,/area/site53/lhcz/scp1102entrance) +"ki" = (/obj/effect/floor_decal/industrial/warning,/turf/unsimulated/floor/scp1102,/area/site53/lhcz/scp1102entrance) +"kj" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning,/turf/unsimulated/floor/scp1102,/area/site53/lhcz/scp1102entrance) +"kk" = (/obj/structure/flora/grass/brown,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"kl" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/wood,/area/centcom/chaos) +"km" = (/obj/structure/bed/chair/office{dir = 1; icon_state = "chair_preview"},/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"ko" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/snow,/area/centcom/goc) +"kp" = (/obj/structure/railing/mapped,/obj/structure/closet/crate/bin,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"ks" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/structure/iv_drip,/obj/item/reagent_containers/ivbag/blood/OMinus,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"kt" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/wood,/area/centcom/goc) +"kw" = (/obj/structure/iv_drip,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"kx" = (/obj/structure/railing/mapped,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"ky" = (/obj/structure/railing/mapped,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"kz" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "chaos1"; name = "Car Storage Shutters button"; pixel_y = -23},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"kA" = (/obj/structure/coatrack,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"kB" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/sign/greencross{pixel_x = -32; pixel_y = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"kC" = (/obj/effect/floor_decal/corner/black/bordercorner{dir = 4},/obj/effect/floor_decal/corner/black/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"kE" = (/obj/structure/ore_box,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"kF" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"kG" = (/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/obj/structure/table/rack,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/obj/item/ammo_magazine/shotholder,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"kH" = (/obj/structure/window/reinforced/tinted/frosted{dir = 8},/obj/structure/window/reinforced/tinted/frosted{dir = 4},/obj/structure/window/reinforced/tinted/frosted,/obj/structure/railing/mapped{dir = 1},/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/grass,/area/centcom) +"kI" = (/obj/machinery/vending/snack,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"kJ" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"kK" = (/obj/structure/table/woodentable/maple,/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"kL" = (/obj/item/melee/whip/abyssal,/obj/item/melee/whip/abyssal,/obj/item/melee/whip/abyssal,/obj/item/melee/whip/abyssal,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"kM" = (/turf/simulated/floor/lino,/area/centcom/chaos) +"kN" = (/obj/structure/bed/chair{dir = 1; pixel_y = 14},/turf/simulated/floor/wood,/area/centcom/goc) +"kO" = (/obj/structure/railing/mapped,/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"kP" = (/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/lino,/area/centcom/chaos) +"kQ" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"kS" = (/obj/machinery/light/small{dir = 1; icon_state = "bulb1"},/turf/simulated/floor/tiled/techfloor,/area/centcom/chaos) +"kT" = (/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom/goc) +"kW" = (/obj/machinery/door/blast/shutters{id_tag = "chaos1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"kX" = (/obj/structure/table/woodentable,/turf/simulated/floor/lino,/area/centcom/chaos) +"kY" = (/obj/structure/table/woodentable,/obj/random/snack,/turf/simulated/floor/lino,/area/centcom/chaos) +"kZ" = (/obj/structure/bed/chair/comfy/black{dir = 8},/turf/simulated/floor/lino,/area/centcom/chaos) +"la" = (/obj/structure/table/steel_reinforced,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lb" = (/obj/structure/table/steel_reinforced,/obj/structure/bedsheetbin,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"ld" = (/obj/machinery/button/blast_door{id_tag = "Nu-7"; name = "Nu-7 Exit Shutters button"; pixel_y = 23},/obj/effect/floor_decal/corner/green/border{dir = 5},/obj/structure/table/rack,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"lh" = (/obj/machinery/vending/coffee{prices = list(); dir = 1},/obj/effect/floor_decal/corner/pink/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"lj" = (/obj/structure/flora/ausbushes/stalkybush,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"ll" = (/obj/effect/landmark{name = "Nuclear-Bomb"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"lm" = (/obj/structure/table/steel_reinforced,/obj/random/drinkbottle,/obj/item/device/megaphone,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lo" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lq" = (/obj/structure/window/reinforced/polarized,/obj/machinery/computer/station_alert/all{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"lr" = (/obj/machinery/vending/weaponry/goc,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 0},/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"lt" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"lu" = (/obj/structure/table/woodentable,/obj/machinery/light,/turf/simulated/floor/lino,/area/centcom/chaos) +"lv" = (/obj/structure/bed/chair/comfy/black{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/centcom/chaos) +"lw" = (/obj/structure/bed/chair/office/light{dir = 8; icon_state = "officechair_white_preview"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lx" = (/obj/structure/table/steel_reinforced,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"ly" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"lz" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/techfloor,/area/centcom/chaos) +"lA" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/techfloor,/area/centcom/chaos) +"lB" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"lC" = (/obj/effect/paint_stripe/paleblue,/turf/simulated/wall/r_wall,/area/site53/tram/goc1) +"lD" = (/obj/structure/bed,/obj/structure/bed{pixel_y = 8},/obj/effect/floor_decal/corner/paleblue/border{dir = 10},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/centcom/goc) +"lE" = (/obj/structure/curtain/open/bed,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lF" = (/obj/structure/skele_stand{dir = 8},/obj/structure/curtain/open/bed,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lG" = (/obj/machinery/door/airlock{name = "Strange airlock"; req_access = list("ACCESS_PSIADVISOR")},/turf/simulated/floor/tiled/techfloor,/area/centcom/chaos) +"lH" = (/obj/effect/floor_decal/corner/lightgrey/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"lI" = (/turf/simulated/wall/titanium,/area/centcom/goc) +"lJ" = (/obj/effect/paint_stripe/red,/turf/simulated/wall/r_wall,/area/site53/tram/car1) +"lK" = (/obj/structure/bed/chair/comfy/blue{dir = 8; name = "Communications Officer"},/obj/effect/floor_decal/corner/blue/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"lL" = (/obj/item/clothing/under/rank/internalaffairs{name = "Ethics Committee uniform"},/obj/item/clothing/suit/armor/vest/scp,/obj/item/clothing/shoes/dress,/obj/item/storage/backpack/satchel/leather/black,/obj/item/pen/reagent/sleepy{name = "Ethics Commite Pen"},/obj/item/pen,/obj/random/clipboard,/obj/item/clothing/gloves/foundation_service,/obj/item/clothing/accessory/armband/whitered,/obj/item/clothing/head/beret/solgov/expedition/service{name = "Ethics Committee beret"},/obj/item/clothing/head/soft/black,/obj/item/device/radio/headset/ert,/obj/effect/floor_decal/corner/green/border{dir = 5},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Ethics Committee Agent closet"},/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/card/id/mtf{name = "EC Agent"},/obj/item/storage/belt/holster/security,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/box/a50,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"lM" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lO" = (/obj/structure/noticeboard/anomaly{pixel_y = 32},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lP" = (/turf/simulated/mineral,/area/space) +"lQ" = (/obj/structure/closet/crate/bin,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lR" = (/obj/machinery/light,/obj/structure/closet/crate/internals,/obj/item/tank/emergency/oxygen,/obj/item/tank/emergency/oxygen,/obj/item/tank/emergency/oxygen,/obj/item/tank/emergency/oxygen,/obj/item/tank/emergency/oxygen,/obj/item/tank/emergency/oxygen,/obj/item/tank/emergency/oxygen,/obj/item/clothing/mask/breath/emergency,/obj/item/clothing/mask/breath/emergency,/obj/item/clothing/mask/breath/emergency,/obj/item/clothing/mask/breath/emergency,/obj/item/clothing/mask/breath/emergency,/obj/item/clothing/mask/breath/emergency,/obj/item/clothing/mask/breath/emergency,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"lS" = (/obj/machinery/computer/shuttle_control{shuttle_tag = "GOC Car 1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"lT" = (/obj/structure/table/standard,/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"lV" = (/turf/unsimulated/beach/sand{density = 1; opacity = 1},/area/beach) +"lW" = (/obj/machinery/light,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lX" = (/obj/structure/closet/crate,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"lZ" = (/obj/structure/flora/tree/dead,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"ma" = (/obj/structure/table/standard,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mb" = (/obj/structure/closet/crate/bin,/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"mf" = (/obj/structure/bed/chair/office/comfy{dir = 1},/turf/simulated/floor/wood/mahogany,/area/centcom/goc) +"mg" = (/turf/unsimulated/beach/sand,/area/beach) +"mh" = (/obj/structure/closet,/turf/unsimulated/beach/sand,/area/beach) +"mi" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"mj" = (/obj/structure/table/steel_reinforced,/obj/machinery/light{dir = 4},/obj/effect/landmark{name = "Nuclear-Code"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"mk" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/black/mono,/obj/item/device/megaphone,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"mo" = (/obj/item/stool,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mq" = (/obj/structure/table/standard,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"mr" = (/obj/structure/coatrack,/turf/simulated/floor/wood/mahogany,/area/centcom/goc) +"ms" = (/turf/unsimulated/floor{icon = 'icons/misc/beach.dmi'; icon_state = "seashallow"; name = "water"},/area/space) +"mt" = (/obj/structure/table/woodentable,/turf/simulated/floor/tiled/monotile,/area/centcom) +"mu" = (/obj/structure/table/standard,/obj/item/clothing/glasses/blindfold/tape,/obj/item/clothing/glasses/blindfold/tape,/obj/item/clothing/glasses/blindfold/tape,/obj/item/clothing/glasses/blindfold/tape,/obj/item/clothing/glasses/blindfold/tape,/obj/item/clothing/glasses/blindfold/tape,/obj/item/clothing/glasses/blindfold/tape,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mv" = (/obj/structure/table/standard,/obj/item/device/megaphone,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mw" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"mx" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/exoplanet/snow,/area/centcom/goc) +"my" = (/obj/effect/overlay/palmtree_l,/turf/unsimulated/beach/sand,/area/beach) +"mz" = (/obj/effect/overlay/palmtree_r,/obj/effect/overlay/coconut,/turf/unsimulated/beach/sand,/area/beach) +"mA" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/bed/chair/shuttle/black{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"mB" = (/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"mC" = (/obj/machinery/door/airlock/vault{name = "Medical"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mE" = (/obj/item/mech_component/sensors/heavy,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mG" = (/obj/structure/bed/chair/shuttle/black{dir = 8},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"mI" = (/obj/machinery/door/airlock/medical,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"mJ" = (/obj/machinery/light,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"mK" = (/obj/machinery/door/airlock/highsecurity,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"mL" = (/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"mM" = (/obj/effect/overlay/coconut,/turf/unsimulated/beach/sand,/area/beach) +"mN" = (/obj/structure/statue,/obj/structure/statue,/obj/structure/statue,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mO" = (/obj/machinery/vending/medical{req_access = list()},/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"mP" = (/obj/item/clothing/shoes/dress,/obj/item/clothing/gloves/color/black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/head/beret/solgov/expedition{name = "O5 beret"},/obj/item/storage/backpack/satchel/leather,/obj/item/clothing/glasses/sunglasses,/obj/effect/floor_decal/corner/black/border{dir = 9},/obj/item/device/radio/headset/ert,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Offical Foundation Office standar closet"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"mQ" = (/obj/machinery/vending/security{req_access = null},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"mS" = (/obj/structure/flora/pottedplant/tropical,/turf/simulated/floor/tiled,/area/centcom) +"mT" = (/obj/machinery/door/airlock/vault{name = "Briefing Room"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mU" = (/obj/structure/table/standard,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implanter,/obj/item/implanter,/obj/item/implanter,/obj/item/implanter,/obj/item/implanter,/obj/item/implanter,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"mV" = (/obj/item/device/multitool/finger,/obj/item/device/multitool/finger,/obj/item/device/multitool/finger,/obj/item/device/multitool/finger,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mW" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"mY" = (/obj/effect/floor_decal/corner/brown/half{dir = 4},/turf/simulated/floor/tiled/monotile,/area/centcom) +"mZ" = (/obj/structure/table/standard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"na" = (/obj/effect/floor_decal/corner/green/border{dir = 10},/obj/structure/iv_drip,/obj/item/reagent_containers/ivbag/blood/OMinus,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nb" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"nc" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/item/device/chameleon,/obj/item/device/chameleon,/obj/machinery/door/window/brigdoor/southright{dir = 4},/obj/structure/table/rack/dark,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"nd" = (/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"ne" = (/obj/machinery/light{dir = 1},/obj/machinery/field_generator,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"nh" = (/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/obj/item/reagent_containers/spray/cleaner,/turf/unsimulated/floor/tile,/area/centcom) +"ni" = (/obj/machinery/vending/medical{dir = 8; req_access = list()},/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nl" = (/obj/machinery/optable,/obj/item/clothing/suit/surgicalapron,/obj/effect/floor_decal/corner/green/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nn" = (/obj/structure/bed/chair/pew,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"no" = (/obj/structure/scp173_cage,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"np" = (/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/tiled/techfloor,/area/centcom/chaos) +"nq" = (/obj/machinery/vitals_monitor,/obj/effect/floor_decal/corner/green/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ns" = (/obj/effect/floor_decal/corner/green/border,/obj/structure/closet/crate/secure/biohazard{req_access = null},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nt" = (/obj/machinery/vending/mredispenser,/turf/simulated/floor/tiled/monotile,/area/centcom) +"nu" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"nv" = (/obj/effect/overlay/palmtree_r,/turf/unsimulated/beach/sand,/area/beach) +"nw" = (/obj/structure/iv_drip,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"nx" = (/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"nz" = (/obj/machinery/vending/weaponry/chaos/specialized,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"nA" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/pink/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nB" = (/obj/effect/floor_decal/corner/green/border,/obj/structure/closet/secure_closet/medical2,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nC" = (/obj/effect/floor_decal/corner/green/border,/obj/machinery/vending/medical{dir = 1; req_access = list()},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nE" = (/obj/structure/closet/secure_closet/guard/riotshotguns,/obj/effect/floor_decal/corner/black/border{dir = 4},/obj/effect/floor_decal/corner/black/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nG" = (/obj/machinery/door/blast/regular{id_tag = "Centcom admin"; name = "Blast Door"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"nH" = (/obj/structure/closet/crate/bin,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"nI" = (/obj/structure/table/rack,/obj/item/bodybag,/obj/item/bodybag,/obj/item/bodybag,/obj/item/bodybag,/obj/item/bodybag,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"nJ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"nK" = (/obj/structure/table/steel_reinforced,/obj/random/smokes,/obj/random/smokes,/obj/random/smokes,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"nL" = (/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/accessory/storage/black_vest,/obj/item/clothing/suit/storage/vest/tactical,/obj/item/clothing/head/helmet/nt{name = "security helmet"},/obj/item/clothing/mask/balaclava/tactical,/obj/item/storage/backpack/rucksack/tan,/obj/structure/closet,/obj/item/clothing/glasses/night,/obj/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"nM" = (/obj/machinery/vending/security{dir = 4; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/green/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nN" = (/obj/effect/landmark{name = "endgame_exit"},/turf/unsimulated/beach/sand,/area/beach) +"nO" = (/obj/structure/closet,/turf/simulated/floor/tiled/techfloor,/area/centcom/chaos) +"nP" = (/obj/structure/bed/chair/office/comfy{dir = 8},/turf/simulated/floor/carpet/blue,/area/centcom) +"nQ" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/item/auto_cpr,/obj/effect/floor_decal/corner/green/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nR" = (/obj/item/storage/box/bloodpacks,/obj/structure/table/rack,/obj/item/storage/box/bloodpacks,/obj/item/storage/box/bloodpacks,/obj/effect/floor_decal/corner/green/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"nT" = (/obj/machinery/light{dir = 1},/obj/machinery/vending/hotfood,/turf/simulated/floor/wood,/area/centcom/goc) +"nW" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"nX" = (/obj/effect/wingrille_spawn/reinforced/crescent,/turf/unsimulated/floor/plating,/area/centcom/goc) +"nY" = (/obj/structure/table/steel_reinforced,/obj/item/roller,/obj/item/roller,/obj/item/roller,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"nZ" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/item/storage/box/PDAs,/obj/structure/table/reinforced,/obj/item/storage/box/PDAs,/obj/item/storage/box/PDAs,/obj/item/storage/box/PDAs,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oa" = (/obj/structure/table/standard,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/head/collectable/petehat{pixel_y = 5},/turf/unsimulated/beach/sand,/area/beach) +"ob" = (/obj/structure/bed/chair/shuttle/black{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"oc" = (/obj/structure/closet/crate/medical,/obj/random/firstaid,/obj/random/firstaid,/obj/random/firstaid,/obj/random/firstaid,/obj/random/firstaid,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"od" = (/obj/structure/table/rack,/obj/item/stack/medical/splint,/obj/item/stack/medical/splint,/obj/item/stack/medical/splint,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"oe" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"of" = (/obj/structure/table/standard,/obj/random/mre/dessert,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"og" = (/obj/structure/table/steel_reinforced,/obj/item/bodybag/cryobag,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"oh" = (/obj/structure/table/steel_reinforced,/obj/machinery/reagentgrinder{pixel_y = 7},/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"oi" = (/obj/machinery/light,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"oj" = (/obj/structure/closet,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"ok" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ol" = (/obj/structure/bed/chair/office{dir = 1; icon_state = "chair_preview"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"om" = (/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/lino,/area/centcom/chaos) +"on" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/accessory/solgov/rank/fleet/officer/o6,/obj/item/clothing/accessory/solgov/rank/fleet/officer/o5,/obj/item/clothing/accessory/solgov/rank/fleet/officer/o4,/obj/item/clothing/accessory/solgov/rank/fleet/officer,/obj/item/clothing/accessory/solgov/rank/fleet/junofficer/o2,/obj/item/clothing/accessory/solgov/rank/fleet/junofficer,/obj/item/clothing/accessory/solgov/rank/fleet/flag/o9,/obj/item/clothing/accessory/solgov/rank/fleet/flag/o8,/obj/item/clothing/accessory/solgov/rank/fleet/flag/o10,/obj/item/clothing/accessory/solgov/rank/fleet/flag,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oo" = (/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"op" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 1; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Sleeping Quarters"},/area/centcom) +"or" = (/obj/structure/table/standard,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/obj/item/clothing/accessory/ubac/tan,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ot" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/centcom/goc) +"ou" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/machinery/door/window/brigdoor/southright{dir = 4},/obj/item/clothing/mask/chameleon/voice{desc = "A face-covering mask that can be connected to an air supply. It seems to house some odd electronics. Literally a voice changer"; name = "SCP-1996-RU"},/obj/structure/table/rack/dark,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"ow" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"ox" = (/obj/machinery/vending/weaponry/chaos,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"oy" = (/obj/machinery/button/blast_door{id_tag = "goc1"; name = "Car Storage Shutters button"},/obj/effect/paint_stripe/paleblue,/turf/simulated/wall/r_wall,/area/site53/tram/goc1) +"oz" = (/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"oB" = (/obj/structure/table/standard,/turf/unsimulated/beach/sand,/area/beach) +"oC" = (/obj/effect/floor_decal/corner/b_green/mono,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oD" = (/obj/structure/flora/tree/pine,/turf/simulated/floor/exoplanet/snow,/area/centcom/goc) +"oE" = (/obj/machinery/light{dir = 4},/turf/unsimulated/floor/scp1102,/area/site53/lhcz/scp1102entrance) +"oF" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/site53/lhcz/scp1102entrance) +"oG" = (/obj/machinery/light{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/kafel_full,/area/site53/lhcz/scp1102entrance) +"oH" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/blue/border{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/site53/lhcz/scp1102entrance) +"oI" = (/obj/machinery/field_generator,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"oJ" = (/obj/effect/wallframe_spawn/reinforced,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"oK" = (/obj/structure/table/standard,/obj/item/paper_bin,/turf/simulated/floor/tiled,/area/centcom) +"oL" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/item/storage/chewables/candy/gum,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oM" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oN" = (/obj/item/teleportation_scroll,/obj/item/teleportation_scroll,/obj/item/teleportation_scroll,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oO" = (/obj/effect/floor_decal/corner/pink/bordercorner{dir = 4},/obj/effect/floor_decal/corner/pink/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oP" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/table/standard,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"oQ" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/machinery/recharger{pixel_y = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oR" = (/obj/item/ammo_casing/pistol/used,/obj/item/ammo_casing/pistol/used,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"oT" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/yellow/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"oU" = (/obj/effect/floor_decal/corner/yellow/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"oV" = (/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 4},/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"oW" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/structure/table/rack,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/ammo_magazine/box/machinegun,/obj/item/gun/projectile/automatic/l6_saw/mag,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"oX" = (/obj/structure/closet/l3closet/command,/obj/item/clothing/suit/armor/vest/scp/medarmor/beta,/obj/item/clothing/head/helmet/scp/beta,/obj/effect/floor_decal/corner/yellow/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"oY" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"oZ" = (/obj/machinery/vending/tool,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pa" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/black{dir = 8},/obj/item/melee/energy/machete,/turf/simulated/floor/carpet/blue,/area/centcom) +"pc" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"pd" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 4},/obj/effect/floor_decal/corner/orange/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"pe" = (/obj/structure/table/rack,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pg" = (/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/structure/table/reinforced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"pi" = (/obj/structure/table/rack,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pk" = (/obj/effect/floor_decal/corner/black/full,/obj/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"pl" = (/obj/structure/table/rack,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"po" = (/obj/structure/table/rack,/obj/item/inducer,/obj/item/inducer,/obj/item/inducer,/obj/item/inducer,/obj/item/inducer,/obj/item/inducer,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pp" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ps" = (/obj/structure/bed/chair/office,/turf/simulated/floor/tiled,/area/centcom) +"pw" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters/open{id_tag = "CabinShutters"},/turf/unsimulated/floor/plating,/area/site53/tram/maintrain) +"py" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/orange/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"pz" = (/obj/effect/floor_decal/corner/green/border{dir = 10},/obj/item/clothing/under/ert/nu7,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/head/helmet/mtfheavy,/obj/item/clothing/suit/armor/mtfheavy,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Nu-7 Heavy Gear Closet"},/obj/item/clothing/mask/balaclava/tactical{color = "green"},/obj/item/storage/belt/holster/security/tactical,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/plastique,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pB" = (/obj/structure/window/reinforced/polarized{dir = 8},/obj/item/modular_computer/console/preset/security{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"pE" = (/obj/structure/table/rack,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/reinforced/fifty,/obj/item/stack/material/glass/reinforced/fifty,/obj/item/stack/material/glass/reinforced/fifty,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pF" = (/obj/effect/floor_decal/corner/lime/half{dir = 1},/obj/machinery/door/blast/regular{name = "Civil Access"; id_tag = "Centcom Civ"},/turf/simulated/floor/tiled,/area/centcom) +"pG" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pH" = (/obj/structure/table/standard,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/obj/item/clothing/suit/storage/toggle/labcoat/coat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"pI" = (/obj/effect/floor_decal/corner/yellow/border{dir = 1},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Beta-7 Gear Closet"},/obj/item/clothing/under/ert/beta7,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/mask/balaclava/tactical,/obj/item/clothing/mask/gas,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/device/flashlight/maglight,/obj/item/storage/belt/holster/security,/obj/item/storage/backpack/rucksack,/obj/item/storage/firstaid/light,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pK" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pL" = (/obj/random/tank,/obj/random/tank,/obj/random/tank,/obj/random/tank,/turf/unsimulated/floor/reinforced,/area/centcom) +"pM" = (/obj/structure/bed/chair,/obj/effect/landmark{name = "endgame_exit"},/turf/unsimulated/beach/sand,/area/beach) +"pN" = (/mob/living/simple_animal/crab/Coffee,/turf/unsimulated/beach/sand,/area/beach) +"pO" = (/obj/structure/closet,/obj/item/clothing/gloves/tactical/scp,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/under/rank/centcom_captain,/obj/item/clothing/shoes/dress,/obj/item/clothing/suit/armor/goc,/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/head/beret/scp/goc,/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/obj/item/clothing/mask/gas,/obj/item/storage/backpack/rucksack/blue,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/turf/simulated/floor/wood,/area/centcom/goc) +"pP" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 4},/obj/effect/floor_decal/corner/green/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"pQ" = (/obj/structure/table/rack,/obj/item/storage/belt/holster/machete,/obj/item/storage/belt/holster/machete,/obj/item/storage/belt/holster/machete,/obj/item/clothing/accessory/storage/holster/machete,/obj/item/clothing/accessory/storage/holster/machete,/obj/item/clothing/accessory/storage/holster/machete,/obj/item/material/hatchet/machete/unbreakable,/obj/item/material/hatchet/machete/unbreakable,/obj/item/material/hatchet/machete/unbreakable,/obj/item/material/hatchet/machete/unbreakable,/obj/item/material/hatchet/machete/unbreakable,/obj/item/material/hatchet/machete/unbreakable,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pR" = (/obj/structure/table/rack,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pS" = (/obj/effect/floor_decal/corner/yellow/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pT" = (/obj/machinery/photocopier,/turf/simulated/floor/tiled,/area/centcom) +"pV" = (/obj/machinery/door/airlock/vault{name = "Office of Special Operation"},/turf/simulated/floor/wood,/area/centcom/goc) +"pW" = (/obj/structure/table/rack,/obj/item/gun/projectile/flare/loaded,/obj/item/gun/projectile/flare/loaded,/obj/item/gun/projectile/flare/loaded,/obj/item/gun/projectile/flare/loaded,/obj/item/gun/projectile/flare/loaded,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/item/ammo_casing/shotgun/flash,/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"pX" = (/obj/item/gun/launcher/money/hacked,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"pY" = (/obj/structure/table/standard,/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/obj/item/clothing/suit/storage/hooded/wintercoat/solgov{name = "Special winter coat"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"pZ" = (/obj/machinery/door/airlock/vault,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qc" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"; pixel_x = -7},/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"; pixel_x = 7},/obj/machinery/light{dir = 1},/turf/simulated/floor/reinforced,/area/site53/tram/maintrain) +"qd" = (/obj/machinery/door/airlock/vault{name = "Operations Room"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qe" = (/obj/item/clothing/head/collectable/paper,/turf/unsimulated/beach/sand,/area/beach) +"qf" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qi" = (/obj/machinery/vending/weaponry/chaos,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qk" = (/obj/machinery/door/airlock/highsecurity/bolted{name = "Head of arsenal"},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"qm" = (/obj/structure/table/standard,/obj/item/flame/lighter/zippo/random,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qn" = (/obj/structure/table/standard,/obj/item/storage/box/gloves,/obj/item/storage/box/masks{pixel_y = 8},/turf/unsimulated/floor/tile,/area/centcom) +"qo" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/accessory/solgov/department/medical,/obj/item/clothing/accessory/solgov/department/medical/fleet,/obj/item/clothing/accessory/solgov/department/medical/marine,/obj/item/clothing/accessory/solgov/department/medical/service,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qp" = (/obj/structure/table/standard,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/obj/item/storage/backpack/satchel/leather/black,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qq" = (/turf/unsimulated/beach/coastline{density = 1; opacity = 1},/area/beach) +"qr" = (/turf/unsimulated/beach/coastline,/area/beach) +"qs" = (/obj/structure/table/reinforced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/security/brig) +"qu" = (/obj/structure/table/standard,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qw" = (/obj/machinery/washing_machine,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"qx" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/accessory/solgov/department/service,/obj/item/clothing/accessory/solgov/department/service/fleet,/obj/item/clothing/accessory/solgov/department/service/marine,/obj/item/clothing/accessory/solgov/department/service/service,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qy" = (/obj/structure/closet/l3closet/command,/obj/item/clothing/suit/armor/vest/scp/medarmor/beta,/obj/item/clothing/head/helmet/scp/beta,/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qz" = (/obj/structure/flora/ausbushes/fullgrass,/turf/unsimulated/floor/grass{color = "#799c4b"; icon = 'icons/turf/jungle.dmi'; icon_state = "greygrass"},/area/centcom) +"qA" = (/obj/item/summoning_stone,/obj/item/summoning_stone,/obj/item/summoning_stone,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qB" = (/turf/unsimulated/beach/water{density = 1; opacity = 1},/area/beach) +"qC" = (/turf/unsimulated/beach/water,/area/beach) +"qE" = (/obj/effect/floor_decal/corner/b_green/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qF" = (/obj/structure/table/rack,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/titanium/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/fifty,/obj/item/stack/material/glass/reinforced/fifty,/obj/item/stack/material/glass/reinforced/fifty,/obj/item/stack/material/glass/reinforced/fifty,/obj/effect/floor_decal/corner/black/bordercee{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qH" = (/obj/structure/flora/pottedplant/shoot,/turf/simulated/floor/tiled,/area/centcom) +"qJ" = (/obj/machinery/bodyscanner{dir = 8},/turf/unsimulated/floor/tile,/area/centcom) +"qK" = (/obj/structure/table/rack,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qO" = (/obj/effect/floor_decal/corner/b_green/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qP" = (/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"qQ" = (/obj/machinery/vending/security{req_access = null},/obj/effect/floor_decal/corner/paleblue/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qR" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"; pixel_x = -7},/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"; pixel_x = 7},/turf/simulated/floor,/area/centcom) +"qS" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/obj/machinery/door/blast/regular{icon_state = "pdoor1"; id_tag = "heavyrescue50"; name = "Restricted Equipment"; p_open = 0},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"qT" = (/obj/structure/closet,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/suit/storage/vest/merc,/obj/item/clothing/mask/balaclava,/obj/item/clothing/shoes/dutyboots,/obj/item/storage/backpack/rucksack,/obj/item/clothing/head/beret/sec/corporate{name = "IA Squad Leader Beret"},/obj/item/device/radio/headset/ert,/obj/effect/floor_decal/corner/pink/border{dir = 5},/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/item/card/id/mtf{name = "IA commander"},/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/storage/belt/holster/security/tactical,/turf/simulated/floor/tiled/dark/monotile,/area/centcom) +"qU" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/gloves/guards,/obj/item/clothing/gloves/guards,/obj/item/clothing/gloves/guards,/obj/item/clothing/gloves/tactical/ci,/obj/item/clothing/gloves/tactical/ci,/obj/item/clothing/gloves/tactical/ci,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat/lcz,/obj/item/clothing/gloves/thick/swat/lcz,/obj/item/clothing/gloves/thick/swat/lcz,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/gloves/thick/combat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"qV" = (/obj/structure/table/rack,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qX" = (/obj/machinery/vending/tool,/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qY" = (/obj/machinery/vending/medical{req_access = list()},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"qZ" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/effect/floor_decal/corner/black/bordercee{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ra" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rb" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/black{dir = 8},/obj/item/melee/energy/sword/green,/turf/simulated/floor/carpet/blue,/area/centcom) +"rc" = (/obj/item/stool,/obj/effect/floor_decal/corner/brown/half{dir = 8},/turf/simulated/floor/tiled,/area/centcom) +"rd" = (/obj/structure/table/standard,/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/obj/item/clothing/head/beret/sec/corporate/hos{name = "Special Beret"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"rf" = (/obj/machinery/vending/mredispenser{dir = 8},/obj/effect/floor_decal/corner/paleblue/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rh" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"rj" = (/obj/effect/floor_decal/corner/orange/border{dir = 5},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"rm" = (/obj/effect/floor_decal/corner/pink/bordercorner{dir = 8},/obj/effect/floor_decal/corner/pink/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ro" = (/obj/effect/floor_decal/corner/blue/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"rp" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"rq" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/floor_decal/corner/orange/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rr" = (/obj/structure/hygiene/shower{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"ru" = (/turf/simulated/wall,/area/centcom) +"rv" = (/obj/structure/bed,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"rz" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/obj/structure/bed/chair/shuttle/black{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"rA" = (/obj/machinery/door/airlock/glass/security{name = "Brig"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"rB" = (/obj/structure/railing/mapped{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"rC" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/obj/machinery/vending/security{req_access = null},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rD" = (/obj/machinery/light{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"rE" = (/obj/machinery/vending/security{req_access = null},/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rG" = (/obj/machinery/vending/medical,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rH" = (/obj/machinery/door/airlock/glass/mining{name = "Logistics"; req_access = list("ACCESS_ADMIN_LEVEL1")},/turf/simulated/floor/tiled/monotile,/area/centcom) +"rI" = (/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"rK" = (/obj/effect/landmark{name = "NewPlayer"},/turf/unsimulated/wall/lobby_background,/area/space) +"rL" = (/obj/structure/table/rack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rM" = (/obj/machinery/vending/tool,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rO" = (/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implanter,/obj/structure/table/rack,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rR" = (/obj/effect/floor_decal/corner/pink/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"rS" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 1},/obj/effect/floor_decal/corner/orange/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"rT" = (/obj/structure/iv_drip,/obj/item/reagent_containers/ivbag/blood/OMinus,/turf/unsimulated/floor/tile,/area/centcom) +"rU" = (/obj/machinery/vending/containers,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rV" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rW" = (/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implantcase/explosive,/obj/item/implanter,/obj/structure/table/rack,/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rX" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"rY" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"rZ" = (/turf/unsimulated/wall/lobby_background,/area/space) +"sa" = (/obj/machinery/button/blast_door{id_tag = "GOC con"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"sb" = (/obj/machinery/door/blast/shutters{id_tag = "goc1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"sc" = (/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/rapid{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"sd" = (/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/wood,/area/centcom/goc) +"sg" = (/obj/structure/table/rack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"sh" = (/obj/machinery/papershredder,/turf/simulated/floor/tiled,/area/centcom) +"si" = (/obj/effect/floor_decal/corner/green/border{dir = 6},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Nu-7 Leader Gear Closet"},/obj/item/clothing/under/ert/nu7,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/head/beret/solgov/borderguard{name = "Nu-7 Leader Beret"; desc = "A heavy padded beret used by MTF Nu-7, it's quite armored, more than traditional helmets."},/obj/item/clothing/mask/balaclava/tactical{color = "green"},/obj/item/storage/belt/holster/security/tactical,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/plastique,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/suit/storage/vest/tactical,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"sk" = (/obj/effect/wingrille_spawn/reinforced/crescent,/obj/structure/filingcabinet,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"sl" = (/obj/item/weldingtool/electric,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"sm" = (/obj/structure/closet{icon_state = "syndicate1"; name = "mobile task force wardrobe"},/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/shoes/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/mask/balaclava,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/b_green/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"sn" = (/obj/effect/floor_decal/corner/brown/half,/obj/effect/floor_decal/corner/brown/half{dir = 4},/turf/simulated/floor/tiled/monotile,/area/centcom) +"so" = (/obj/machinery/vending/cola{name = "Robust Softdrinks"; prices = list(); dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"sp" = (/obj/machinery/light{dir = 1},/turf/unsimulated/floor/tile,/area/centcom/goc) +"sq" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 4},/obj/effect/floor_decal/corner/green/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ss" = (/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/obj/item/device/binoculars,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"st" = (/obj/item/melee/whip/chainofcommand,/obj/item/melee/whip/chainofcommand,/obj/item/melee/whip/chainofcommand,/obj/item/melee/whip/chainofcommand,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"su" = (/obj/structure/closet{icon_state = "syndicate1"; name = "mobile task force wardrobe"},/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/shoes/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/mask/balaclava,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/b_green/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"sv" = (/obj/vehicle/bike/thermal{desc = "Wheelies! Woo!"; name = "Bike"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"sx" = (/obj/structure/filingcabinet,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"sy" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/centcom/goc) +"sz" = (/obj/structure/table/rack,/obj/item/gun/launcher/grenade,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/effect/floor_decal/corner/paleblue/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"sA" = (/obj/effect/floor_decal/corner/blue/border{dir = 1},/obj/structure/flora/pottedplant,/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"sD" = (/obj/structure/hygiene/toilet{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"sF" = (/obj/machinery/vending/weeb{dir = 4},/obj/effect/floor_decal/spline/fancy/black,/turf/unsimulated/floor/techfloor,/area/centcom) +"sG" = (/obj/structure/closet,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"sH" = (/obj/effect/wingrille_spawn/reinforced/crescent,/turf/unsimulated/floor/plating,/area/centcom) +"sJ" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Hanger"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"sK" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/under/scp/alpha,/obj/item/clothing/head/beret/scp/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/material/knife/combat,/obj/item/clothing/shoes/swat,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"sP" = (/obj/machinery/button/blast_door{name = "Lockdown button"; machine_name = "Lockdown.101"; id_tag = "Lockdown.101"},/turf/simulated/wall/titanium,/area/centcom/goc) +"sQ" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"sR" = (/obj/machinery/button/alternate/door/bolts{id_tag = "GOC con 1"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"sS" = (/obj/machinery/button/blast_door{id_tag = "GOC gateway"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"sT" = (/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"sU" = (/obj/structure/table/standard,/obj/item/material/sword/replica/officersword/army{name = "Elite command sword"; force = 35; max_force = 40; force_multiplier = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"sV" = (/obj/effect/floor_decal/industrial/warning/fulltile,/turf/unsimulated/floor/reinforced,/area/centcom) +"sX" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/orange/mono,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"sY" = (/obj/structure/table/reinforced,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/item/ammo_magazine/box/a762,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"ta" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/under/scp/alpha,/obj/item/clothing/head/beret/scp/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/material/knife/combat,/obj/item/clothing/shoes/swat,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"tc" = (/obj/machinery/optable,/turf/unsimulated/floor/tile,/area/centcom/goc) +"td" = (/obj/machinery/light{dir = 4},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"te" = (/obj/structure/table/rack,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"tg" = (/obj/machinery/door/airlock/vault{name = "Epislon-11 Armory"; req_access = list("ACCESS_MTF")},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ti" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"tj" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/item/gun/projectile/automatic/scp/saiga12/buckshot,/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"tl" = (/obj/structure/bed/chair/comfy/yellow{name = "Containment Engineer"},/obj/effect/floor_decal/corner/yellow/half,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"tm" = (/obj/structure/table/standard,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"tn" = (/obj/machinery/door/airlock/security,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"tp" = (/obj/effect/floor_decal/corner/orange/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"tq" = (/turf/unsimulated/wall,/area/centcom) +"tr" = (/obj/structure/table/standard,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"tt" = (/obj/structure/flora/pottedplant/unusual,/turf/unsimulated/floor/techfloor,/area/centcom) +"tu" = (/obj/machinery/door/airlock/medical{name = "Bar"},/turf/simulated/floor/wood,/area/centcom) +"tv" = (/obj/machinery/light{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"ty" = (/obj/structure/table/standard,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implanter,/obj/item/implanter,/obj/item/implanter,/obj/item/implanter,/obj/item/implanter,/obj/item/implanter,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"tA" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Maintence Tunnel"},/area/centcom) +"tC" = (/obj/structure/bed/chair/pew,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"tE" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"tG" = (/obj/structure/table/standard,/obj/item/ironingiron,/obj/item/ironingiron,/obj/item/ironingiron,/obj/item/ironingiron,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"tH" = (/turf/space,/area/centcom/goc) +"tI" = (/obj/machinery/light/spot{dir = 1},/turf/simulated/floor/plating,/area/centcom) +"tK" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/under/scp/alpha,/obj/item/clothing/head/beret/scp/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/material/knife/combat,/obj/item/clothing/shoes/swat,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"tL" = (/obj/structure/table/rack,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/effect/floor_decal/corner/research/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"tM" = (/obj/random/tank,/turf/unsimulated/floor/reinforced,/area/centcom) +"tP" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 4},/obj/effect/floor_decal/corner/paleblue/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"tR" = (/obj/machinery/chemical_dispenser/ert,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/turf/unsimulated/floor/tile,/area/centcom) +"tS" = (/obj/structure/closet/crate/bin,/obj/effect/floor_decal/corner/orange/border{dir = 10},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"tT" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"tW" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 9},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"tX" = (/obj/structure/fireaxecabinet{pixel_y = 30},/obj/structure/handrail,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"tY" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"tZ" = (/obj/machinery/door/airlock/security{name = "Holding Cells"; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor/techfloor,/area/centcom) +"ub" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 1},/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ud" = (/obj/structure/table/woodentable,/obj/item/book/manual/barman_recipes,/turf/simulated/floor/wood,/area/centcom) +"ue" = (/obj/structure/table/rack,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ug" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/under/scp/alpha,/obj/item/clothing/head/beret/scp/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/material/knife/combat,/obj/item/clothing/shoes/swat,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"uh" = (/obj/structure/table/standard,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implantcase/death_alarm,/obj/item/implanter,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ui" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"uj" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uk" = (/obj/effect/floor_decal/corner/brown/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/centcom) +"ul" = (/obj/structure/table/rack,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/suit/armor/mtftactical,/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"um" = (/obj/structure/table/rack,/obj/item/inducer,/obj/item/inducer,/obj/item/inducer,/obj/item/inducer,/obj/item/inducer,/obj/item/inducer,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"uo" = (/obj/effect/floor_decal/corner/pink/border{dir = 6},/obj/structure/undies_wardrobe,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"up" = (/obj/structure/bed/roller/ironingboard,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"uq" = (/obj/machinery/vending/snack{name = "hacked Getmore Chocolate Corp"; prices = list()},/turf/simulated/floor/tiled/monotile,/area/centcom) +"ur" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/obj/item/clothing/mask/spirit,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uu" = (/obj/structure/closet{icon_state = "syndicate1"; name = "mobile task force wardrobe"},/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/shoes/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/mask/balaclava,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/b_green/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"uv" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/head/ushanka/solgov,/obj/item/clothing/head/ushanka/solgov,/obj/item/clothing/head/ushanka/solgov/fleet,/obj/item/clothing/head/ushanka/solgov/fleet,/obj/item/clothing/head/ushanka/solgov/marine,/obj/item/clothing/head/ushanka/solgov/marine,/obj/item/clothing/head/ushanka/solgov/marine/green,/obj/item/clothing/head/ushanka/solgov/marine/green,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uw" = (/obj/structure/table/rack,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ux" = (/obj/structure/window/phoronreinforced{dir = 4},/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/table/standard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uA" = (/obj/effect/floor_decal/corner/b_green/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"uB" = (/obj/machinery/vending/security{dir = 4; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"uC" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 8},/obj/effect/floor_decal/corner/green/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uF" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing/mapped{dir = 8},/obj/structure/sign/warning/moving_parts{pixel_y = 32},/turf/simulated/floor,/area/site53/tram/maintrain) +"uG" = (/obj/structure/closet{icon_state = "syndicate1"; name = "mobile task force wardrobe"},/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/shoes/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/mask/balaclava,/obj/item/clothing/suit/armor/mtftactical,/obj/item/clothing/head/helmet/mtftactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/b_green/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"uI" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 8},/obj/effect/floor_decal/corner/orange/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uJ" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 4; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Storage"},/area/centcom) +"uK" = (/obj/structure/table/standard,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uL" = (/obj/structure/bed,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"uM" = (/obj/machinery/light{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom/goc) +"uN" = (/obj/item/robot_parts/robot_component/diagnosis_unit,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uO" = (/obj/structure/table/standard,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uP" = (/obj/structure/table/rack,/obj/item/gun/launcher/syringe/rapid,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/storage/box/syringegun,/obj/item/storage/box/syringes,/obj/effect/floor_decal/corner/white/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"uQ" = (/obj/structure/table/standard,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/gloves/thick/swat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uR" = (/obj/item/mech_component/manipulators/heavy,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uS" = (/obj/structure/skele_stand{name = "Skeleton"; desc = "a strange skeleton, they say that it was put here by the main supplier of zone 53, on the skull you can see the scratched inscription The little #^!%@"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uT" = (/obj/effect/floor_decal/corner/pink/border{dir = 9},/obj/structure/bed,/obj/item/bedsheet/red,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uU" = (/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"uV" = (/obj/structure/table/standard,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"uW" = (/obj/machinery/vending/fitness{prices = list(); dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"uY" = (/obj/machinery/vending/fitness{prices = list()},/turf/simulated/floor/tiled/monotile,/area/centcom) +"vc" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/obj/item/bedsheet/hos,/obj/structure/bed,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ve" = (/turf/unsimulated/wall{desc = "That looks like it doesn't open easily."; icon = 'icons/obj/doors/rapid_pdoor.dmi'; icon_state = "pdoor1"; name = "Tram Gate"},/area/centcom) +"vf" = (/obj/structure/table/standard,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/scp/dclass,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"vg" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"vi" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"vj" = (/turf/space/bluespace,/area/space) +"vk" = (/turf/unsimulated/floor{icon_state = "lava"; name = "plating"},/area/space) +"vl" = (/obj/structure/table/standard,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"vm" = (/obj/structure/bed/chair/armchair/beige{dir = 8},/turf/simulated/floor/wood,/area/centcom) +"vo" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"vp" = (/obj/machinery/reagentgrinder,/obj/item/stack/material/phoron/fifty,/obj/item/stack/material/phoron/fifty,/obj/item/stack/material/phoron/fifty,/turf/unsimulated/floor/tile,/area/centcom) +"vq" = (/obj/structure/table/rack,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/item/clothing/under/ert,/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"vr" = (/obj/effect/landmark{name = "DeitySpawn"},/turf/unsimulated/floor{icon_state = "lava"; name = "plating"},/area/space) +"vs" = (/obj/effect/landmark{name = "DeitySpawn"},/turf/unsimulated/floor{icon = 'icons/misc/beach.dmi'; icon_state = "seashallow"; name = "water"},/area/space) +"vx" = (/obj/item/stool,/turf/simulated/floor/tiled,/area/centcom) +"vz" = (/obj/structure/sign/warning/secure_area/armory{pixel_x = 32; pixel_y = 9},/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"vA" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/paleblue/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"vB" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Hanger"; req_access = list("ACCESS_MTF")},/obj/effect/floor_decal/corner/lightgrey/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"vC" = (/obj/effect/floor_decal/corner/research/bordercorner{dir = 1},/obj/effect/floor_decal/corner/research/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"vE" = (/obj/effect/floor_decal/corner/green/border{dir = 5},/obj/item/clothing/under/ert/nu7,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/shoes/combat,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Nu-7 Leader Gear Closet"},/obj/item/clothing/head/beret/solgov/borderguard{name = "Nu-7 Leader Beret"; desc = "A heavy padded beret used by MTF Nu-7, it's quite armored, more than traditional helmets."},/obj/item/clothing/mask/balaclava/tactical{color = "green"},/obj/item/storage/belt/holster/security/tactical,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/plastique,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/suit/storage/vest/tactical,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"vH" = (/obj/machinery/sleeper{dir = 8},/turf/unsimulated/floor/tile,/area/centcom) +"vJ" = (/obj/structure/table/standard,/obj/item/clothing/under/scp/dclass,/obj/item/clothing/shoes/orange,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"vK" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/machinery/light/small,/turf/simulated/floor,/area/site53/tram/maintrain) +"vM" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/monotile,/area/centcom) +"vN" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/obj/effect/floor_decal/corner/red/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"vO" = (/obj/effect/floor_decal/corner/blue/bordercorner{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"vP" = (/obj/structure/table/rack,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"vR" = (/turf/unsimulated/wall,/area/security/brig) +"vT" = (/obj/structure/table/rack,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/obj/item/ammo_magazine/t12,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"vV" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"vW" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor,/area/site53/tram/maintrain) +"vX" = (/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"vZ" = (/obj/structure/table/standard,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/thermal,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"wa" = (/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/structure/table/rack,/obj/effect/floor_decal/corner/black/bordercee{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wc" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"wf" = (/obj/structure/table/woodentable,/obj/machinery/photocopier{pixel_y = 3},/turf/simulated/floor/carpet/blue,/area/centcom) +"wg" = (/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/structure/table/standard,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"wj" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/showcase{desc = "A self-contained autopilot that controls supply drones."; icon_state = "comm_server"; name = "Supply Drone Virtual Intelligence"},/turf/simulated/floor/plating,/area/centcom) +"wk" = (/obj/effect/floor_decal/corner/yellow/border{dir = 8},/obj/structure/closet/crate/secure/biohazard{req_access = null},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wl" = (/obj/structure/table/standard,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"wn" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/under/ert/alpha1,/obj/item/clothing/head/beret/mtf/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/clothing/shoes/tactical,/obj/item/material/knife/combat,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wo" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wp" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 8},/turf/simulated/floor/wood,/area/centcom/goc) +"wr" = (/obj/structure/sign/warning/secure_area/armory{pixel_x = -30; pixel_y = -2},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"ws" = (/obj/structure/filingcabinet,/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"wt" = (/obj/structure/scp173_cage,/obj/effect/floor_decal/corner/paleblue/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wu" = (/obj/structure/fitness/punchingbag,/obj/item/clothing/head/helmet/scp/chaos{pixel_y = 14},/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ww" = (/obj/machinery/vending/weaponry/hcz,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"wx" = (/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/structure/table/rack,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/accessory/buddytag,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wA" = (/obj/structure/bed/chair{pixel_y = -1; dir = 1},/turf/simulated/floor/wood,/area/centcom/goc) +"wB" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/corner/brown/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/centcom) +"wD" = (/obj/machinery/light/spot,/turf/simulated/floor/plating,/area/centcom) +"wE" = (/obj/machinery/photocopier/faxmachine,/obj/structure/table/reinforced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"wG" = (/obj/structure/closet/secure_closet/guard/scout,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wH" = (/obj/item/gun/energy/captain,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"wK" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_soft/full{pixel_y = 7},/turf/simulated/floor/wood,/area/centcom) +"wL" = (/obj/machinery/vending/cola{name = "Robust Softdrinks"; prices = list()},/turf/simulated/floor/tiled/monotile,/area/centcom) +"wO" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile,/area/centcom) +"wP" = (/obj/machinery/vending/security,/obj/effect/floor_decal/corner/research/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wQ" = (/obj/machinery/light{dir = 4},/turf/unsimulated/floor/tile,/area/centcom/goc) +"wT" = (/obj/structure/closet/secure_closet/guard/scout/sergeant,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wX" = (/obj/structure/table/reinforced,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/item/ammo_magazine/scp/fnfal,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"wY" = (/obj/machinery/vending/mredispenser{dir = 1},/obj/effect/floor_decal/corner/paleblue/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"wZ" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing/mapped{dir = 8},/obj/machinery/light/small,/turf/simulated/floor,/area/site53/tram/maintrain) +"xb" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xc" = (/obj/machinery/vending/fitness{prices = list(); dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xd" = (/obj/machinery/door/airlock/glass/security{name = "Brig Office"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xe" = (/obj/item/mech_component/chassis/heavy,/obj/item/robot_parts/robot_component/armour/exosuit/combat,/obj/item/robot_parts/robot_component/actuator,/obj/item/stack/cable_coil/random,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xf" = (/obj/structure/table/rack,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xg" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"xi" = (/obj/structure/table/reinforced,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"xj" = (/obj/structure/window/reinforced/tinted/frosted{dir = 8},/obj/structure/window/reinforced/tinted/frosted{dir = 4},/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/railing/mapped,/obj/structure/window/reinforced/tinted/frosted{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/grass,/area/centcom) +"xl" = (/obj/machinery/button/blast_door{name = "Door control"; id_tag = "MTFCaRD2"},/obj/structure/table/reinforced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xo" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xp" = (/obj/structure/table/rack,/obj/item/rig/hazmat/equipped,/obj/item/rig/hazmat/equipped,/obj/item/rig/hazmat/equipped,/obj/item/rig/hazmat/equipped,/obj/item/rig/hazmat/equipped,/obj/item/rig/hazmat/equipped,/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xq" = (/mob/living/carbon/human{faction = "Shaft"},/mob/living/carbon/human{faction = "Shaft"},/mob/living/carbon/human{faction = "Shaft"},/mob/living/carbon/human{faction = "Shaft"},/mob/living/carbon/human{faction = "Shaft"},/mob/living/carbon/human{faction = "Shaft"},/mob/living/carbon/human{faction = "Shaft"},/mob/living/carbon/human{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xr" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/effect/floor_decal/corner/yellow/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xs" = (/obj/structure/table/standard,/obj/machinery/light,/turf/unsimulated/floor/tile,/area/centcom/goc) +"xt" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Beta-7 Gear Closet"},/obj/item/clothing/under/ert/beta7,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/mask/balaclava/tactical,/obj/item/clothing/mask/gas,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/device/flashlight/maglight,/obj/item/storage/belt/holster/security,/obj/item/storage/backpack/rucksack,/obj/item/storage/firstaid/light,/obj/effect/floor_decal/corner/yellow/border{dir = 9},/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xu" = (/obj/structure/bed/chair/comfy/yellow{name = "Chief Engineer"},/obj/effect/floor_decal/corner/orange/half,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"xv" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Omega-1 Gear Closet"},/obj/item/clothing/gloves/thick/swat/lcz,/obj/item/clothing/shoes/swat,/obj/item/clothing/under/ert/omega1,/obj/item/clothing/mask/gas/swat,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/head/helmet/ballistic,/obj/item/melee/baton/loaded,/obj/item/material/knife/combat,/obj/item/grenade/flashbang/clusterbang,/obj/item/grenade/frag,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/red,/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/gun/projectile/revolver/rhino,/obj/item/device/flash/advanced,/obj/item/reagent_containers/spray/pepper,/obj/item/device/flashlight/maglight,/obj/item/handcuffs,/obj/item/handcuffs,/obj/effect/floor_decal/corner/white/border,/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xw" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Armory"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xB" = (/obj/machinery/door/airlock/vault{name = "Epislon-11"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{dir = 4; id_tag = "epislon11"; name = "Epsilon-11"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xD" = (/obj/structure/bed/chair/padded/blue,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xE" = (/obj/effect/floor_decal/corner/blue/border{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"xH" = (/obj/item/clothing/suit/armor/vest/scp/medarmor/eta,/obj/item/clothing/head/helmet/scp/eta,/obj/structure/table/rack,/obj/item/clothing/glasses/hud/scramble,/obj/effect/floor_decal/corner/research/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xI" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 4; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Door"},/area/centcom) +"xJ" = (/obj/machinery/vending/weaponry/hcz/sergeant,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xK" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/obj/item/clothing/accessory/solgov/rank/fleet/flag{name = "ranks Division Leader"; desc = "Insignia of Division Leader."},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xL" = (/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/centcom) +"xM" = (/obj/machinery/door/airlock/vault{name = "Nu-7"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "Nu-7"; name = "Nu-7"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xO" = (/obj/structure/table/standard,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xP" = (/obj/structure/table/rack,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/obj/item/grenade/frag/high_yield,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xQ" = (/obj/structure/table/rack,/obj/item/flamethrower/full,/obj/item/tank/phoron,/obj/item/flamethrower/full,/obj/item/flamethrower/full,/obj/item/flamethrower/full,/obj/item/flamethrower/full,/obj/item/tank/phoron,/obj/item/tank/phoron,/obj/item/tank/phoron,/obj/item/tank/phoron,/obj/item/flamethrower/full,/obj/item/tank/phoron,/obj/effect/floor_decal/corner/yellow/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xR" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xS" = (/obj/machinery/door/airlock/hatch,/obj/effect/shuttle_landmark/train/central,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"xT" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/under/dais,/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/obj/item/clothing/under/dais{desc = "The uniform of Advanced Information Systems, an IT company."},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"xU" = (/obj/structure/table/standard,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/under/solgov/utility/marine/urban,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"xY" = (/obj/machinery/vending/engineering,/obj/effect/floor_decal/corner/pink/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"xZ" = (/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ya" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/purple/mono,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"yc" = (/obj/structure/bed/chair/pew/left,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"yd" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/black{dir = 8},/obj/item/melee/whip/abyssal,/turf/simulated/floor/carpet/blue,/area/centcom) +"ye" = (/obj/effect/floor_decal/corner/yellow/bordercorner,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yf" = (/obj/effect/floor_decal/corner/black/border{dir = 4},/obj/effect/floor_decal/corner/black/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yg" = (/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/mob/living/simple_animal/hostile/giant_spider/guard{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"yh" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/effect/floor_decal/corner/yellow/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yk" = (/obj/effect/floor_decal/corner/research/border{dir = 1},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Eta-10 Gear Closet"},/obj/item/clothing/under/ert/eta10,/obj/item/locator,/obj/item/material/knife/combat,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/mask/balaclava/tactical,/obj/item/storage/backpack/rucksack,/obj/item/storage/belt/holster/security,/obj/item/device/flashlight/maglight,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ym" = (/obj/structure/table/standard,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/obj/item/clothing/accessory/solgov/department/command/fleet,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"yo" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "epislon11"; name = "Epsilon-11 Exit Shutters button"; pixel_y = -23},/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"yq" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"yr" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"ys" = (/obj/structure/bed,/obj/item/bedsheet/blue,/obj/effect/landmark{name = "Response Team"},/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"yu" = (/obj/structure/closet/l3closet/command,/obj/item/clothing/suit/armor/vest/scp/medarmor/beta,/obj/item/clothing/head/helmet/scp/beta,/obj/effect/floor_decal/corner/yellow/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yv" = (/obj/structure/flora/pottedplant/bamboo,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"yx" = (/obj/machinery/vending/security{dir = 1; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yB" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"yC" = (/obj/structure/table/standard,/obj/item/book/manual/scp/fra,/obj/effect/floor_decal/corner/white/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yD" = (/obj/structure/bed,/obj/item/bedsheet/blue,/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"yE" = (/obj/structure/table/standard,/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"yF" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "GOC gateway"},/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"yG" = (/obj/machinery/vending/medical{req_access = list()},/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yH" = (/obj/machinery/vending/fitness{prices = list()},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yI" = (/obj/machinery/vending/cola{name = "Robust Softdrinks"; prices = list()},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yJ" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/black/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yO" = (/obj/machinery/vending/cigarette{name = "cigarette machine"; prices = list()},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yP" = (/obj/machinery/vending/coffee{prices = list()},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yQ" = (/obj/machinery/vending/snack{name = "hacked Getmore Chocolate Corp"; prices = list()},/obj/effect/floor_decal/corner/paleblue/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yR" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{dir = 1; id_tag = "05blastdoor2"; name = "05 Blast door"; pixel_y = 7},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"yS" = (/obj/structure/table/rack,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/item/grenade/chem_grenade/incendiary,/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yT" = (/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"yV" = (/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/monotile,/area/centcom) +"yW" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"yX" = (/obj/structure/table/woodentable,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/effect/floor_decal/spline/fancy/black{dir = 8},/turf/simulated/floor/carpet/blue,/area/centcom) +"za" = (/obj/structure/bed,/obj/structure/bed{pixel_y = 8},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/centcom/goc) +"zb" = (/obj/machinery/computer/operating,/turf/unsimulated/floor/tile,/area/centcom/goc) +"ze" = (/obj/structure/bed/chair{dir = 4},/obj/structure/railing/mapped{dir = 1},/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"zf" = (/obj/structure/window/reinforced/tinted/frosted{dir = 8},/obj/structure/window/reinforced/tinted/frosted{dir = 4},/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/window/reinforced/tinted/frosted{dir = 1},/obj/structure/railing/mapped,/turf/simulated/floor/grass,/area/centcom) +"zg" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/obj/effect/floor_decal/corner/red/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"zi" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/blue/mono,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"zk" = (/obj/item/weldingtool/finger,/obj/item/weldingtool/finger,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"zl" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "alpha1"; name = "Alpha-1 Exit Shutters button"; pixel_y = -24},/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zn" = (/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/mob/living/simple_animal/hostile/hivebot/range{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"zo" = (/obj/structure/sign/solgov{name = "Special Strike Team"},/turf/simulated/wall/titanium,/area/centcom/goc) +"zp" = (/obj/structure/bed/chair{dir = 4},/obj/structure/railing/mapped,/obj/structure/handrail{dir = 4},/obj/structure/sign/warning/moving_parts{dir = 4; pixel_x = -35},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"zs" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"zu" = (/obj/structure/window/reinforced/polarized{dir = 8},/obj/item/modular_computer/console/preset/aislot/research{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"zv" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Nu-7 Gear Closet"},/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/under/scp/alpha,/obj/item/clothing/head/beret/scp/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/storage/belt/holster/security/tactical,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/material/knife/combat,/obj/item/clothing/shoes/swat,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zw" = (/obj/machinery/vending/security{dir = 4; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/yellow/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zx" = (/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/head/helmet/merc,/obj/item/clothing/suit/storage/vest/merc,/obj/item/clothing/mask/balaclava,/obj/item/clothing/glasses/sunglasses/sechud/goggles,/obj/item/clothing/shoes/dutyboots,/obj/item/storage/backpack/rucksack,/obj/item/device/radio/headset/ert,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "IA closet"},/obj/effect/floor_decal/corner/pink/border{dir = 1},/obj/item/storage/belt/holster/security,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zy" = (/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/obj/structure/table/rack,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zz" = (/obj/effect/floor_decal/corner/yellow/bordercorner,/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"zA" = (/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"zB" = (/obj/structure/flora/pottedplant/flower,/obj/effect/floor_decal/spline/fancy/black{dir = 9},/turf/unsimulated/floor/techfloor,/area/centcom) +"zE" = (/obj/machinery/body_scanconsole{dir = 8},/turf/unsimulated/floor/tile,/area/centcom) +"zF" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Nu-7 Gear Closet"},/obj/item/clothing/under/ert/nu7,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/suit/armor/pcarrier/tan/tactical,/obj/item/clothing/head/helmet,/obj/item/clothing/accessory/armor/helmcover/tan,/obj/item/clothing/mask/balaclava/tactical{color = "green"},/obj/item/storage/belt/holster/security/tactical,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/plastique,/obj/item/plastique,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zG" = (/obj/machinery/door/airlock/glass/civilian,/turf/simulated/floor/tiled,/area/centcom) +"zJ" = (/obj/effect/floor_decal/industrial/warning/fulltile,/obj/effect/floor_decal/industrial/warning/fulltile,/turf/unsimulated/floor/reinforced,/area/centcom) +"zK" = (/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/corner/orange{dir = 9},/turf/unsimulated/floor/techfloor,/area/centcom) +"zL" = (/obj/machinery/bodyscanner,/obj/effect/floor_decal/corner/blue/border{dir = 9},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"zM" = (/obj/structure/table/rack,/obj/item/gun/launcher/grenade,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zO" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/effect/floor_decal/corner/green/border,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zP" = (/obj/effect/floor_decal/corner/black/border{dir = 10},/obj/machinery/acting/changer,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"zQ" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "beta7"; name = "Beta-7 Exit Shutters button"; pixel_y = -23},/obj/effect/floor_decal/corner/yellow/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zR" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/pink/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"zS" = (/obj/effect/floor_decal/corner/brown/half{dir = 1},/obj/effect/floor_decal/corner/brown/half{dir = 4},/turf/simulated/floor/tiled,/area/centcom) +"zT" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 4; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Sleeping Quarters"},/area/centcom) +"zU" = (/obj/structure/bed/chair/wood/wings{dir = 8; name = "SCP-1609"; desc = "an incomprehensible chair made of wood and white leather, a pile of bullets casing and pools of blood are visible near it, bullet holes are visible in the chair itself."},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"zW" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/centcom/goc) +"zY" = (/obj/structure/table/rack,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"zZ" = (/obj/effect/floor_decal/spline/fancy/black{dir = 1},/obj/structure/railing/mapped{dir = 8},/obj/effect/floor_decal/corner/orange{dir = 9},/turf/unsimulated/floor/techfloor,/area/centcom) +"Ab" = (/obj/structure/table/rack,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ad" = (/obj/structure/flora/tree/pine,/turf/simulated/floor/exoplanet/grass,/area/centcom/chaos) +"Ag" = (/obj/structure/table/rack,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ah" = (/obj/structure/table/standard,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/obj/item/clothing/under/wetsuit,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ai" = (/obj/structure/bed/chair/shuttle/black{dir = 8},/obj/effect/decal/cleanable/blood,/turf/simulated/floor/shuttle/black,/area/centcom) +"Aj" = (/obj/effect/floor_decal/corner/pink/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ak" = (/obj/structure/table/standard,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Al" = (/obj/structure/hygiene/toilet{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"Ao" = (/obj/structure/table/rack,/obj/item/defibrillator/compact/combat/loaded,/obj/item/defibrillator/compact/combat/loaded,/obj/item/defibrillator/compact/combat/loaded,/obj/item/defibrillator/compact/combat/loaded,/obj/item/defibrillator/compact/combat/loaded,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ap" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/closet/crate,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/reagent_containers/food/drinks/cans/waterbottle,/obj/item/device/gps,/obj/item/device/gps,/obj/item/storage/mrebag/menu5,/obj/item/storage/mrebag/menu5,/obj/item/storage/mrebag/menu4,/obj/item/storage/mrebag/menu4,/obj/item/storage/mrebag/menu3,/obj/item/storage/mrebag/menu3,/obj/item/storage/mrebag/menu2,/obj/item/storage/mrebag/menu2,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Aq" = (/obj/effect/wingrille_spawn/reinforced/crescent,/obj/machinery/door/blast/shutters{id_tag = "GOC con"},/turf/unsimulated/floor/tile,/area/centcom/goc) +"Ar" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/under/ert/alpha1,/obj/item/clothing/head/beret/mtf/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/clothing/shoes/tactical,/obj/item/material/knife/combat,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"As" = (/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/item/clothing/head/HoS/dermal,/obj/structure/table/standard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"At" = (/turf/unsimulated/floor/tile,/area/centcom/goc) +"Av" = (/obj/item/shield/energy,/obj/item/shield/energy,/obj/item/shield/energy,/obj/item/shield/energy,/obj/item/shield/energy,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Aw" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison/command,/obj/item/clothing/head/solgov/service/marine/garrison/command,/obj/item/clothing/head/solgov/service/marine/garrison/command,/obj/item/clothing/head/solgov/service/marine/garrison/command,/obj/item/clothing/head/solgov/service/marine/garrison/command,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/obj/item/clothing/head/solgov/service/marine/garrison,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ay" = (/obj/structure/table/rack,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical/emt,/obj/item/storage/belt/medical/emt,/obj/item/storage/belt/medical/emt,/obj/item/storage/belt/medical/emt,/obj/item/storage/belt/medical/emt,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"AA" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/mono,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"AB" = (/obj/structure/bed,/obj/item/bedsheet/blue,/obj/item/bedsheet/blue,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"AC" = (/obj/effect/floor_decal/corner/black/mono,/obj/structure/bed/chair/comfy/black{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"AD" = (/obj/structure/closet/secure_closet/guard/breachshotguns,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"AF" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"AG" = (/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/wood,/area/centcom/goc) +"AH" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"AK" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"AL" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/centcom/goc) +"AM" = (/obj/effect/floor_decal/corner/lightgrey/border{dir = 1},/obj/machinery/door/blast/regular{id_tag = "Centcom admin"; name = "Blast Door"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"AN" = (/obj/structure/closet/l3closet/command,/obj/item/clothing/suit/armor/vest/scp/medarmor/beta,/obj/item/clothing/head/helmet/scp/beta,/obj/effect/floor_decal/corner/yellow/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"AQ" = (/obj/structure/closet/secure_closet/guard/riotshotguns,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"AR" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/obj/structure/bed/chair,/turf/simulated/floor/wood,/area/centcom/goc) +"AS" = (/obj/effect/floor_decal/spline/fancy/black{dir = 8},/turf/simulated/floor/carpet/blue,/area/centcom) +"AT" = (/obj/item/clothing/under/rank/centcom_captain,/obj/item/clothing/head/beret/centcom/officer{name = "Foundation Central Office Beret"},/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/dress,/obj/item/borg/sight/hud/sec,/obj/item/storage/backpack/satchel/leather,/obj/item/device/radio/headset/ert,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Central Foundation Office Offical"},/obj/item/storage/belt/holster/security,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"AU" = (/obj/effect/floor_decal/corner/lightgrey/border{dir = 1},/obj/machinery/button/blast_door{id_tag = "Centcom admin"; pixel_y = 26},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"AV" = (/obj/structure/table/standard,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/obj/item/clothing/head/hijab,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"AX" = (/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/structure/table/rack,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/obj/item/ammo_magazine/scp/saiga12/stunshell,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"AY" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/effect/floor_decal/corner/green/border,/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ba" = (/obj/structure/table/rack,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/item/storage/box/ammo/shotgunammo,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Bb" = (/obj/effect/floor_decal/corner/black/border{dir = 6},/obj/structure/undies_wardrobe,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Bc" = (/obj/item/melee/cultblade,/obj/item/melee/cultblade,/obj/item/melee/cultblade,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Bd" = (/obj/machinery/light{dir = 4},/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Bm" = (/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Bn" = (/obj/effect/floor_decal/corner/pink/bordercorner,/obj/effect/floor_decal/corner/pink/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Bo" = (/obj/structure/table/rack,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Bp" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/effect/floor_decal/corner/black/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Bx" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/flora/pottedplant/minitree{pixel_x = -2; pixel_y = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Bz" = (/obj/structure/table/standard,/obj/structure/flora/pottedplant/deskfern,/turf/simulated/floor/tiled,/area/centcom) +"BA" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Epsilon-9 Gear Closet"},/obj/item/clothing/suit/armor/pcarrier/tan/tactical,/obj/item/clothing/head/helmet,/obj/item/clothing/accessory/armor/helmcover/tan,/obj/item/clothing/under/ert/epsilon9,/obj/item/clothing/mask/gas,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/jackboots,/obj/item/storage/belt/holster/security,/obj/item/clothing/glasses/sunglasses,/obj/item/gun/projectile/pistol/mk9,/obj/effect/floor_decal/corner/orange/border{dir = 6},/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"BB" = (/obj/structure/sign/warning/secure_area/armory{pixel_x = -30; pixel_y = 6},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"BC" = (/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"BD" = (/obj/machinery/vending/snack,/turf/simulated/floor/wood,/area/centcom/goc) +"BE" = (/obj/effect/floor_decal/corner/lightgrey/border,/obj/machinery/door/blast/regular{id_tag = "Centcom admin"; name = "Blast Door"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"BF" = (/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"BG" = (/obj/effect/floor_decal/corner/blue/border{dir = 1},/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"BH" = (/obj/effect/floor_decal/corner/red/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"BK" = (/obj/machinery/door/airlock/vault{name = "Alpha-1"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{explosion_resistance = 100; id_tag = "alpha1"; name = "Strange Shutters"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"BM" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/machinery/vending/security{dir = 8; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"BQ" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 4},/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"BT" = (/turf/simulated/floor/tiled,/area/centcom) +"BW" = (/obj/machinery/door/airlock/vault{name = "Beta-7"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "beta7"; name = "Beta-7"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"BY" = (/obj/item/mech_component/sensors/combat,/obj/item/stack/cable_coil/random,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"BZ" = (/obj/machinery/vending/cola{dir = 1; name = "Robust Softdrinks"; prices = list()},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Ca" = (/obj/effect/floor_decal/industrial/warning{dir = 8; icon_state = "warning"},/obj/effect/decal/cleanable/blood,/obj/item/projectile/beam/blood_effect,/turf/simulated/floor/shuttle/white,/area/centcom) +"Cd" = (/obj/machinery/vending/mredispenser{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ce" = (/obj/machinery/door/airlock/vault{name = "Epislon-9"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "epislon9"; name = "Epsilon-9"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Cf" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/green/border{dir = 8},/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/obj/item/gun/projectile/automatic/scp/m16,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ci" = (/obj/effect/floor_decal/corner/orange/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Cj" = (/obj/structure/table/standard,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/obj/item/storage/firstaid/light,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Cl" = (/obj/structure/table/rack,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/item/storage/firstaid/combat,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Cm" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/effect/floor_decal/corner/black/border{dir = 9},/obj/effect/floor_decal/corner/black/bordercorner,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Co" = (/obj/effect/floor_decal/corner/black/border{dir = 9},/obj/structure/bed,/obj/item/bedsheet/captain,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Cr" = (/obj/structure/table/standard,/obj/item/storage/fancy/cigarettes/case,/obj/item/flame/lighter/zippo/gunmetal,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Cs" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"Ct" = (/obj/structure/table/standard,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Cu" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/obj/machinery/light,/turf/unsimulated/floor/tile,/area/centcom/goc) +"Cv" = (/turf/simulated/floor/plating,/area/centcom) +"Cw" = (/obj/structure/table/standard,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Cx" = (/obj/structure/table/standard,/obj/item/storage/chewables/candy/cookies,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Cy" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/gun/projectile/automatic/scp/galil,/obj/item/gun/projectile/automatic/scp/galil,/obj/item/gun/projectile/automatic/scp/galil,/obj/effect/floor_decal/corner/green/border,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"CA" = (/obj/effect/floor_decal/corner/brown/half,/turf/simulated/floor/tiled/monotile,/area/centcom) +"CB" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"CD" = (/obj/item/ammo_casing/pistol/used,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"CG" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/structure/table/rack,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/obj/item/ammo_magazine/box/a45,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"CI" = (/obj/structure/flora/pottedplant/drooping,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"CJ" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Epsilon-11 Medic Gear Closet"},/obj/item/clothing/under/ert/epsilon11,/obj/item/material/knife/combat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/mask/balaclava,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/glasses/night,/obj/item/clothing/gloves/tactical/scp,/obj/item/storage/backpack/rucksack,/obj/item/device/flashlight/maglight,/obj/item/reagent_containers/spray/pepper,/obj/item/device/flash,/obj/item/storage/firstaid/surgery,/obj/item/crowbar/red,/obj/item/defibrillator/compact/combat,/obj/item/clothing/mask/gas,/obj/item/storage/pill_bottle/zoom,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/head/helmet/scp/lwh_helmet,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"CK" = (/obj/machinery/vending/security{req_access = null},/obj/effect/floor_decal/corner/red/bordercee{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"CL" = (/turf/unsimulated/wall{desc = "That looks like it doesn't open easily."; icon = 'icons/obj/doors/rapid_pdoor.dmi'; icon_state = "pdoor1"; name = "Logistics Van"},/area/centcom) +"CM" = (/obj/effect/floor_decal/corner/black/border{dir = 10},/obj/effect/floor_decal/corner/black/bordercorner{dir = 4},/obj/structure/table/rack,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"CQ" = (/obj/machinery/vending/weeb{dir = 4},/turf/unsimulated/floor/techfloor,/area/centcom) +"CR" = (/obj/machinery/vending/mredispenser,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"CS" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/obj/item/clothing/mask/gas/isd{name = "Cool tactical gas mask"; desc = "Realy cool gas mask"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"CT" = (/obj/effect/floor_decal/corner/lime/half{dir = 4},/obj/effect/floor_decal/corner/lime/half{dir = 1},/turf/simulated/floor/tiled,/area/centcom) +"CU" = (/obj/structure/undies_wardrobe,/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"CW" = (/obj/machinery/light{dir = 4},/obj/structure/bed/chair{dir = 8},/obj/structure/sign/warning/nosmoking_burned{pixel_y = 30},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"CX" = (/obj/machinery/acting/changer,/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"CY" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/security/brig) +"CZ" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/effect/floor_decal/corner/orange/border{dir = 9},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Da" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/under/ert/alpha1,/obj/item/clothing/head/beret/mtf/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/clothing/shoes/tactical,/obj/item/material/knife/combat,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Db" = (/obj/machinery/door/airlock/glass/mining{name = "Logistics"; req_access = list("ACCESS_ADMIN_LEVEL1")},/obj/effect/floor_decal/corner/brown/half{dir = 4},/turf/simulated/floor/tiled/monotile,/area/centcom) +"Dd" = (/obj/structure/bed/chair{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Df" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_alc/full{pixel_y = 7},/turf/simulated/floor/wood,/area/centcom) +"Dg" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/machinery/acting/changer,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Di" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner,/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Dj" = (/obj/structure/table/standard,/obj/item/storage/chewables/candy/gum,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Dl" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/machinery/button/blast_door{dir = 8; id_tag = "alpha1"; name = "Alpha-1 Exit Shutters button"; pixel_x = 25},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Dn" = (/obj/structure/table/standard,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/obj/item/card/id/mtf,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Do" = (/obj/machinery/vending/weaponry/chaos/specialized,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Dq" = (/obj/structure/bed/chair{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Dr" = (/obj/machinery/door/airlock/vault{name = "Beta-7"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "beta7"; name = "Beta-7"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ds" = (/obj/machinery/organ_printer/robot/mapped,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/obj/item/stack/material/steel/fifty,/turf/unsimulated/floor/tile,/area/centcom) +"Dt" = (/obj/machinery/vending/security{dir = 1; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/black/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Du" = (/obj/machinery/door/blast/regular/open{icon_state = "pdoor0"; id_tag = "05blastdoor2"; name = "05 blast door"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Dv" = (/obj/machinery/door/blast/regular{id_tag = "05blastdoor2"; name = "Blast Door"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Dw" = (/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion/mega{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"DB" = (/obj/structure/bed/chair/comfy/red{dir = 4; name = "Guard Commander"},/obj/effect/floor_decal/corner/red/half{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"DD" = (/obj/structure/bed/chair{dir = 8},/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"DH" = (/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/centcom) +"DJ" = (/obj/effect/floor_decal/corner/white/border{dir = 9},/obj/machinery/button/blast_door{id_tag = "omega1"; name = "Omega-1 Exit Shutters button"; dir = 4; pixel_x = -25},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"DK" = (/obj/machinery/washing_machine,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"DL" = (/obj/structure/sign/warning/secure_area/armory{pixel_y = 28},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"DO" = (/obj/machinery/door/airlock/vault{name = "MTF Teams"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{dir = 4; id_tag = "secondarymtf"; name = "MTF Teams"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"DS" = (/obj/structure/table/reinforced,/obj/item/defibrillator/loaded,/obj/item/auto_cpr,/turf/unsimulated/floor/tile,/area/centcom) +"DU" = (/obj/effect/floor_decal/corner/blue/bordercorner{dir = 8},/obj/effect/floor_decal/corner/blue/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"DW" = (/obj/machinery/vending/coffee{prices = list(); dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"DY" = (/obj/item/mech_component/propulsion/combat,/obj/item/robot_parts/robot_component/armour/exosuit/combat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"DZ" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/black/mono,/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Ea" = (/obj/structure/table/standard,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/obj/item/gun/projectile/automatic/scp/vector,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Eb" = (/obj/structure/bed/chair{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ec" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ee" = (/obj/machinery/door/airlock{name = "Dorm 04"},/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"Eh" = (/obj/structure/table/standard,/obj/item/storage/mre/random,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ej" = (/obj/machinery/door/airlock{name = "Dorm 05"},/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"Ek" = (/obj/machinery/vending/cigarette{name = "cigarette machine"; prices = list()},/turf/simulated/floor/tiled/monotile,/area/centcom) +"El" = (/obj/item/storage/toolbox/mechanical,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Em" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/white/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"En" = (/obj/machinery/door/airlock{name = "Dorm 06"},/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"Eo" = (/obj/structure/table/standard,/obj/random/snack,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ep" = (/obj/structure/flora/pottedplant/small,/turf/simulated/floor/wood,/area/centcom/goc) +"Eq" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Er" = (/obj/structure/table/rack,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Es" = (/obj/structure/railing/mapped{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/centcom/chaos) +"Et" = (/obj/structure/sign/warning/secure_area/armory{pixel_y = -26},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Eu" = (/obj/machinery/button/blast_door{dir = 1; id_tag = "secondarymtf"; name = "Beta-7 Exit Shutters button"; pixel_y = -23},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ev" = (/obj/machinery/optable,/obj/item/clothing/suit/surgicalapron,/turf/unsimulated/floor/tile,/area/centcom) +"Ey" = (/obj/item/melee/whip/tail,/obj/item/melee/whip/tail,/obj/item/melee/whip/tail,/obj/item/melee/whip/tail,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"EB" = (/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"ED" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 10},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"EF" = (/obj/effect/floor_decal/corner/lime/half{dir = 1},/turf/simulated/floor/tiled,/area/centcom) +"EG" = (/obj/effect/floor_decal/corner/brown/half{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"EI" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/obj/item/clothing/under/ert/epsilon11,/obj/item/material/knife/combat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/mask/balaclava/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/glasses/night,/obj/item/clothing/head/helmet/ballistic,/obj/item/storage/backpack/rucksack,/obj/item/device/flashlight/maglight,/obj/item/reagent_containers/spray/pepper,/obj/item/device/flash,/obj/item/storage/firstaid/light,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Epsilon-11 Agent Gear Closet"},/obj/item/crowbar/red,/obj/item/plastique,/obj/item/plastique,/obj/item/grenade/flashbang,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/head/helmet/scp/lwh_helmet,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"EL" = (/obj/effect/floor_decal/corner/black/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"EM" = (/obj/effect/floor_decal/corner/red/border,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/door/airlock/vault{name = "Department of Internal Security gear room"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"EO" = (/obj/effect/floor_decal/corner/black/border{dir = 4},/obj/effect/floor_decal/corner/black/border{dir = 8},/obj/machinery/door/airlock/vault{name = "Offical Foundation Office commander room"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"EP" = (/obj/effect/floor_decal/corner/lightgrey/border{dir = 10},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"ER" = (/obj/machinery/vending/coffee{dir = 4; pixel_x = -8; prices = list()},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"EU" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile,/area/centcom) +"EV" = (/obj/structure/table/standard,/obj/item/reagent_containers/food/drinks/bottle/small/beer{pixel_x = 7; pixel_y = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"EZ" = (/obj/machinery/door/airlock/vault{name = "Living Quarters"},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Fb" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/under/ert/alpha1,/obj/item/clothing/head/beret/mtf/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/clothing/shoes/tactical,/obj/item/material/knife/combat,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border,/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Fc" = (/obj/machinery/computer/arcade/battle,/turf/simulated/floor/wood,/area/centcom) +"Fd" = (/obj/structure/dispenser,/obj/effect/floor_decal/corner/orange/border{dir = 9},/obj/machinery/button/blast_door{id_tag = "epislon9"; name = "Epislon-9 Exit Shutters button"; dir = 4; pixel_x = -25},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ff" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"Fj" = (/obj/machinery/door/airlock/vault{name = "Mess Hall"},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Fk" = (/obj/item/bodybag/cryobag,/obj/structure/table/reinforced,/obj/item/bodybag/cryobag,/obj/effect/floor_decal/corner/blue/border{dir = 4; icon_state = "bordercolor"},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Fm" = (/obj/machinery/door/airlock/glass/civilian{name = "Waiting Room"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Fo" = (/obj/structure/ore_box,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"Fp" = (/obj/structure/table/standard,/obj/item/trash/snack_bowl,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Fq" = (/obj/structure/table/standard,/obj/item/storage/fancy/cigarettes/case,/obj/item/flame/lighter/zippo/brass,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ft" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/under/lawyer/oldman,/obj/item/clothing/under/lawyer/oldman,/obj/item/clothing/under/lawyer/oldman,/obj/item/clothing/under/morpheus,/obj/item/clothing/under/morpheus,/obj/item/clothing/under/morpheus,/obj/item/clothing/under/pcrc,/obj/item/clothing/under/pcrc,/obj/item/clothing/under/pcrc,/obj/item/clothing/under/pcrcsuit,/obj/item/clothing/under/pcrcsuit,/obj/item/clothing/under/pcrcsuit,/obj/item/clothing/under/psysuit,/obj/item/clothing/under/psysuit,/obj/item/clothing/under/psysuit,/obj/item/clothing/under/rank/cargo,/obj/item/clothing/under/rank/cargo,/obj/item/clothing/under/rank/cargo,/obj/item/clothing/under/rank/civilian/uiu,/obj/item/clothing/under/rank/civilian/uiu,/obj/item/clothing/under/rank/civilian/uiu,/obj/item/clothing/under/rank/security/goc,/obj/item/clothing/under/rank/security/goc,/obj/item/clothing/under/rank/security/goc,/obj/item/clothing/under/rank/security/isd{desc = "Just nice uniform"; name = "Field uniform"},/obj/item/clothing/under/rank/security/isd{desc = "Just nice uniform"; name = "Field uniform"},/obj/item/clothing/under/rank/security/isd{desc = "Just nice uniform"; name = "Field uniform"},/obj/item/clothing/under/rank/security/isd/suit{name = "Formal uniform"; desc = "Just formal uniform"},/obj/item/clothing/under/rank/security/isd/suit{name = "Formal uniform"; desc = "Just formal uniform"},/obj/item/clothing/under/rank/security/isd/suit{name = "Formal uniform"; desc = "Just formal uniform"},/obj/item/clothing/under/scp/donor3,/obj/item/clothing/under/scp/donor3,/obj/item/clothing/under/scp/donor3,/obj/item/clothing/under/scp/donor2,/obj/item/clothing/under/scp/donor2,/obj/item/clothing/under/scp/donor2,/obj/item/clothing/under/scp/utility/chaos,/obj/item/clothing/under/scp/utility/chaos,/obj/item/clothing/under/scp/utility/chaos,/obj/item/clothing/under/solgov/service/marine,/obj/item/clothing/under/solgov/service/marine,/obj/item/clothing/under/solgov/service/marine,/obj/item/clothing/under/solgov/utility/marine,/obj/item/clothing/under/solgov/utility/marine,/obj/item/clothing/under/solgov/utility/marine,/obj/item/clothing/under/solgov/utility/marine,/obj/item/clothing/under/solgov/utility/marine,/obj/item/clothing/under/solgov/utility/marine,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Fu" = (/obj/machinery/door/airlock/glass/command{name = "Central Offices"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Fv" = (/obj/effect/floor_decal/corner/red/bordercorner,/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Fw" = (/obj/structure/closet,/obj/item/clothing/suit/armor/goc,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/jackboots,/obj/item/device/radio/headset/goc,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/clothing/glasses/night,/obj/item/clothing/head/beret/scp/goc,/obj/item/storage/belt/holster/security,/turf/simulated/floor/wood/mahogany,/area/centcom/goc) +"Fx" = (/obj/structure/heavy_vehicle_frame,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"FA" = (/obj/machinery/door/airlock/vault{name = "Eta-10"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "eta10"; name = "Eta-10"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FC" = (/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/structure/table/woodentable,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"FD" = (/obj/effect/floor_decal/corner/black/full,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"FE" = (/obj/structure/shuttle/engine/heater{dir = 1},/obj/structure/window/reinforced,/obj/effect/paint/silver,/turf/simulated/wall/r_titanium,/area/centcom) +"FF" = (/obj/machinery/door/airlock/vault{name = "Epislon-9"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "epislon9"; name = "Epsilon-9"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FG" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"FH" = (/obj/machinery/door/airlock/vault{name = "Omega-1"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "omega1"; name = "Omega-1"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FJ" = (/obj/vehicle/bike{desc = "Wheelies! Woo!"; name = "Bike"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"FM" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/green/border{dir = 8},/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FN" = (/obj/machinery/vending/cigarette{dir = 4; name = "cigarette machine"; pixel_x = -8; prices = list()},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FO" = (/turf/simulated/floor/wood,/area/centcom) +"FP" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/black{dir = 8},/turf/simulated/floor/carpet/blue,/area/centcom) +"FQ" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_coffee/full{pixel_y = 7},/turf/simulated/floor/wood,/area/centcom) +"FR" = (/obj/effect/floor_decal/corner/yellow/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FS" = (/obj/effect/floor_decal/corner/green/border{dir = 9},/obj/structure/table/rack,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FT" = (/obj/effect/floor_decal/corner/research/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FU" = (/obj/machinery/door/airlock/vault{name = "Mess Hall"},/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"FW" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Epsilon-9 Gear Closet"},/obj/item/clothing/suit/armor/pcarrier/tan/tactical,/obj/item/clothing/head/helmet,/obj/item/clothing/accessory/armor/helmcover/tan,/obj/item/clothing/under/ert/epsilon9,/obj/item/clothing/mask/gas,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/jackboots,/obj/item/storage/belt/holster/security,/obj/item/clothing/glasses/sunglasses,/obj/item/gun/projectile/pistol/mk9,/obj/effect/floor_decal/corner/orange/border,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"FY" = (/obj/machinery/door/airlock/hatch{name = "Transfer Train"},/turf/unsimulated/floor/plating,/area/site53/tram/maintrain) +"FZ" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Ga" = (/obj/structure/window/reinforced/polarized{dir = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/conveyor_switch{pixel_y = 10; desc = "A control switch which you assume operates some part of the train...but you're not sure..."; name = "Control Switch"},/obj/machinery/conveyor_switch{pixel_y = 3; desc = "A control switch which you assume operates some part of the train...but you're not sure..."; name = "Control Switch"},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Gc" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Door"},/area/centcom) +"Gf" = (/obj/item/gun/projectile/automatic/scp/m4a1,/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Gh" = (/obj/structure/table/standard,/obj/item/storage/fancy/cigarettes/professionals,/obj/item/flame/lighter/zippo{pixel_x = 6; pixel_y = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Gk" = (/obj/effect/floor_decal/corner/red/bordercorner,/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Gl" = (/obj/structure/filingcabinet,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Gn" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Gq" = (/obj/effect/floor_decal/corner/pink/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Gs" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Gx" = (/obj/structure/table/standard,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/effect/floor_decal/corner/green/border,/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Gy" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Gz" = (/obj/effect/floor_decal/corner/research/border{dir = 9},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Eta-10 Gear Closet"},/obj/item/clothing/under/ert/eta10,/obj/item/locator,/obj/item/material/knife/combat,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/mask/balaclava/tactical,/obj/item/storage/backpack/rucksack,/obj/item/storage/belt/holster/security,/obj/item/device/flashlight/maglight,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"GA" = (/obj/structure/flora/pottedplant/stoutbush,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"GB" = (/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"GF" = (/obj/structure/table/rack,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/effect/floor_decal/corner/green/border,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"GG" = (/obj/machinery/vending/medical,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"GK" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"GQ" = (/obj/effect/floor_decal/corner/lime/half{dir = 1},/obj/machinery/button/blast_door{pixel_y = 24; id_tag = "Centcom Civ"; name = "Civil Access"},/turf/simulated/floor/tiled,/area/centcom) +"GR" = (/obj/structure/bed/chair{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"GS" = (/obj/item/mech_component/propulsion/heavy,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"GV" = (/obj/structure/table/standard,/obj/structure/flora/pottedplant/deskferntrim,/turf/simulated/floor/tiled,/area/centcom) +"GW" = (/obj/machinery/door/window/brigdoor/northright{req_access = list("ACCESS_ADMIN_LEVEL1")},/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/dark/monotile,/area/centcom) +"GX" = (/obj/item/device/soulstone,/obj/item/device/soulstone,/obj/item/device/soulstone,/obj/item/device/soulstone,/obj/item/device/soulstone,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"GY" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 4; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Storage"},/area/centcom/goc) +"GZ" = (/obj/effect/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters/open{id_tag = "RearShutters"},/turf/unsimulated/floor/plating,/area/site53/tram/maintrain) +"Hc" = (/obj/item/clothing/shoes/dress,/obj/item/clothing/gloves/color/black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/head/beret/solgov/expedition{name = "O5 beret"},/obj/item/storage/backpack/satchel/leather,/obj/item/clothing/glasses/sunglasses,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/item/device/radio/headset/ert,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Offical Foundation Office standar closet"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Hd" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/obj/item/clothing/mask/smokable/cigarette/rolled/sausage,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Hg" = (/obj/effect/floor_decal/corner/green/border,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Nu-7 Gear Closet"},/obj/item/clothing/under/ert/nu7,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/suit/armor/pcarrier/tan/tactical,/obj/item/clothing/head/helmet,/obj/item/clothing/accessory/armor/helmcover/tan,/obj/item/clothing/mask/balaclava/tactical{color = "green"},/obj/item/storage/belt/holster/security/tactical,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/plastique,/obj/item/plastique,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Hh" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Hi" = (/obj/structure/table/rack,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/defibrillator/compact/combat/loaded,/obj/item/defibrillator/compact/combat/loaded,/obj/item/defibrillator/compact/combat/loaded,/obj/item/defibrillator/compact/combat/loaded,/obj/item/defibrillator/compact/combat/loaded,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Hj" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Hn" = (/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"Ho" = (/obj/machinery/door/blast/shutters/open{id_tag = "GOC gateway"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Hp" = (/obj/structure/table/standard,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/obj/item/clothing/accessory/solgov/department/command/service,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Hr" = (/obj/effect/floor_decal/corner/research/border{dir = 9},/obj/machinery/vending/security{dir = 4; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Hs" = (/obj/machinery/vending/mredispenser{dir = 8; pixel_x = 8},/turf/simulated/floor/wood,/area/centcom/goc) +"Hu" = (/obj/machinery/computer/operating{dir = 1},/turf/unsimulated/floor/tile,/area/centcom/goc) +"Hv" = (/area/space) +"Hy" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"; req_access = list("ACCESS_MTF")},/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Hz" = (/obj/machinery/scp294,/turf/simulated/floor/wood,/area/centcom) +"HA" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"HB" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/tactical,/obj/item/clothing/shoes/tactical,/obj/item/clothing/shoes/tactical,/obj/item/clothing/shoes/tactical,/obj/item/clothing/shoes/tactical,/obj/item/clothing/shoes/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/shoes/combat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"HD" = (/obj/machinery/button/alternate/door/bolts{id_tag = "GOC con 1"},/turf/simulated/wall/titanium,/area/centcom/goc) +"HE" = (/obj/effect/floor_decal/corner/research/bordercorner{dir = 1},/obj/effect/floor_decal/corner/research/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"HG" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/machinery/button/blast_door{id_tag = "eta10"; name = "Eta-10 Exit Shutters button"; pixel_y = 23},/obj/effect/floor_decal/corner/research/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"HH" = (/obj/structure/railing/mapped{dir = 8},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"HI" = (/obj/effect/floor_decal/corner/white/bordercorner{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"HJ" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"HL" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/black/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"HN" = (/obj/structure/table/standard,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/obj/item/clothing/glasses/material,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"HO" = (/obj/structure/bed/chair/armchair/beige{dir = 4},/turf/simulated/floor/wood,/area/centcom) +"HP" = (/obj/effect/floor_decal/corner/lime/half{dir = 4},/obj/effect/floor_decal/corner/lime/half,/turf/simulated/floor/tiled,/area/centcom) +"HQ" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Gear Closet"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"HT" = (/obj/machinery/vending/security{dir = 1; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/yellow/border{dir = 6},/obj/machinery/button/blast_door{dir = 8; id_tag = "beta7"; name = "Beta-7 Exit Shutters button"; pixel_x = 25},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"HU" = (/obj/machinery/door/airlock,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"HW" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/floor_decal/corner/orange/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"HY" = (/obj/machinery/light{dir = 4},/obj/structure/table/standard,/obj/item/toy/plushie/kitten{name = "Conductor Whiskers"; desc = "A plushie of a cute kitten! This one means business. Tickets please!"},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"HZ" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"Ia" = (/obj/structure/filingcabinet,/turf/simulated/floor/carpet/blue,/area/centcom) +"Ib" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/item/ammo_magazine/scp/m16_mag,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ie" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 1},/obj/effect/floor_decal/corner/orange/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"If" = (/obj/structure/dispenser,/obj/machinery/button/blast_door{id_tag = "epislon9"; name = "Epislon-9 Exit Shutters button"; pixel_y = 23},/obj/effect/floor_decal/corner/orange/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ig" = (/obj/structure/table/rack,/obj/item/gun/launcher/syringe/rapid,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/reagent_containers/glass/bottle/chloralhydrate,/obj/item/storage/box/syringegun,/obj/item/storage/box/syringes,/obj/effect/floor_decal/corner/white/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ih" = (/obj/effect/floor_decal/corner/white/bordercorner{dir = 1},/obj/effect/floor_decal/corner/white/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ii" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Ij" = (/obj/effect/floor_decal/corner/white/border{dir = 5},/obj/machinery/button/blast_door{id_tag = "omega1"; name = "Omega-1 Exit Shutters button"; pixel_y = 23},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Il" = (/obj/structure/table/rack,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/alien,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Im" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/security/brig) +"In" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Iq" = (/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/mask/balaclava,/obj/item/melee/baton/loaded,/obj/item/melee/telebaton,/obj/item/device/flash/advanced,/obj/item/storage/backpack/satchel/leather/navy,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/item/device/radio/headset/ert,/obj/item/clothing/glasses/sunglasses/sechud,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "DIS Commander Gear Closet"},/obj/item/storage/belt/holster/security/tactical,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/gun/projectile/pistol/usp45,/obj/item/clothing/head/solgov/utility,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ir" = (/obj/item/device/spy_bug,/obj/item/device/spy_bug,/obj/item/device/spy_bug,/obj/item/device/spy_bug,/obj/item/device/spy_bug,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Is" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/item/projectile/beam/blood_effect,/turf/simulated/floor/shuttle/white,/area/centcom) +"It" = (/obj/structure/table/standard,/obj/item/clothing/mask/chewable/candy/gum,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Iv" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/obj/item/clothing/mask/smokable/ecig/deluxe,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Iw" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/head/beret/solgov/orbital,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ix" = (/obj/structure/table/rack,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/item/target/syndicate,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Iz" = (/obj/machinery/vending/cola{dir = 4; name = "Robust Softdrinks"; pixel_x = -7; prices = list()},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"IC" = (/obj/machinery/door/airlock{name = "Dorm 01"},/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"ID" = (/obj/item/mech_component,/obj/item/mech_component,/obj/item/mech_component,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"IE" = (/obj/structure/table/standard,/obj/item/storage/box/handcuffs,/obj/item/storage/box/handcuffs,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"IF" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/unsimulated/floor/techfloor,/area/centcom) +"IG" = (/obj/machinery/optable,/obj/machinery/light{dir = 1},/turf/unsimulated/floor/tile,/area/centcom/goc) +"IH" = (/obj/effect/floor_decal/corner/blue/border{dir = 6},/obj/structure/iv_drip,/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"IJ" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/obj/item/clothing/under/ert/epsilon11,/obj/item/material/knife/combat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/mask/balaclava/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/glasses/night,/obj/item/clothing/head/helmet/ballistic,/obj/item/storage/backpack/rucksack,/obj/item/device/flashlight/maglight,/obj/item/reagent_containers/spray/pepper,/obj/item/device/flash,/obj/item/storage/firstaid/light,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Epsilon-11 Breacher Gear Closet"},/obj/item/crowbar/red,/obj/item/clothing/accessory/storage/bandolier,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/ammo_magazine/shotholder/shell,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/head/helmet/scp/lwh_helmet,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"IL" = (/obj/machinery/door/airlock{name = "Dorm 02"},/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"IM" = (/obj/machinery/door/airlock{name = "Dorm 03"},/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"IN" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"IO" = (/obj/machinery/light{dir = 8},/turf/unsimulated/floor/tile,/area/centcom/goc) +"IP" = (/obj/structure/table/standard,/obj/item/reagent_containers/food/drinks/bottle/small/alcoholfreebeer,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"IQ" = (/obj/item/shield/riot/metal,/obj/item/shield/riot/metal,/obj/item/shield/riot/metal,/obj/item/shield/riot/metal,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"IR" = (/obj/machinery/button/blast_door{id_tag = "helicopter-right"; name = "MTF Helicopter Side Doors"; req_access = list("ACCESS_MTF")},/turf/simulated/wall/r_wall,/area/centcom) +"IS" = (/obj/machinery/button/blast_door{dir = 8; id_tag = "epislon11"; name = "Epsilon-11 Exit Shutters button"; pixel_x = 25},/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ja" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Jb" = (/obj/machinery/door/airlock/vault{name = "Archive"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Jd" = (/obj/structure/table/rack,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/item/clothing/glasses/blindfold,/obj/effect/floor_decal/corner/research/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Je" = (/obj/structure/bed/chair/comfy/yellow{name = "LCZ Commander"},/obj/effect/floor_decal/corner/yellow/half,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Jf" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Jg" = (/obj/effect/floor_decal/corner/research/bordercorner{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Jh" = (/obj/structure/railing/mapped{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"Jk" = (/obj/effect/floor_decal/corner/research/bordercorner{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Jl" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/research/border{dir = 5},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Jm" = (/turf/simulated/floor/tiled/monotile,/area/centcom) +"Jp" = (/obj/structure/table/rack,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/item/clothing/glasses/hud/scramble/experimental,/obj/effect/floor_decal/corner/paleblue/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Jq" = (/obj/structure/flora/ausbushes/fullgrass,/turf/unsimulated/floor{icon_state = "snow"},/area/centcom) +"Jr" = (/obj/effect/floor_decal/corner/orange/border{dir = 9},/obj/machinery/vending/security{dir = 4; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Js" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ju" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Jw" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 8},/obj/structure/bed/chair,/turf/simulated/floor/wood,/area/centcom/goc) +"Jx" = (/obj/machinery/portable_atmospherics/canister/phoron,/obj/effect/floor_decal/corner/orange/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Jy" = (/obj/structure/table/standard,/turf/unsimulated/floor/tile,/area/centcom/goc) +"JB" = (/obj/random/snack,/obj/random/snack,/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/centcom) +"JC" = (/obj/item/clothing/under/pcrcsuit{name = "\improper DIS suit"},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/mask/balaclava,/obj/item/melee/baton/loaded,/obj/item/melee/telebaton,/obj/item/device/flash/advanced,/obj/item/clothing/head/beret/saare{name = "\improper DIS beret"},/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/item/device/radio/headset/ert,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "DIS Commander Gear Closet"},/obj/item/card/id/mtf{name = "DIS commander"},/obj/item/storage/backpack/satchel/leather/black,/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/ammo_magazine/box/a357,/obj/item/ammo_magazine/box/a357,/obj/item/storage/belt/holster/security,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"JD" = (/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/mob/living/simple_animal/hostile/antlion{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"JE" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/clothing/head/beret/scp,/obj/item/gun/projectile/revolver/mateba,/obj/item/melee/baton/loaded,/obj/item/material/knife/combat,/obj/item/ammo_magazine/box/a50,/obj/item/ammo_magazine/box/a50,/obj/item/ammo_magazine/box/a50,/obj/effect/floor_decal/corner/white/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"JH" = (/obj/item/orion_ship,/obj/item/orion_ship,/obj/item/orion_ship,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"JI" = (/obj/effect/floor_decal/corner/red/half,/obj/structure/bed/chair/comfy,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"JL" = (/obj/structure/table/rack,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/item/clothing/glasses/hud/scramble,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"JO" = (/obj/effect/floor_decal/corner/white/bordercorner{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"JQ" = (/obj/effect/floor_decal/corner/white/bordercorner{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"JS" = (/obj/vehicle/bike/electric{desc = "Wheelies! Woo!"; name = "Bike"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"JT" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"JU" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/white/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"JX" = (/obj/machinery/portable_atmospherics/canister/phoron,/obj/effect/floor_decal/corner/orange/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"JY" = (/obj/machinery/vending/security{dir = 8; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/green/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ka" = (/obj/item/modular_computer/console/preset/civilian{dir = 4},/turf/simulated/floor/tiled,/area/centcom) +"Kd" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/effect/floor_decal/corner/orange/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ke" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/head/solgov/dress/marine,/obj/item/clothing/head/solgov/dress/marine/command,/obj/item/clothing/head/solgov/service,/obj/item/clothing/head/solgov/service/expedition,/obj/item/clothing/head/solgov/service/marine,/obj/item/clothing/head/solgov/service/marine/campaign,/obj/item/clothing/head/solgov/service/marine/command,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Kf" = (/obj/effect/floor_decal/corner/green/border{dir = 8},/obj/item/clothing/shoes/tactical,/obj/item/clothing/gloves/tactical,/obj/item/clothing/under/tactical,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Nu-7 Gear Closet"},/obj/item/clothing/suit/armor/mtfheavy,/obj/item/clothing/head/helmet/mtfheavy,/obj/item/clothing/mask/gas,/obj/item/clothing/glasses/tacgoggles,/obj/item/device/radio/headset/ert,/obj/item/grenade/flashbang/clusterbang,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/plastique,/obj/item/plastique,/obj/item/crowbar/red,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/accessory/storage/bandolier,/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ki" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Kj" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/machinery/vending/mredispenser,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Kl" = (/turf/simulated/floor/reinforced,/area/centcom) +"Km" = (/obj/structure/window/phoronreinforced{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Kn" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/yellow/border{dir = 5},/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ko" = (/obj/effect/floor_decal/corner/lime/half,/obj/machinery/door/blast/regular{name = "Civil Access"; id_tag = "Centcom Civ"},/turf/simulated/floor/tiled,/area/centcom) +"Kp" = (/obj/effect/floor_decal/corner/black/full,/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"Kq" = (/obj/item/taperoll,/obj/item/taperoll/atmos,/obj/item/taperoll/bog,/obj/item/taperoll/bureaucracy,/obj/item/taperoll/engineering,/obj/item/taperoll/medical,/obj/item/taperoll/police,/obj/item/taperoll/research,/obj/item/taperoll/engineering/applied,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Kr" = (/obj/machinery/vending/cigarette{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ks" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ky" = (/obj/machinery/door/airlock/vault{name = "Armory"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"KE" = (/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 1},/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"KF" = (/obj/machinery/vending/medical{dir = 4; req_access = list()},/turf/unsimulated/floor/tile,/area/centcom) +"KH" = (/obj/structure/table/rack,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"KI" = (/obj/item/bedsheet/blue,/obj/structure/bed,/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"KK" = (/obj/machinery/vending/mredispenser{dir = 1},/obj/effect/floor_decal/corner/pink/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"KL" = (/obj/structure/window/reinforced/polarized,/obj/item/modular_computer/console/preset/cardslot/command_sec{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"KM" = (/obj/effect/floor_decal/corner/black/bordercorner{dir = 8},/obj/effect/floor_decal/corner/black/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"KN" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/yellow/mono,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"KP" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/item/ammo_magazine/scp/saiga12/buckshot,/obj/effect/floor_decal/corner/black/border{dir = 10},/obj/effect/floor_decal/corner/black/bordercorner{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"KQ" = (/obj/structure/table/standard,/obj/item/flame/lighter/zippo{pixel_x = 6; pixel_y = 6},/obj/item/storage/fancy/cigarettes/jerichos{pixel_x = -4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"KR" = (/obj/structure/table/standard,/obj/item/reagent_containers/food/drinks/bottle/cola{pixel_y = 7},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"KS" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"KT" = (/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"KU" = (/obj/item/wrench/finger,/obj/item/wrench/finger,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"KV" = (/obj/effect/floor_decal/corner/green/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"KW" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Beta-1 Gear Closet"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"KX" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"KY" = (/obj/structure/window/reinforced/polarized{dir = 8},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/conveyor_switch{desc = "A control switch which you assume operates some part of the train...but you're not sure..."; name = "Control Switch"},/obj/item/device/radio/phone{pixel_y = 10},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"La" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/item/gun/projectile/automatic/t12,/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Lc" = (/obj/effect/floor_decal/corner/blue/border{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Le" = (/obj/machinery/door/airlock/glass/security{name = "Brig"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"Lf" = (/obj/structure/table/standard,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/shoes/swat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Lg" = (/obj/machinery/vending/cola{name = "Robust Softdrinks"; prices = list()},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Lh" = (/obj/machinery/vending/mredispenser{dir = 1},/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Li" = (/obj/machinery/vending/coffee{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Lj" = (/obj/structure/table/standard,/obj/item/card/id/adminlvl1,/obj/item/card/id/adminlvl2,/obj/item/card/id/adminlvl3,/obj/item/card/id/adminlvl4,/obj/item/card/id/adminlvl5,/obj/item/card/id/classd,/obj/item/card/id/commslvl1,/obj/item/card/id/commslvl4,/obj/item/card/id/doctor,/obj/item/card/id/emt,/obj/item/card/id/gcseclvl5,/obj/item/card/id/logspec,/obj/item/card/id/sciencelvl1,/obj/item/card/id/sciencelvl2,/obj/item/card/id/sciencelvl3,/obj/item/card/id/sciencelvl4,/obj/item/card/id/sciencelvl5,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Lo" = (/obj/effect/floor_decal/corner/brown/half{dir = 8},/turf/simulated/floor/tiled,/area/centcom) +"Lr" = (/obj/machinery/door/blast/shutters,/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 4; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Storage"},/area/centcom) +"Lt" = (/obj/structure/table/rack,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/effect/floor_decal/corner/research/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Lw" = (/obj/structure/window/reinforced/polarized,/obj/machinery/computer/shuttle_control/emergency{dir = 1; name = "Train Control System"; machine_desc = "A simple control system for small train systems, allowing automated movement from one navigation point to another."; shuttle_tag = "Foundation Main Train"},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Lx" = (/obj/item/cell/hyper,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"LC" = (/obj/structure/table/standard,/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/obj/item/gun/projectile/revolver/webley/captain{name = "Nice autorevolver"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"LD" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/effect/floor_decal/corner/research/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"LE" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/item/book/manual/scp/fra,/obj/item/book/manual/scp/fra,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"LG" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/orange/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"LH" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/effect/floor_decal/corner/orange/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"LI" = (/obj/machinery/vending/tool,/obj/effect/floor_decal/corner/black/bordercee{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"LJ" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/orange/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"LK" = (/obj/machinery/bodyscanner{dir = 4},/turf/unsimulated/floor/tile,/area/centcom) +"LM" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/closet/crate/med_crate,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/ointment,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/stack/medical/splint,/obj/item/stack/medical/splint,/obj/item/storage/pill_bottle/paracetamol,/obj/item/storage/pill_bottle/paracetamol,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"LN" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/melee/baton/loaded,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/white/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"LO" = (/obj/item/towel/fleece,/obj/item/towel/fleece,/obj/item/towel/fleece,/obj/item/towel,/obj/item/towel,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"LP" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/white/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"LQ" = (/obj/structure/bed/chair/office/comfy{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/security/brig) +"LR" = (/obj/item/melee/energy/machete,/obj/item/melee/energy/machete,/obj/item/melee/energy/machete,/obj/item/melee/energy/machete,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"LS" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 4},/obj/effect/floor_decal/corner/lightgrey/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"LT" = (/obj/machinery/vending/weaponry/lcz/energy,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"LV" = (/obj/structure/table/standard,/obj/item/book/manual/scp/fra,/obj/effect/floor_decal/corner/white/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"LW" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled,/area/centcom) +"LX" = (/obj/structure/window/phoronreinforced{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"LY" = (/obj/structure/scp173_cage,/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"LZ" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Mc" = (/obj/machinery/vending/cola{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Md" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/clothing/accessory/buddytag,/obj/item/locator,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/research/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Me" = (/obj/effect/floor_decal/corner/green/border{dir = 10},/obj/machinery/acting/changer,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Mg" = (/obj/item/mech_component/chassis/combat,/obj/item/robot_parts/robot_component/camera,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Mi" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Ml" = (/obj/structure/bed/chair{dir = 8},/obj/item/device/radio/intercom{pixel_x = 20; dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Mm" = (/obj/structure/coatrack,/turf/simulated/floor/wood,/area/centcom) +"Mo" = (/obj/structure/table/standard,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/obj/item/ammo_magazine/scp/vectormag,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Mp" = (/obj/structure/table/standard,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ms" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/unsimulated/floor/tile,/area/centcom/goc) +"Mt" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Commander"},/obj/item/clothing/under/rank/centcom_captain,/obj/item/clothing/head/beret/centcom/captain{name = "Command beret"},/obj/item/clothing/shoes/dress,/obj/item/clothing/gloves/white,/obj/item/device/radio/headset/ert,/obj/item/clothing/glasses/sunglasses/sechud/toggle,/obj/effect/floor_decal/corner/black/border{dir = 5},/obj/item/card/id/mtf{name = "Centcom commander"},/obj/item/storage/backpack/satchel/leather/khaki,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Mu" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/accessory/solgov/speciality/pilot,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Mv" = (/obj/item/clothing/suit/armor/vest/scp/medarmor/eta,/obj/item/clothing/head/helmet/scp/eta,/obj/structure/table/rack,/obj/item/clothing/glasses/hud/scramble,/obj/effect/floor_decal/corner/research/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Mw" = (/obj/structure/table/standard,/obj/machinery/button/blast_door{id_tag = "GOC con"},/turf/unsimulated/floor/tile,/area/centcom/goc) +"Mx" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/effect/floor_decal/corner/research/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"My" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/item/modular_computer/console/preset/cardslot/command_sec{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Mz" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/shuttle/white,/area/centcom) +"MA" = (/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/head/helmet/merc,/obj/item/clothing/suit/storage/vest/merc,/obj/item/clothing/mask/balaclava,/obj/item/clothing/glasses/sunglasses/sechud/goggles,/obj/item/clothing/shoes/dutyboots,/obj/item/storage/backpack/rucksack,/obj/item/device/radio/headset/ert,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "IA closet"},/obj/effect/floor_decal/corner/pink/border{dir = 5},/obj/item/storage/belt/holster/security,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"MB" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/door/airlock/vault{name = "Department of Internal Security commander room"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"MC" = (/obj/effect/floor_decal/corner/black/bordercorner{dir = 1},/obj/effect/floor_decal/corner/black/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ME" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/effect/floor_decal/corner/orange/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"MF" = (/obj/structure/flora/pottedplant,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"MG" = (/obj/structure/table/standard,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/obj/item/crowbar/prybar,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"MJ" = (/obj/effect/wingrille_spawn/reinforced/crescent,/turf/simulated/floor/plating,/area/centcom) +"ML" = (/obj/structure/table/standard,/obj/item/card/id/all_access,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"MM" = (/obj/structure/fitness/punchingbag,/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"MN" = (/obj/structure/table/rack,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/trauma,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/item/storage/firstaid/stab,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"MO" = (/obj/structure/bed/chair,/turf/simulated/floor/wood,/area/centcom/goc) +"MS" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/obj/item/clothing/head/helmet/scp/lwh_helmet,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"MT" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/red/border,/obj/machinery/door/airlock/vault{name = "Alpha-1"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"MW" = (/obj/effect/floor_decal/corner/orange/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"MX" = (/obj/effect/floor_decal/corner/green/border,/obj/structure/table/reinforced,/obj/item/storage/box/gloves,/obj/item/storage/box/masks{pixel_y = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"MY" = (/obj/item/device/spy_monitor,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"MZ" = (/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/horror{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Ng" = (/obj/effect/floor_decal/corner/green/border,/obj/item/clothing/under/ert/nu7,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/head/helmet/mtfheavy,/obj/item/clothing/suit/armor/mtfheavy,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Nu-7 Heavy Gear Closet"},/obj/item/clothing/mask/balaclava/tactical{color = "green"},/obj/item/storage/belt/holster/security/tactical,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/plastique,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Nh" = (/obj/random/tank,/obj/random/tank,/turf/unsimulated/floor/reinforced,/area/centcom) +"Ni" = (/obj/machinery/vending/weaponry/ez,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Nj" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/machinery/vending/medical{dir = 8; req_access = list()},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Nk" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/structure/table/woodentable,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Nl" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/black/mono,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Nm" = (/obj/effect/floor_decal/corner/black/bordercorner{dir = 1},/obj/effect/floor_decal/corner/black/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Nn" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/unsimulated/floor{icon_state = "snow"},/area/centcom) +"No" = (/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/strippedhuman{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Np" = (/obj/item/modular_computer/console/preset/cardslot/command_sec{dir = 8},/obj/effect/floor_decal/corner/white/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Nq" = (/obj/effect/floor_decal/corner/paleblue/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Nr" = (/turf/simulated/floor/carpet/blue,/area/centcom) +"Nu" = (/obj/structure/table/standard,/obj/item/device/megaphone,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"Nx" = (/turf/unsimulated/mineral,/area/centcom) +"Ny" = (/obj/vehicle/bike/gyroscooter,/obj/vehicle/bike/gyroscooter,/obj/vehicle/bike/gyroscooter,/obj/vehicle/bike/gyroscooter,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"NC" = (/obj/structure/railing/mapped{dir = 1},/obj/structure/railing/mapped{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"ND" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"NF" = (/obj/item/mech_equipment/flash,/obj/item/stack/cable_coil/random,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"NK" = (/obj/machinery/door/airlock{name = "GOC Outpost"; id_tag = "GOC con 1"},/obj/machinery/door/blast/shutters{id_tag = "GOC con"},/turf/unsimulated/floor/tile,/area/centcom/goc) +"NL" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 8},/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/centcom/goc) +"NM" = (/obj/structure/bed/chair/office/comfy,/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"NO" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/orange/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"NQ" = (/obj/structure/table/standard,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/obj/item/clothing/glasses/hud/security/jensenshades,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"NS" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"NU" = (/obj/machinery/vending/mredispenser{dir = 4; pixel_x = -9},/turf/unsimulated/floor/techfloor,/area/centcom) +"NX" = (/obj/effect/floor_decal/corner/green/border{dir = 6},/obj/structure/mech_wreckage,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"NY" = (/obj/machinery/door/blast/shutters{id_tag = "originMTF"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"NZ" = (/obj/structure/table/standard,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Oa" = (/obj/machinery/door/airlock/glass/civilian,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Ob" = (/obj/item/rig/ert/engineer,/obj/structure/table/rack,/obj/item/storage/backpack/dufflebag/firefighter,/obj/item/storage/firstaid/fire,/obj/item/material/twohanded/fireaxe,/obj/item/flamethrower/full,/obj/item/tank/phoron,/obj/item/grenade/chem_grenade/incendiary,/obj/effect/floor_decal/corner/orange/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Oe" = (/obj/machinery/vending/soda,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Og" = (/obj/machinery/vending/mredispenser{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"Oj" = (/obj/structure/closet/secure_closet/guard/riotshotguns,/obj/effect/floor_decal/corner/black/border{dir = 6},/obj/effect/floor_decal/corner/black/bordercorner{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Om" = (/obj/effect/floor_decal/corner/lightgrey/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"On" = (/obj/item/modular_computer/console/preset/cardslot/command_sec{dir = 4},/obj/effect/floor_decal/corner/green/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Oo" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/obj/item/clothingbag/rubbermask,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Op" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/advanced,/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"Or" = (/obj/machinery/door/airlock/vault{name = "Omega-1"; req_access = list("ACCESS_MTF")},/obj/machinery/door/blast/shutters{id_tag = "omega1"; name = "Omega-1"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Os" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"; dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ov" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/under/cheongsam,/obj/item/clothing/under/cheongsam,/obj/item/clothing/under/cheongsam,/obj/item/clothing/under/cheongsam,/obj/item/clothing/under/cheongsam,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Oy" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/shutters{dir = 4; explosion_resistance = 100; id_tag = "helicopter-right"; name = "MTF Helicopter"},/turf/simulated/floor/shuttle/white,/area/centcom) +"Oz" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"OA" = (/obj/structure/table/standard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"OB" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/obj/machinery/door/window/brigdoor/northleft{req_access = list("ACCESS_ADMIN_LEVEL1")},/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/corner/brown/half{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/centcom) +"OD" = (/obj/effect/floor_decal/corner/black/full,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"OG" = (/obj/structure/noticeboard,/turf/unsimulated/wall,/area/centcom) +"OH" = (/obj/machinery/light{dir = 8},/obj/structure/closet,/obj/item/clothing/gloves/tactical/scp,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/under/rank/centcom_captain,/obj/item/clothing/shoes/dress,/obj/item/clothing/suit/armor/goc,/obj/item/clothing/suit/armor/goc,/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/head/beret/scp/goc,/obj/effect/floor_decal/corner/paleblue/border{dir = 9},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/obj/item/clothing/mask/gas,/obj/item/storage/backpack/rucksack/blue,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/turf/simulated/floor/wood,/area/centcom/goc) +"OI" = (/obj/structure/table/reinforced,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/item/grenade/smokebomb,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"OJ" = (/obj/machinery/door/airlock/vault{name = "Secondary Living Quarters"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"OK" = (/obj/structure/table/gamblingtable,/turf/simulated/floor/wood,/area/centcom/goc) +"OL" = (/obj/random/vendor,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"OM" = (/obj/structure/table/rack,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/item/gun/projectile/shotgun/pump/combat,/obj/effect/floor_decal/corner/green/border,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ON" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = 3},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"OP" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"; pixel_x = 7},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"; pixel_x = -7},/turf/simulated/floor,/area/centcom) +"OQ" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp/green{pixel_y = 5},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"OS" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"OT" = (/obj/machinery/button/blast_door{id_tag = "MTFCaRD"; name = "MTF CaRD"},/obj/structure/table/reinforced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"OU" = (/obj/effect/decal/cleanable/blood,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"OX" = (/obj/machinery/vending/security{dir = 1; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/pink/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"OY" = (/obj/machinery/vending/coffee,/turf/simulated/floor/wood,/area/centcom/goc) +"OZ" = (/obj/structure/table/standard,/turf/simulated/floor/tiled,/area/centcom) +"Pa" = (/obj/structure/table/woodentable,/obj/item/boombox,/turf/simulated/floor/wood,/area/centcom) +"Pe" = (/obj/machinery/chemical_dispenser/ert,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ph" = (/obj/structure/table/standard,/obj/item/folder/blue,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Pi" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Pj" = (/obj/machinery/light{dir = 4},/obj/structure/flora/pottedplant/orientaltree,/turf/simulated/floor/wood,/area/centcom/goc) +"Pk" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"},/obj/effect/floor_decal/corner/lightgrey/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Pl" = (/obj/structure/table/standard,/obj/item/folder/red,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Pm" = (/obj/structure/table/standard,/obj/item/folder/yellow,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Pn" = (/obj/structure/mech_wreckage,/obj/effect/floor_decal/corner/green/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Po" = (/obj/effect/floor_decal/corner/black/full,/obj/effect/floor_decal/corner/black/full,/obj/structure/table/standard,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"Pp" = (/obj/effect/floor_decal/corner/green/half{dir = 1},/obj/structure/bed/chair/comfy{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Ps" = (/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/machinery/door/airlock/vault{name = "Offical Foundation Office room"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Pt" = (/obj/machinery/acting/changer,/obj/effect/floor_decal/corner/blue/border{dir = 10},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Pw" = (/obj/item/clothing/suit/xeno/furs,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Px" = (/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/suit/armor/goc,/obj/structure/closet,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/item/storage/belt/holster/security/tactical,/obj/item/melee/baton,/obj/item/clothing/accessory/armband/solgov/mp,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"Py" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/obj/item/clothing/under/ert/nu7,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/head/helmet/mtfheavy,/obj/item/clothing/suit/armor/mtfheavy,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Nu-7 Heavy Gear Closet"},/obj/item/clothing/mask/balaclava/tactical{color = "green"},/obj/item/storage/belt/holster/security/tactical,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/plastique,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"PA" = (/obj/structure/table/standard,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"PB" = (/obj/item/bodybag/cryobag,/obj/structure/table/reinforced,/obj/item/bodybag/cryobag,/obj/effect/floor_decal/corner/blue/border{dir = 5},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"PC" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Hanger"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"PD" = (/obj/machinery/light,/obj/structure/bed/chair{dir = 8},/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"PE" = (/obj/structure/table/standard,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/under/syndicate/tacticool,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"PF" = (/obj/structure/bed/chair/padded{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"PG" = (/obj/machinery/vitals_monitor,/turf/unsimulated/floor/tile,/area/centcom) +"PH" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/table/standard,/obj/structure/table/standard,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"PI" = (/obj/structure/table/standard,/obj/item/stamp/chameleon,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"PJ" = (/obj/machinery/photocopier{pixel_y = 3},/obj/structure/table/standard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"PK" = (/obj/machinery/papershredder,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"PM" = (/obj/effect/floor_decal/corner/brown/half,/obj/effect/floor_decal/corner/brown/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/centcom) +"PN" = (/obj/effect/floor_decal/corner/white/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"PO" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/turf/simulated/floor/wood,/area/centcom/goc) +"PP" = (/obj/effect/floor_decal/corner/orange/bordercorner{dir = 8},/obj/effect/floor_decal/corner/orange/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"PQ" = (/obj/machinery/vending/games,/turf/simulated/floor/wood,/area/centcom/goc) +"PR" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"PS" = (/obj/structure/flora/ausbushes/sunnybush,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"PT" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom/goc) +"PV" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"PW" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/centcom/goc) +"PX" = (/obj/structure/bed/chair/pew/left,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"PY" = (/obj/machinery/vending/weaponry/goc,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"PZ" = (/turf/simulated/floor,/area/centcom) +"Qc" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Qe" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 8},/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Qf" = (/obj/effect/floor_decal/corner/black/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Qg" = (/obj/machinery/chem_master,/turf/unsimulated/floor/tile,/area/centcom) +"Qi" = (/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Ql" = (/obj/structure/table/standard,/obj/item/pen/multi/cmd{pixel_x = 5; pixel_y = 3},/obj/item/pen/fancy{pixel_x = -5; pixel_y = 6},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Qm" = (/obj/item/clothing/under/solgov/utility/marine/engineering,/turf/unsimulated/wall,/area/centcom) +"Qn" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/centcom/goc) +"Qp" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/effect/floor_decal/corner/white/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Qu" = (/obj/machinery/door/airlock/vault{name = "Living Quarters"},/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Qw" = (/obj/structure/table/reinforced,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/item/grenade/flashbang,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"Qx" = (/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Qz" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/unsimulated/floor/tile,/area/centcom) +"QA" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp/green{pixel_y = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"QB" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/obj/item/clothing/under/grimhoodie,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"QC" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/effect/floor_decal/corner/paleblue/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"QD" = (/obj/structure/bed,/turf/simulated/floor/carpet/purple,/area/centcom/goc) +"QI" = (/obj/structure/table/standard,/obj/item/pen/fancy{pixel_x = -5; pixel_y = 6},/obj/item/pen/multi/cmd{pixel_x = 5; pixel_y = 3},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"QJ" = (/obj/structure/closet,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/obj/item/reagent_containers/ivbag/blood/OMinus,/turf/simulated/floor/tiled/old_tile,/area/centcom/chaos) +"QK" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/effect/floor_decal/corner/research/border{dir = 6},/obj/machinery/button/blast_door{id_tag = "eta10"; name = "Eta-10 Exit Shutters button"; dir = 8; pixel_x = 25},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"QO" = (/obj/effect/floor_decal/corner/white/bordercorner,/obj/effect/floor_decal/corner/white/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"QP" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"QR" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/under/ert/alpha1,/obj/item/clothing/head/beret/mtf/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/clothing/shoes/tactical,/obj/item/material/knife/combat,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"QS" = (/obj/machinery/organ_printer/flesh/mapped{max_stored_matter = 9000; stored_matter = 9000},/turf/unsimulated/floor/tile,/area/centcom) +"QT" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/effect/floor_decal/corner/white/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"QV" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"QW" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/effect/floor_decal/corner/paleblue/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"QZ" = (/obj/structure/table/standard,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ra" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/suit/storage/vest/solgov/security,/obj/item/clothing/suit/storage/vest/solgov/command,/obj/item/clothing/suit/storage/vest/solgov,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Rb" = (/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/mob/living/simple_animal/hostile/meat/abomination{faction = "Shaft"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Rc" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/gun/projectile/automatic/scp/galil,/obj/item/gun/projectile/automatic/scp/galil,/obj/item/gun/projectile/automatic/scp/galil,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Rd" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/shuttle/black,/area/centcom) +"Re" = (/obj/effect/floor_decal/corner/orange/border{dir = 6},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Rg" = (/obj/machinery/acting/changer,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Rh" = (/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 4},/obj/structure/table/standard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Rj" = (/obj/structure/table/rack,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/effect/floor_decal/corner/black/bordercee{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Rk" = (/obj/machinery/door/airlock{name = "GOC Outpost"; dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Rl" = (/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Rm" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Rn" = (/obj/machinery/door/airlock/hatch,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Ro" = (/obj/structure/table/standard,/obj/item/gun/projectile/automatic/scp/m4a1{starts_loaded = 0},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Rp" = (/obj/effect/floor_decal/corner/lime/half,/turf/simulated/floor/tiled,/area/centcom) +"Rr" = (/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"Rs" = (/obj/structure/flora/pottedplant/smallcactus,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Rv" = (/obj/effect/wingrille_spawn/reinforced/crescent,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"Ry" = (/obj/structure/table/standard,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/obj/item/device/radio/headset/ert,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Rz" = (/obj/structure/bed/chair{dir = 4},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"RA" = (/obj/structure/bed/chair/comfy/brown{dir = 8; name = "Logistics Officer"},/obj/effect/floor_decal/corner/brown/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"RB" = (/obj/structure/table/standard,/obj/machinery/photocopier,/turf/unsimulated/floor/tile,/area/centcom/goc) +"RE" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/structure/undies_wardrobe,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RF" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"RG" = (/obj/effect/floor_decal/corner/red,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"RH" = (/obj/structure/table/standard,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/obj/item/clothing/under/syndicate/combat,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RI" = (/obj/structure/table/standard,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/obj/item/reagent_containers/pill/adminordrazine,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RK" = (/obj/structure/table/standard,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/obj/item/clothing/suit/storage/toggle/brown_jacket,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RL" = (/obj/item/crowbar/finger,/obj/item/crowbar/finger,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RM" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp/green{pixel_y = 6},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RO" = (/obj/structure/bed/chair/padded{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RP" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/centcom/goc) +"RQ" = (/obj/item/mech_equipment/ballistic_shield,/obj/item/robot_parts/robot_component/radio,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RR" = (/obj/structure/table/standard,/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/obj/item/clothing/suit/armor/vest{armor = list("melee" = 45, "bullet" = 50, "laser" = 25, "energy" = 10, "bomb" = 30)},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RS" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"RT" = (/obj/structure/window/reinforced/polarized{dir = 4},/obj/item/modular_computer/console/preset/civilian{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"RV" = (/obj/structure/table/standard,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/obj/item/clothing/head/solgov/utility,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"RW" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/clothing/accessory/buddytag,/obj/item/locator,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/research/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"RX" = (/obj/item/clothing/shoes/dress,/obj/item/clothing/gloves/color/black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/head/beret/solgov/expedition{name = "O5 beret"},/obj/item/storage/backpack/satchel/leather,/obj/item/clothing/glasses/sunglasses,/obj/effect/floor_decal/corner/black/border{dir = 5},/obj/item/device/radio/headset/ert,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Offical Foundation Office standar closet"},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"RY" = (/obj/effect/paint/silver,/turf/simulated/wall/r_titanium,/area/centcom) +"RZ" = (/obj/structure/window/reinforced/polarized{dir = 4},/obj/item/modular_computer/console/preset/engineering{dir = 8},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Sc" = (/obj/effect/floor_decal/corner/green/border{dir = 9},/obj/item/clothing/under/ert/nu7,/obj/item/clothing/gloves/thick/combat,/obj/item/clothing/shoes/combat,/obj/item/clothing/head/helmet/mtfheavy,/obj/item/clothing/suit/armor/mtfheavy,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Nu-7 Heavy Gear Closet"},/obj/item/clothing/mask/balaclava/tactical{color = "green"},/obj/item/storage/belt/holster/security/tactical,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/plastique,/obj/item/material/knife/combat,/obj/item/storage/backpack/rucksack/tan,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Sf" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/effect/floor_decal/corner/white/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Sg" = (/obj/structure/table/standard,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/obj/item/storage/belt/holster/security/tactical,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Sh" = (/obj/structure/window/reinforced/polarized{dir = 8},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/button/windowtint{pixel_y = 8},/obj/machinery/pager{pixel_y = -2; name = "Rear Connector Lock"; desc = "A button that connects something to the rear? It's probably not in use."},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Sl" = (/obj/machinery/door/airlock/vault{name = "Gear rooms"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"So" = (/obj/machinery/vending/weaponry/goc,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 0},/obj/effect/floor_decal/corner/black/full,/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"Sp" = (/obj/effect/floor_decal/corner/research/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Sr" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Ss" = (/obj/effect/floor_decal/corner/research/bordercorner,/obj/effect/floor_decal/corner/research/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Sx" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/item/ammo_magazine/box/a556,/obj/effect/floor_decal/corner/white/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"SA" = (/obj/structure/table/rack,/obj/item/gun/launcher/grenade,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/effect/floor_decal/corner/green/border,/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"SB" = (/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/suit/armor/goc,/obj/structure/closet,/obj/item/storage/belt/holster/security,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/structure/closet,/obj/structure/closet,/obj/structure/closet,/obj/structure/closet,/obj/structure/closet,/obj/item/clothing/head/solgov/utility,/turf/simulated/floor/wood,/area/centcom/goc) +"SC" = (/obj/effect/floor_decal/corner/lightgrey/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"SD" = (/obj/item/clothing/suit/armor/vest/scp/medarmor/eta,/obj/item/clothing/head/helmet/scp/eta,/obj/item/clothing/glasses/hud/scramble,/obj/structure/table/rack,/obj/effect/floor_decal/corner/research/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"SE" = (/obj/item/organ/internal/lungs,/obj/item/organ/internal/heart,/obj/item/organ/internal/liver,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/kidneys,/obj/item/organ/internal/heart,/obj/item/organ/internal/heart,/obj/item/organ/internal/liver,/obj/item/organ/internal/liver,/obj/item/organ/internal/lungs,/obj/item/organ/internal/lungs,/obj/structure/closet/secure_closet/freezer{icon = 'icons/obj/closets/fridge.dmi'; name = "Secure Freezer"},/obj/effect/floor_decal/corner/blue/border{dir = 4; icon_state = "bordercolor"},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"SG" = (/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"SH" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"SJ" = (/obj/effect/floor_decal/corner/pink/border{dir = 1},/obj/structure/table/woodentable,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"SN" = (/obj/structure/closet/secure_closet/guard/ntf,/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/orange/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"SO" = (/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/wood,/area/centcom) +"SQ" = (/obj/effect/floor_decal/corner/white/border{dir = 1},/obj/item/modular_computer/console/preset/cardslot/command_sec,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"SR" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"; req_access = list("ACCESS_MTF")},/obj/effect/floor_decal/corner/paleblue/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"SS" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/accessory/solgov/rank/fleet/warrant/w6,/obj/item/clothing/accessory/solgov/rank/fleet/warrant/w5,/obj/item/clothing/accessory/solgov/rank/fleet/warrant/w4,/obj/item/clothing/accessory/solgov/rank/fleet/warrant/w3,/obj/item/clothing/accessory/solgov/rank/fleet/warrant/w2,/obj/item/clothing/accessory/solgov/rank/fleet/warrant,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ST" = (/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/suit/armor/goc,/obj/structure/closet,/obj/item/storage/belt/holster/security,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/machinery/light{dir = 4},/obj/item/clothing/head/solgov/utility,/turf/simulated/floor/wood,/area/centcom/goc) +"SW" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/swat,/obj/item/clothing/suit/armor/vest/scp/medarmor,/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/head/helmet,/obj/item/storage/belt/holster/security/tactical,/obj/item/material/knife/combat,/obj/item/clothing/glasses/tacgoggles,/obj/item/storage/backpack/rucksack,/obj/item/clothing/under/ert/epsilon11,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"SX" = (/obj/effect/floor_decal/corner/black/full,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"SZ" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Offices"},/area/centcom) +"Ta" = (/obj/effect/floor_decal/corner/orange/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Tb" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid,/obj/item/storage/firstaid,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Tc" = (/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Te" = (/obj/structure/flora/tree/pine,/turf/simulated/floor/exoplanet/snow,/area/centcom/chaos) +"Tf" = (/obj/structure/filingcabinet,/obj/effect/decal/cleanable/blood,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"Tg" = (/obj/effect/floor_decal/corner/orange/bordercorner,/obj/effect/floor_decal/corner/orange/bordercorner{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ti" = (/obj/machinery/button/blast_door{id_tag = "Nu-7"; name = "Nu-7 Exit Shutters button"; pixel_y = 23},/obj/effect/floor_decal/corner/green/border{dir = 5},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Tk" = (/obj/item/rig/ert/engineer,/obj/structure/table/rack,/obj/item/storage/backpack/dufflebag/firefighter,/obj/item/storage/firstaid/fire,/obj/item/material/twohanded/fireaxe,/obj/item/flamethrower/full,/obj/item/tank/phoron,/obj/item/grenade/chem_grenade/incendiary,/obj/effect/floor_decal/corner/orange/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Tm" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/item/ammo_magazine/box/mk9,/obj/effect/floor_decal/corner/white/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Tn" = (/obj/structure/bed/chair/comfy/blue,/turf/unsimulated/floor/tile,/area/centcom/goc) +"To" = (/obj/effect/floor_decal/corner/white/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Tp" = (/obj/effect/floor_decal/corner/lightgrey/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Tr" = (/obj/effect/floor_decal/corner/green/border{dir = 9},/obj/structure/bed,/obj/item/bedsheet/green,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ts" = (/obj/effect/floor_decal/corner/research/bordercorner,/obj/effect/floor_decal/corner/research/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Tx" = (/obj/structure/bed,/obj/structure/bed{pixel_y = 8},/obj/effect/floor_decal/corner/paleblue/border{dir = 6},/obj/machinery/light{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/centcom/goc) +"Ty" = (/obj/machinery/button/alternate/door/bolts{id_tag = "GOC con 2"},/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Tz" = (/obj/structure/grille,/obj/structure/wall_frame,/turf/simulated/floor/tiled/monotile,/area/centcom) +"TA" = (/obj/effect/floor_decal/corner/brown/half{dir = 8},/obj/effect/floor_decal/corner/brown/half{dir = 1},/turf/simulated/floor/tiled,/area/centcom) +"TB" = (/obj/effect/floor_decal/corner/white/bordercorner{dir = 8},/obj/effect/floor_decal/corner/white/bordercorner,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"TC" = (/obj/effect/floor_decal/corner/white/border{dir = 6},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"TD" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"TE" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/structure/table/reinforced,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"TG" = (/obj/effect/floor_decal/corner/research/border{dir = 1},/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Eta-10 Gear Closet"},/obj/item/clothing/under/ert/eta10,/obj/item/locator,/obj/item/material/knife/combat,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/accessory/buddytag,/obj/item/clothing/gloves/tactical/scp,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/mask/balaclava/tactical,/obj/item/storage/backpack/rucksack,/obj/item/storage/belt/holster/security,/obj/item/device/flashlight/maglight,/obj/item/gun/projectile/pistol/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/scp/mk9,/obj/item/ammo_magazine/box/mk9,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"TJ" = (/obj/structure/table/standard,/obj/structure/flora/pottedplant/deskleaf,/turf/simulated/floor/tiled,/area/centcom) +"TL" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/tiled/monotile,/area/centcom) +"TN" = (/obj/structure/table/standard,/obj/item/ammo_magazine/scp/m16_mag/ext,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"TO" = (/obj/effect/floor_decal/corner/black/full,/obj/structure/closet,/obj/item/clothing/under/rank/security/navyblue,/obj/item/clothing/suit/security/navyhos{name = "head of armory jacket"},/obj/item/clothing/head/beret/scp/goc,/obj/item/device/radio/headset/goc,/obj/item/storage/belt/holster/security,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"TP" = (/obj/item/mech_component/control_module,/obj/item/robot_parts/robot_component/actuator,/obj/item/robot_parts/robot_component/actuator,/obj/item/robot_parts/robot_component/radio,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"TQ" = (/turf/simulated/floor/tiled/techfloor,/area/centcom/chaos) +"TS" = (/obj/machinery/door/airlock/vault{name = "Epislon-11 Armory"; req_access = list("ACCESS_MTF")},/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"TT" = (/obj/machinery/vending/cola,/turf/simulated/floor/wood,/area/centcom/goc) +"TU" = (/obj/effect/floor_decal/corner/b_green/mono,/obj/structure/table/reinforced,/obj/item/storage/box/PDAs,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"TV" = (/obj/structure/table/standard,/obj/random/action_figure,/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"TW" = (/obj/structure/table/standard,/obj/random/coin,/turf/unsimulated/floor{icon_state = "wood"},/area/centcom) +"TY" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/paleblue/mono,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"TZ" = (/obj/structure/table/rack,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/item/ammo_magazine/scp/p90_mag/ap,/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ua" = (/obj/effect/floor_decal/spline/fancy/black,/turf/unsimulated/wall,/area/centcom) +"Uc" = (/obj/structure/flora/pottedplant/bamboo,/turf/simulated/floor/tiled/steel_grid,/area/centcom/goc) +"Ud" = (/obj/structure/window/reinforced/tinted/frosted{dir = 8},/obj/structure/window/reinforced/tinted/frosted{dir = 4},/obj/structure/window/reinforced/tinted/frosted,/obj/structure/railing/mapped{dir = 1},/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/machinery/light,/turf/simulated/floor/grass,/area/centcom) +"Uf" = (/obj/machinery/vending/cola{name = "Robust Softdrinks"; prices = list(); dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Uj" = (/obj/effect/floor_decal/corner/research/bordercorner,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Uk" = (/turf/unsimulated/floor/reinforced,/area/centcom) +"Ul" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/structure/table/woodentable,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Um" = (/turf/simulated/floor/wood,/area/centcom/goc) +"Uq" = (/obj/effect/floor_decal/spline/fancy/black{dir = 6},/turf/unsimulated/wall,/area/centcom) +"Ur" = (/obj/machinery/light{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom/goc) +"Us" = (/obj/structure/bed/chair/padded{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ut" = (/obj/machinery/reagent_temperature/cooler{pixel_x = 7; pixel_y = 3},/obj/machinery/reagent_temperature{pixel_x = -7; pixel_y = 3},/obj/structure/table/standard,/turf/unsimulated/floor/tile,/area/centcom) +"Uu" = (/obj/machinery/door/airlock{name = "GOC Outpost"},/turf/simulated/floor/wood/mahogany,/area/centcom/goc) +"Uv" = (/obj/machinery/vending/cigarette{name = "cigarette machine"; prices = list(); dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"Uy" = (/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"UA" = (/obj/structure/table/rack,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/obj/item/gun/projectile/automatic/scp/p90,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"UB" = (/obj/machinery/vending/mredispenser{dir = 8},/obj/effect/floor_decal/corner/paleblue/border{dir = 9},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"UD" = (/obj/structure/shuttle/engine/propulsion{dir = 1},/turf/unsimulated/floor/reinforced,/area/centcom) +"UF" = (/obj/effect/floor_decal/corner/green/border{dir = 8},/obj/effect/floor_decal/corner/green/border{dir = 4},/obj/machinery/door/airlock/vault{name = "Ethics Committee Agent room"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"UG" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 4; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Maintence Tunnel"},/area/centcom) +"UH" = (/obj/structure/bed/chair{dir = 4},/turf/unsimulated/floor/techfloor,/area/centcom) +"UI" = (/obj/structure/curtain/medical,/turf/unsimulated/floor/tile,/area/centcom) +"UJ" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"UK" = (/obj/structure/table/standard,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"UL" = (/obj/item/clothing/under/rank/centcom_captain,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/dress,/obj/item/storage/backpack/satchel/leather,/obj/item/device/radio/headset/ert,/obj/item/clothing/head/beret/solgov/marcom{name = "\improper Operations Coordinator Beret"},/obj/item/clothing/accessory/storage/black_vest,/obj/item/clothing/glasses/eyepatch/hud/security,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Operations Coordinator"},/obj/item/storage/belt/holster/security,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/box/a50,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"UM" = (/obj/item/material/knife/combat,/obj/effect/floor_decal/corner/paleblue/border{dir = 1},/obj/item/clothing/under/ert/epsilon11,/obj/item/clothing/head/beret/mtf,/obj/item/clothing/shoes/jackboots,/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Epsilon-11 Team Leader Gear Closet"},/obj/item/clothing/mask/balaclava,/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/glasses/night,/obj/item/clothing/gloves/tactical/scp,/obj/item/storage/backpack/rucksack,/obj/item/device/flashlight/maglight,/obj/item/reagent_containers/spray/pepper,/obj/item/device/flash,/obj/item/gun/projectile/revolver/mateba,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/c44,/obj/item/ammo_magazine/c44,/obj/item/gun/projectile/automatic/scp/m4a1,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/ammo_magazine/scp/m16_mag/ext,/obj/item/storage/firstaid/light,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFmedium,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"UN" = (/obj/effect/floor_decal/spline/fancy/black{dir = 4},/turf/unsimulated/floor/techfloor,/area/centcom) +"UP" = (/obj/structure/table/standard,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/obj/item/clothing/accessory/solgov/department/command/marine,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"UQ" = (/turf/space{icon_state = "black"},/area/space) +"UR" = (/obj/structure/table/standard,/obj/structure/table/standard,/turf/unsimulated/floor/tile,/area/centcom/goc) +"US" = (/obj/structure/closet/crate/secure/biohazard{req_access = null},/obj/effect/floor_decal/corner/yellow/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"UT" = (/obj/structure/closet/secure_closet/guard/breachautomatics,/obj/effect/floor_decal/corner/black/border{dir = 5},/obj/effect/floor_decal/corner/black/bordercorner{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"UU" = (/obj/machinery/vending/wallmed1{pixel_y = 32},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"UW" = (/obj/structure/table/standard,/turf/unsimulated/floor/tile,/area/centcom) +"UX" = (/obj/structure/bed/chair/shuttle/black{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"UZ" = (/obj/random/snack,/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/centcom) +"Ve" = (/obj/structure/table/standard,/obj/item/clothing/shoes/orange,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/color/orange,/obj/item/clothing/under/color/orange,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"Vf" = (/obj/structure/bed/chair/comfy/red{dir = 1; name = "HCZ Commander"},/obj/effect/floor_decal/corner/red/half{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Vg" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine,/obj/effect/floor_decal/spline/fancy/black{dir = 8},/turf/simulated/floor/carpet/blue,/area/centcom) +"Vh" = (/obj/structure/table/standard,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Vo" = (/obj/structure/reagent_dispensers/water_cooler,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Vp" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Vq" = (/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/item/storage/belt/utility/full,/obj/effect/floor_decal/corner/black/bordercee{dir = 8},/obj/structure/table/rack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Vt" = (/obj/structure/flora/ausbushes/brflowers,/turf/unsimulated/floor/grass{color = "#799c4b"; icon = 'icons/turf/jungle.dmi'; icon_state = "greygrass"},/area/centcom) +"Vw" = (/obj/effect/floor_decal/spline/fancy/black{dir = 10},/turf/unsimulated/floor/techfloor,/area/centcom) +"Vx" = (/obj/structure/closet/crate/bin{anchored = 1; name = "trash bin"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Vz" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/under/ert/alpha1,/obj/item/clothing/head/beret/mtf/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/clothing/shoes/tactical,/obj/item/material/knife/combat,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"VA" = (/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/item/ammo_magazine/scp/p90_mag,/obj/effect/floor_decal/corner/research/border,/obj/structure/table/rack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"VB" = (/obj/machinery/body_scanconsole{dir = 4},/turf/unsimulated/floor/tile,/area/centcom) +"VD" = (/turf/simulated/floor/wood/mahogany,/area/centcom/goc) +"VF" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Base"; req_access = list("ACCESS_MTF")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"VG" = (/obj/effect/floor_decal/corner/pink/border{dir = 8},/obj/effect/floor_decal/corner/pink/border{dir = 4},/obj/machinery/door/airlock/vault{name = "Intelligence Agency commander room"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"VH" = (/obj/machinery/vending/wallmed1{dir = 4; pixel_x = -21},/obj/structure/table/standard,/turf/unsimulated/floor/techfloor,/area/centcom) +"VJ" = (/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/security/brig) +"VL" = (/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"VN" = (/obj/effect/floor_decal/corner/green{dir = 4},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"VO" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/railing/mapped{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom) +"VP" = (/obj/effect/floor_decal/corner/paleblue/bordercorner,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"VQ" = (/obj/effect/floor_decal/spline/fancy/black{dir = 9},/turf/unsimulated/floor/techfloor,/area/centcom) +"VU" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/unsimulated/floor{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/centcom) +"VV" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/centcom) +"VW" = (/obj/effect/floor_decal/spline/fancy/black{dir = 1},/turf/unsimulated/floor/techfloor,/area/centcom) +"VX" = (/obj/effect/floor_decal/corner/brown/half{dir = 4},/turf/simulated/floor/tiled,/area/centcom) +"VY" = (/obj/structure/table/rack,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/obj/effect/floor_decal/corner/research/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"VZ" = (/obj/effect/floor_decal/corner/green/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Wb" = (/obj/structure/closet,/turf/unsimulated/floor/tile,/area/centcom/goc) +"Wc" = (/obj/structure/table/reinforced,/obj/item/deck/cards{pixel_x = -5; pixel_y = 10},/turf/unsimulated/floor/techfloor,/area/centcom) +"We" = (/obj/structure/bed/chair{dir = 8},/turf/unsimulated/floor/techfloor,/area/centcom) +"Wf" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-open"; icon_state = "agent-locked"; name = "Alpha-1 Gear Closet"},/obj/item/clothing/under/ert/alpha1,/obj/item/clothing/head/beret/mtf/alpha,/obj/item/clothing/gloves/tactical/alpha,/obj/item/clothing/mask/gas/alpha,/obj/item/clothing/suit/armor/vest/scp/medarmor/alpha,/obj/item/clothing/glasses/thermal,/obj/item/clothing/glasses/night,/obj/item/clothing/shoes/tactical,/obj/item/material/knife/combat,/obj/item/storage/belt/holster/security/tactical,/obj/item/crowbar/prybar,/obj/item/device/radio/headset/specops,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/pistol/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/scp/usp45,/obj/item/ammo_magazine/box/a45,/obj/effect/floor_decal/corner/red/border{dir = 9},/obj/item/storage/backpack/rucksack,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Wg" = (/obj/machinery/vending/cola{dir = 1; name = "Robust Softdrinks"; prices = list()},/turf/unsimulated/floor/techfloor,/area/centcom) +"Wh" = (/obj/structure/table/reinforced,/obj/item/storage/box/flashbangs,/obj/item/storage/box/flashbangs,/turf/unsimulated/floor/techfloor,/area/centcom) +"Wi" = (/obj/structure/table/reinforced,/obj/item/storage/box/handcuffs,/obj/item/storage/box/handcuffs,/turf/unsimulated/floor/techfloor,/area/centcom) +"Wl" = (/obj/machinery/papershredder,/turf/simulated/floor/carpet/blue,/area/centcom) +"Wn" = (/obj/structure/flora/pottedplant/floorleaf,/turf/unsimulated/floor/techfloor,/area/centcom) +"Wo" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/wood,/area/centcom) +"Wp" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Wt" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Wu" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/green/mono,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"Ww" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{dir = 4; id_tag = "supply_shuttle"; name = "Supply Drone Shutters"},/turf/simulated/floor/plating,/area/centcom) +"Wx" = (/obj/effect/shuttle_landmark/goc1/start,/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"Wy" = (/obj/machinery/button/blast_door{id_tag = "helicopter-left"; name = "MTF Helicopter Side Doors"; req_access = list("ACCESS_MTF")},/turf/simulated/wall/r_wall,/area/centcom) +"WA" = (/obj/structure/bed/chair/shuttle/black{dir = 8},/obj/machinery/light{dir = 4},/obj/effect/decal/cleanable/blood,/turf/simulated/floor/shuttle/black,/area/centcom) +"WB" = (/obj/effect/floor_decal/spline/fancy/black,/turf/unsimulated/floor/techfloor,/area/centcom) +"WE" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/yellow/mono,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"WI" = (/obj/effect/wingrille_spawn/reinforced/crescent,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom/goc) +"WJ" = (/obj/machinery/vending/security{req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor/techfloor,/area/centcom) +"WK" = (/obj/item/storage/pill_bottle/amnesticsb,/obj/structure/table/reinforced,/obj/item/storage/pill_bottle/amnesticsb,/obj/item/storage/pill_bottle/amnesticsb,/obj/machinery/vending/wallmed1{pixel_y = 32},/turf/unsimulated/floor/techfloor,/area/centcom) +"WL" = (/obj/machinery/papershredder,/turf/simulated/floor/wood/mahogany,/area/centcom/goc) +"WM" = (/obj/machinery/vending/tool,/obj/effect/floor_decal/corner/red/bordercee{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"WN" = (/obj/structure/bed/chair,/turf/unsimulated/floor/techfloor,/area/centcom) +"WO" = (/obj/structure/table/reinforced,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/item/toy/figure/md{desc = "Awwww, a cute Medical Doctor action figure."},/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"WP" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"; pixel_x = -7},/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"; pixel_x = 7},/turf/simulated/floor/reinforced,/area/centcom) +"WR" = (/obj/structure/iv_drip,/turf/unsimulated/floor/techfloor,/area/centcom) +"WS" = (/obj/structure/flora/pottedplant/flower,/turf/unsimulated/floor/techfloor,/area/centcom) +"WT" = (/obj/structure/flora/ausbushes/ppflowers,/turf/unsimulated/floor/grass{color = "#799c4b"; icon = 'icons/turf/jungle.dmi'; icon_state = "greygrass"},/area/centcom) +"WU" = (/obj/structure/flora/pottedplant/flower,/obj/effect/floor_decal/spline/fancy/black{dir = 5},/turf/unsimulated/floor/techfloor,/area/centcom) +"WV" = (/obj/structure/table/standard,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/obj/item/clothing/glasses/tacgoggles,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"WW" = (/obj/effect/floor_decal/corner/green/border{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"WY" = (/obj/item/toy/balloon,/obj/item/toy/balloon,/obj/item/toy/balloon/nanotrasen,/obj/item/toy/balloon/nanotrasen,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"WZ" = (/obj/machinery/vending/coffee{prices = list()},/turf/unsimulated/floor/techfloor,/area/centcom) +"Xb" = (/obj/structure/target_stake,/obj/item/target,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Xd" = (/obj/effect/floor_decal/corner/black/full,/obj/machinery/button/blast_door{name = "Grenades and special weapon"; machine_name = "heavyrescue50"; id_tag = "heavyrescue50"},/obj/structure/table/standard,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"Xf" = (/obj/structure/table/standard,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/obj/item/clothing/suit/armor/swat/officer,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Xj" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Xk" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 4},/obj/effect/floor_decal/corner/green/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Xm" = (/obj/machinery/door/airlock/vault{name = "Mobile Task Force Hanger"; req_access = list("ACCESS_MTF")},/obj/effect/floor_decal/corner/lightgrey/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Xo" = (/obj/machinery/vending/cigarette{name = "cigarette machine"; prices = list()},/turf/unsimulated/floor/techfloor,/area/centcom) +"Xt" = (/obj/effect/floor_decal/corner/blue/bordercorner{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Xw" = (/obj/structure/flora/pottedplant/orientaltree,/turf/unsimulated/floor/techfloor,/area/centcom) +"Xx" = (/obj/structure/bed/chair{dir = 4; pixel_x = 7},/turf/simulated/floor/wood,/area/centcom/goc) +"Xy" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/mahogany,/area/centcom/goc) +"Xz" = (/obj/effect/floor_decal/corner/paleblue/border{dir = 9},/obj/machinery/vending/mredispenser,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"XC" = (/obj/structure/closet/secure_closet/medical2,/turf/unsimulated/floor/tile,/area/centcom/goc) +"XD" = (/obj/item/marshalling_wand,/obj/item/marshalling_wand,/obj/item/marshalling_wand,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"XF" = (/obj/item/wirecutters/finger,/obj/item/wirecutters/finger,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"XG" = (/obj/structure/bed,/obj/structure/bed{pixel_y = 8},/turf/simulated/floor/wood,/area/centcom/goc) +"XL" = (/obj/machinery/light,/obj/structure/closet/crate,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/random/powercell,/obj/random/powercell,/obj/random/powercell,/obj/item/bedsheet,/obj/item/bedsheet,/obj/item/bedsheet,/obj/item/bedsheet,/obj/item/book{name = "Crisis Management 101"; desc = "Overall pretty uninformative, the back cover summed it up pretty well with Step 1: Don't panic."},/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"XO" = (/obj/structure/flora/pottedplant/minitree,/turf/unsimulated/floor/techfloor,/area/centcom) +"XP" = (/obj/structure/closet/secure_closet/guard/breachautomatics,/obj/effect/floor_decal/corner/black/border{dir = 4},/obj/effect/floor_decal/corner/black/border{dir = 8},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"XQ" = (/obj/structure/closet,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"XU" = (/obj/effect/floor_decal/spline/fancy/black{dir = 8},/turf/unsimulated/floor/techfloor,/area/centcom) +"XV" = (/obj/structure/table/standard,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/obj/item/clothing/under/syndicate,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"XY" = (/obj/machinery/button/blast_door{id_tag = "05blastdoor2"; name = "05 Blast door"; pixel_y = -9},/turf/unsimulated/wall,/area/centcom) +"Ya" = (/obj/structure/table/standard,/obj/item/clothing/shoes/orange,/obj/item/clothing/under/color/orange,/obj/item/clothing/under/color/orange,/obj/item/clothing/shoes/orange,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom/goc) +"Yc" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/monotile,/area/site53/tram/maintrain) +"Yd" = (/obj/effect/floor_decal/corner/paleblue/bordercorner,/obj/effect/floor_decal/corner/paleblue/bordercorner{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ye" = (/turf/unsimulated/floor/techfloor,/area/centcom) +"Yf" = (/obj/machinery/door/airlock/vault{name = "Gear rooms"; req_access = list("ACCESS_ADMIN_LEVEL1"); dir = 4},/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Yg" = (/obj/machinery/door/blast/regular{name = "Civil Access"; id_tag = "Centcom Civ"},/turf/simulated/floor/tiled,/area/centcom) +"Yi" = (/obj/effect/floor_decal/corner/green/bordercorner{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Yk" = (/obj/effect/floor_decal/corner/black/border{dir = 1},/obj/effect/floor_decal/corner/black/border,/obj/machinery/vending/medical{dir = 1; req_access = list()},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Yo" = (/obj/effect/catwalk_plated/dark,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor,/area/site53/tram/maintrain) +"Yq" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/yellow/border{dir = 1},/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/obj/item/flamethrower/full/loaded,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Yr" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/head/helmet/scp/donor2,/obj/item/clothing/accessory/solgov/department/security,/obj/item/clothing/accessory/solgov/department/security/fleet,/obj/item/clothing/accessory/solgov/department/security/marine,/obj/item/clothing/accessory/solgov/department/security/service,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Ys" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 8},/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Yt" = (/obj/structure/table/standard,/obj/item/reagent_containers/ivbag/amnesticsf{pixel_x = 7},/obj/item/reagent_containers/ivbag/amnesticsf{pixel_x = 7},/turf/unsimulated/floor/techfloor,/area/centcom) +"Yv" = (/obj/effect/shuttle_landmark/supply/centcom,/turf/simulated/floor/plating,/area/centcom) +"Yw" = (/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/security/brig) +"Yy" = (/obj/machinery/door/airlock/security{name = "Holding Cells"; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Yz" = (/obj/item/clothing/head/helmet/scp/goc,/obj/item/clothing/suit/armor/goc,/obj/structure/closet,/obj/item/storage/belt/holster/security,/obj/item/clothing/gloves/thick/swat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/glasses/night,/obj/item/device/radio/headset/goc,/obj/item/clothing/under/solgov/utility/marine/urban,/obj/machinery/light{dir = 8},/obj/item/clothing/head/solgov/utility,/turf/simulated/floor/wood,/area/centcom/goc) +"YB" = (/obj/structure/table/standard,/turf/unsimulated/floor/techfloor,/area/centcom) +"YE" = (/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 8},/obj/effect/floor_decal/corner/lightgrey/bordercorner{dir = 1},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"YF" = (/obj/structure/table/reinforced,/obj/machinery/vending/wallmed1{pixel_y = 32},/turf/unsimulated/floor/techfloor,/area/centcom) +"YI" = (/obj/structure/bed,/turf/unsimulated/floor/techfloor,/area/centcom) +"YK" = (/obj/machinery/button/blast_door{id_tag = "originMTF"; name = "Epislon-9 Exit Shutters button"; dir = 4; pixel_x = -25},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"YL" = (/obj/structure/bed/chair/shuttle/black{dir = 4},/obj/machinery/light{dir = 8; icon_state = "tube1"},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/goc1) +"YM" = (/obj/machinery/door/airlock/security{name = "Holding Cells"; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"YO" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/syringe/amnesticsc,/obj/item/reagent_containers/syringe/amnesticsc,/obj/item/reagent_containers/syringe/amnesticsc,/obj/item/reagent_containers/syringe/amnesticsc,/obj/item/reagent_containers/syringe/amnesticsc,/obj/item/reagent_containers/syringe/amnesticsc,/obj/item/reagent_containers/syringe/amnesticsc,/obj/item/reagent_containers/syringe/amnesticsc,/turf/unsimulated/floor/techfloor,/area/centcom) +"YQ" = (/obj/structure/bed/chair/office,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/site53/tram/car1) +"YR" = (/obj/machinery/vending/soda{dir = 8},/turf/unsimulated/floor/techfloor,/area/centcom) +"YS" = (/obj/effect/floor_decal/corner/black/border{dir = 8},/obj/effect/floor_decal/corner/black/border{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"YV" = (/obj/structure/table/standard,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/obj/item/clothing/glasses/thermal/plain/jensen,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"YX" = (/obj/machinery/power/apc/alien,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/security/brig) +"YZ" = (/obj/structure/curtain/medical,/turf/unsimulated/floor/tile,/area/centcom/goc) +"Za" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Zb" = (/obj/machinery/bodyscanner,/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Zc" = (/obj/structure/table/rack,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/item/storage/toolbox/mechanical,/obj/effect/floor_decal/corner/black/border,/obj/effect/floor_decal/corner/black/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Ze" = (/obj/structure/table/reinforced,/turf/unsimulated/floor/techfloor,/area/centcom) +"Zf" = (/obj/machinery/vending/security{dir = 4; req_access = list("ACCESS_SECURITY_LEVEL3")},/obj/effect/floor_decal/corner/orange/border{dir = 10},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Zh" = (/obj/structure/hygiene/shower,/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Zi" = (/obj/machinery/vending/coffee{prices = list(); dir = 1},/obj/effect/floor_decal/corner/black/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Zn" = (/obj/machinery/vending/wallmed1{dir = 4; pixel_x = -21},/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "techmaint"},/area/centcom) +"Zp" = (/obj/effect/floor_decal/corner/brown/half{dir = 1},/turf/simulated/floor/tiled,/area/centcom) +"Zq" = (/obj/structure/table/standard,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/item/grenade/frag,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Zr" = (/obj/machinery/vending/medical{dir = 8; req_access = list()},/obj/effect/floor_decal/corner/blue/border{dir = 4; icon_state = "bordercolor"},/turf/simulated/floor/tiled/monotile/white,/area/centcom/goc) +"Zs" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/head/beret/solgov/marcom,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"Zt" = (/obj/structure/table/reinforced,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/item/storage/box/ammo/shotgunshells,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/black/full,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"Zu" = (/obj/structure/railing/mapped,/turf/simulated/floor/tiled/monotile,/area/centcom) +"Zx" = (/obj/item/modular_computer/console/preset/cardslot/command_sec,/obj/effect/floor_decal/corner/white/border{dir = 1},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"Zz" = (/obj/machinery/vending/cola{dir = 8},/turf/unsimulated/floor/techfloor,/area/centcom) +"ZA" = (/turf/unsimulated/floor{icon_state = "snow"},/area/centcom) +"ZC" = (/turf/unsimulated/floor/grass{color = "#799c4b"; icon = 'icons/turf/jungle.dmi'; icon_state = "greygrass"},/area/centcom) +"ZD" = (/obj/structure/bed/chair/comfy/red{dir = 1; name = "Guard Commander"},/obj/effect/floor_decal/corner/purple/half{dir = 1},/turf/simulated/floor/tiled/monotile,/area/centcom/goc) +"ZE" = (/obj/structure/table/rack,/obj/item/gun/launcher/grenade,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/item/grenade/frag/shell,/obj/effect/floor_decal/corner/paleblue/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ZI" = (/obj/item/storage/belt/holster/security/tactical,/obj/item/clothing/accessory/storage/black_vest,/obj/item/clothing/suit/storage/vest/tactical,/obj/item/clothing/head/helmet/nt{name = "security helmet"},/obj/item/clothing/mask/balaclava/tactical,/obj/item/storage/backpack/rucksack/tan,/obj/structure/closet,/obj/item/clothing/glasses/night,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/chaos) +"ZK" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/mahogany,/area/centcom/goc) +"ZL" = (/obj/machinery/button/alternate/door/bolts{id_tag = "GOC con 2"},/turf/simulated/wall/titanium,/area/centcom/goc) +"ZO" = (/obj/machinery/door/airlock/glass/security{name = "Holding Cell"; req_access = list("ACCESS_SECURITY_LEVEL3")},/turf/unsimulated/floor/techfloor,/area/centcom) +"ZP" = (/obj/effect/wingrille_spawn/reinforced/crescent,/turf/unsimulated/floor/techfloor,/area/centcom) +"ZQ" = (/turf/unsimulated/wall{desc = "A secure airlock. Doesn't look like you can get through easily."; dir = 1; icon = 'icons/obj/doors/vault/door.dmi'; icon_state = "closed"; name = "Exit"},/area/centcom) +"ZS" = (/obj/effect/floor_decal/corner/yellow/bordercorner{dir = 4},/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ZV" = (/obj/structure/table/marble,/obj/machinery/door/window/brigdoor/northright{name = "Head of arsenal"},/obj/machinery/door/window/brigdoor/southright,/obj/machinery/door/blast/shutters{name = "Lockdown"; id_tag = "Lockdown.101"},/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/goc) +"ZW" = (/obj/machinery/vending/security{req_access = null},/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/effect/floor_decal/corner/red/border,/turf/unsimulated/floor{icon_state = "dark"},/area/centcom) +"ZX" = (/obj/structure/closet/secure_closet{icon = 'icons/obj/sec-lockers.dmi'; icon_closed = "agent-unlocked"; icon_locked = "agent-locked"; icon_off = "agent-off"; icon_opened = "agent-opem"; icon_state = "agent-locked"; name = "Gear Closet"},/obj/item/clothing/head/helmet/augment,/obj/item/clothing/accessory/solgov/department/service,/obj/item/clothing/accessory/solgov/department/service/fleet,/obj/item/clothing/accessory/solgov/department/service/marine,/obj/item/clothing/accessory/solgov/department/service/service,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "monotiledark"},/area/centcom) +"ZY" = (/obj/structure/table/reinforced,/obj/item/device/taperecorder,/obj/item/device/tape,/obj/item/device/tape,/obj/item/device/tape,/obj/item/device/tape,/turf/unsimulated/floor/techfloor,/area/centcom) +"ZZ" = (/obj/machinery/vending/snack{dir = 8},/turf/unsimulated/floor/techfloor,/area/centcom) (1,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 -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 -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(2,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(3,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eL -eL -eL -eL -eL -eL -eS -eS -eS -eS -eL -eL -eL -eL -eL -eL -eL -eL -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(4,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eL -eL -hB -eS -eS -eS -eS -eS -eS -oD -eS -eS -mx -mx -hB -hB -hB -eL -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rv -sD -tq -gp -gp -tq -sG -sD -tq -gp -gp -tq -Gl -gp -Li -Mc -gp -gp -gp -gp -gp -gp -gp -gp -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(5,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eL -hB -cx -eS -eS -eS -jC -hB -hB -hB -eS -eS -eS -eS -mx -hB -jD -hB -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -sG -tq -gp -gp -sH -gp -rv -tq -gp -gp -tq -Gl -gp -gp -gp -gp -ON -PF -Ql -gp -ON -PF -Ql -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(6,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eL -hB -hB -eS -eS -eS -eS -hB -hB -hB -hB -eS -eS -eS -eS -hB -hB -hB -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rA -sH -tq -gp -gp -rA -gp -gp -tq -gp -gp -tq -Gl -gp -gp -gp -gp -OQ -PI -mZ -gp -RM -PI -mZ -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(7,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eL -hB -eS -eS -eS -oJ -lC -lC -lC -lC -lC -lC -lC -eS -eS -eS -eS -hB -hB -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -tq -tq -tq -tq -gp -gp -tq -Gl -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(8,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eS -eS -eS -eS -oJ -oJ -mL -YL -ka -ka -rz -rp -oy -eS -eS -eS -eS -oD -id -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -gp -gp -gp -rA -gp -gp -tq -Gl -gp -gp -gp -gp -Ph -PJ -gp -gp -gp -QA -QI -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(9,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eS -oD -eS -eS -oJ -lS -UX -mL -Wx -mL -mL -rp -sb -eS -eS -eS -eS -eS -eS -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -gp -gp -gp -rA -gp -gp -tq -gp -gp -gp -gp -gp -Pl -mZ -gp -gp -gp -PI -Us -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(10,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -ab -ab -ab -ab -ab -ab -ab -aa -eL -eL -eS -mx -eS -eS -oJ -oJ -mL -mG -ob -ob -mA -rp -lC -eS -eS -eS -eS -eS -eS -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -tq -eE -sk -tq -gp -gp -Fu -gp -gp -gp -gp -gp -Pm -PK -gp -gp -gp -mZ -ON -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(11,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -jv -jv -jv -jv -jv -jv -jv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -aa -aa -aa -aa -aa -aa -aa -aa -eL -eL -eS -eS -eS -eS -eS -oJ -lC -lC -lC -lC -lC -lC -lC -eS -eS -eS -eS -eS -eS -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rA -sH -tq -gp -gp -tq -xD -mZ -sH -gp -gp -Fu -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(12,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -jv -jv -jv -jv -jv -jv -jv -jv -jv -Hv -Hv -jv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -lI -lI -lI -lI -lI -lI -lI -eL -eL -eS -eS -eS -hB -hB -eS -eS -eS -eS -eS -eS -eS -eS -eS -eS -eS -eS -eS -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -sG -tq -gp -gp -xd -gp -yR -sH -gp -gp -tq -eE -Jb -tq -Jb -eE -eE -gp -gp -gp -gp -gp -gp -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(13,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -jv -jv -jv -jv -jv -jv -jv -jv -jv -jv -jv -jv -jv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -oo -do -Px -Px -Px -Px -lI -eL -eL -eL -eS -ko -hB -hB -hB -hB -eS -eS -eS -eS -eS -eS -eS -eS -oD -hB -ko -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rv -sD -tq -vf -vJ -tq -gp -gp -tq -Du -Du -tq -gp -gp -gp -gp -gp -eE -gp -gp -gp -gp -gp -gp -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(14,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -jv -jv -jv -jv -jv -jv -jv -jv -jv -Hv -Hv -jv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -oo -oo -oo -oo -oo -oo -lI -eL -eL -eL -eS -eS -jC -hB -hB -hB -eS -eS -eS -eS -id -eS -eS -hB -hB -hB -eL -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -gp -gp -tq -gp -gp -gp -gp -gp -eE -gp -gp -QA -PI -mZ -gp -gp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(15,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -jv -jv -jv -jv -jv -jv -jv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -QV -oo -oo -oo -oo -IE -lI -eL -eL -eL -eL -eS -eS -eS -eS -eS -lI -zs -zs -lI -eS -hB -jD -hB -hB -eL -eL -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -sK -tK -tK -vP -xf -xP -yS -tq -gp -gp -tq -gp -gp -gp -gp -gp -eE -gp -gp -QI -RO -ON -gp -Vo -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(16,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -QV -oo -oo -oo -Nu -IE -lI -eL -eL -eL -eL -eL -eS -eS -eS -lI -aB -Ho -Ho -lI -lI -hB -hB -eL -eL -eL -eL -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -sQ -gp -gp -gp -gp -gp -yT -tq -gp -gp -tq -gp -gp -gp -gp -gp -eE -gp -gp -gp -gp -gp -gp -Vx -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(17,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -lI -lI -lI -oo -lI -lI -lI -eL -eL -eL -eL -eL -eL -eL -eL -lI -Qi -Qi -Qi -Qi -lI -eL -eL -eL -eL -eL -eL -eL -eL -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rC -sT -gp -gp -gp -gp -gp -yT -tq -gp -gp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(18,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -lI -lI -lI -zs -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -Qi -Qi -Qi -Qi -lI -aa -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rE -gp -tT -vi -vT -vT -tT -yT -tq -Dv -Dv -tq -tq -Jd -Lt -Md -Md -Md -Md -Md -Md -RW -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -ZC -ZC -ZA -ZA -ZA -ZA -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(19,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -uL -Al -lI -oo -tv -oo -oo -oo -oo -tv -oo -oo -lI -XQ -Al -lI -Qi -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rG -gp -gp -gp -gp -gp -gp -yT -tq -gp -Et -tq -Hr -Jg -gp -gp -gp -gp -gp -gp -gp -Sp -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -ZC -Jq -ZA -ZA -ZA -ZC -ZA -ZA -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(20,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -fd -XQ -lI -oo -oo -oo -oo -oo -oo -oo -oo -oo -nX -oo -uL -lI -Qi -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rG -gp -rY -rY -vV -vV -rY -yT -tq -gp -gp -FA -HE -gp -gp -Mp -uh -wl -gp -gp -gp -Ss -op -tq -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -ZC -ZA -ZA -ZA -ZA -ZC -WT -ZC -ZA -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(21,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -Le -nX -lI -oo -oo -oo -oo -oo -oo -oo -oo -oo -Le -oo -mJ -lI -Rm -Qi -Qi -aA -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rM -gp -gp -gp -gp -gp -gp -zg -BK -gp -gp -tq -HG -Jk -gp -gp -gp -gp -gp -gp -gp -Sp -tq -tq -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nn -ZC -WT -qz -ZC -ZC -ZA -ZA -ZA -ZA -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(22,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -oo -oo -oo -oo -oo -lI -Rv -Rv -lI -oo -oo -oo -lI -lI -lI -lI -Qi -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Uk -Uk -Uk -RY -iv -Ww -Ww -Ww -iv -RY -Uk -Uk -Uk -Rr -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rO -gp -ue -ue -ue -ue -ue -zl -tq -gp -gp -tq -tq -Jl -LD -Mv -Mv -Mv -Mv -Mv -Mv -SD -tq -tq -ab -ab -ab -ab -ab -ab -Nx -Nx -ZC -NC -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Rr -CL -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(23,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -Le -nX -lI -oo -oo -Rv -el -OA -Rv -oo -oo -oo -oo -oo -oo -lI -Qi -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Uk -Uk -UD -RY -Cv -Cv -Cv -Cv -Cv -RY -RY -Uk -Uk -Rr -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rW -sT -gp -gp -gp -gp -gp -yT -tq -gp -gp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -Nx -Nx -ZA -ZA -rB -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -CL -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(24,1,1) = {" -aa -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -Hv -aa -lI -fd -XQ -lI -oo -oo -PR -oo -OA -Rv -oo -oo -oo -oo -oo -mJ -lI -Qi -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Uk -Uk -UD -FE -tI -Cv -Cv -Cv -wD -RY -RY -Uk -Uk -Rr -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -sQ -gp -gp -gp -gp -gp -yT -tq -gp -gp -tq -tq -Jr -LG -ME -NO -NO -NO -NO -NO -SN -tq -tq -ab -ab -ab -ab -ab -Nx -ZA -ZC -ZA -rB -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -CL -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(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 -lI -uL -Al -lI -oo -oo -Rv -rD -oo -Rv -oo -oo -oo -oo -Ve -Ya -lI -Qi -Qi -Qi -Qi -lI -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Uk -Uk -UD -FE -Cv -Cv -Cv -Cv -Cv -wj -RY -Uk -Uk -Rr -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -ta -ug -ug -ug -ug -ug -zv -tq -gp -Et -tq -HW -Js -gp -gp -gp -gp -gp -gp -gp -Ta -tq -tq -ab -ab -ab -ab -ab -Nx -ZC -ZA -WT -rB -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -CL -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(26,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -zs -lI -lI -lI -lI -lI -lI -lI -zs -Rk -lI -lI -lI -lI -lI -lI -lI -lI -lI -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -Nx -Rr -Uk -Uk -UD -RY -Cv -Cv -Cv -Cv -Cv -RY -RY -Uk -Uk -Rr -tq -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -gp -gp -FF -Ie -gp -gp -MG -uh -PA -gp -gp -gp -Tg -op -tq -ab -ab -ab -ab -ab -Nx -ZC -ZA -ZA -rB -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -CL -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(27,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -Uc -Qi -Qi -Qi -RS -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -RS -Qi -Qi -Qi -Qi -Qi -Qi -Qi -RS -Qi -Qi -Qi -Qi -Qi -Qi -Qi -RS -Qi -MF -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -aa -ab -ab -Nx -Rr -Uk -Uk -Uk -RY -iv -Ww -Ww -Ww -iv -RY -Uk -Uk -Uk -Rr -tq -ab -ab -ab -ab -ab -ab -ab -tq -oT -qf -qf -qf -qf -qf -wk -xp -xQ -tq -tq -gp -gp -tq -If -Ju -gp -gp -gp -gp -gp -gp -gp -Ta -tq -tq -ab -ab -ab -ab -ab -Nx -Nx -Nx -ZA -rB -Rr -VU -VU -VU -VU -VU -VU -Rr -Rr -CL -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(28,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -PT -kT -uM -lI -yv -dr -dr -dr -dr -Ii -jt -lI -aa -Nx -Nx -Nx -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -tq -tq -tq -ab -ab -ab -ab -ab -tq -oU -gp -gp -gp -gp -gp -gp -gp -xZ -zw -tq -gp -gp -tq -tq -Jx -LH -MW -Ob -Ob -Ob -Ob -Ob -Tk -tq -tq -ab -ab -ab -ab -ab -ab -Nx -Nx -ZA -rB -kO -Nn -ZA -ZC -ZA -Nn -ZC -Ff -VU -ZQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(29,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -lI -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Gy -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Gy -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Gy -Qi -Qi -Qi -Qi -CI -lI -kT -kT -lI -KX -RG -DB -dF -VN -dr -dr -lI -aa -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -ab -ab -ab -ab -ab -op -oV -gp -gp -gp -uh -vl -wl -gp -gp -zz -BW -gp -gp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Rr -kO -ZA -ZC -ZA -ZC -ZC -ZC -ZC -ZC -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(30,1,1) = {" -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -Rm -Qi -Qi -lI -lI -lI -lI -lI -lI -lI -lt -lI -lI -lI -lI -lI -lI -lI -lI -PO -lI -lI -lI -lI -lI -lI -lI -lI -SH -lI -lI -lI -lI -kT -kT -lI -dr -JI -AA -Wu -Pp -dr -dr -lI -aa -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -ev -ab -ab -ab -ab -ab -tq -oU -gp -gp -gp -gp -gp -gp -gp -ye -zQ -tq -DL -gp -tq -tq -JE -LN -LN -LN -LN -LN -Qp -QT -Tm -tq -tq -ab -tq -tq -tq -tq -tq -tq -tq -tq -qP -qP -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(31,1,1) = {" -ab -ab -ab -ab -aa -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -QD -xg -lT -VD -Fw -lI -QD -xg -lT -VD -Fw -lI -Qi -Qi -Qi -lI -tH -lI -xi -OI -Qw -lI -rI -pc -Cs -So -lI -hZ -aU -XG -SB -Um -aU -XG -Yz -XG -lI -XC -At -YZ -BG -YZ -At -XC -lI -kT -kT -WI -dr -Je -WE -bY -Vf -dr -dr -lI -aa -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -ab -ab -ab -ab -ab -tq -oX -qy -qy -qy -qy -qy -wo -xr -yh -tq -tq -gp -Et -tq -Ig -JO -gp -gp -gp -gp -gp -gp -gp -To -tq -tq -ab -tq -tq -tq -YF -Ze -Ze -tq -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(32,1,1) = {" -ab -ab -ab -ab -aa -lI -BD -Um -MO -Qn -wA -MO -PW -wA -lI -lI -kK -NM -Op -mf -VD -lI -kK -NM -Op -mf -VD -lI -Qi -Qi -Qi -lI -tH -lI -FD -rI -zA -lI -rI -rI -Cs -lr -lI -Um -Um -Um -Um -Um -Um -Um -Um -Um -lI -IG -At -YZ -BG -YZ -At -tc -lI -Ur -kT -WI -dr -zi -zi -Nl -DZ -dr -Wp -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -gp -gp -FH -Ih -gp -gp -gp -gp -gp -vl -uh -QZ -TB -op -tq -ab -tq -UH -Ye -We -We -We -NU -tq -qP -qP -Ye -tA -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(33,1,1) = {" -ab -ab -ab -ab -aa -lI -PQ -Um -Um -Um -Um -Um -Um -RP -lI -lI -ws -Hn -yF -VD -VD -lI -ws -Hn -yF -VD -VD -lI -Qi -Qi -Qi -lI -tH -lI -zA -rI -pk -lI -rI -rI -Cs -lr -lI -XG -aU -XG -aU -Um -aU -XG -aU -XG -lI -zb -At -YZ -BG -YZ -At -Hu -lI -kT -kT -WI -dr -bd -zi -Nl -AC -dr -dr -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -hV -mB -mB -na -tq -oZ -cD -rX -rX -ui -vo -cD -cD -cD -yG -tq -gp -gp -tq -Ij -JQ -gp -mo -mo -gp -gp -gp -gp -To -tq -tq -ab -tq -Wc -Ye -Ye -Ye -Ye -Ye -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(34,1,1) = {" -ab -ab -ab -ab -aa -lI -nT -Um -Um -Um -Um -Um -Um -Um -lI -lI -WL -VD -Xy -VD -mr -lI -WL -VD -Xy -VD -mr -lI -Qi -Qi -tC -lI -tH -lI -zA -rI -zA -lI -rI -FG -Cs -So -lI -Um -Um -Um -Um -Um -Um -Um -Um -RP -lI -lI -lI -lI -BG -lI -lI -lI -lI -kT -kT -WI -dr -fv -zi -Nl -mk -dr -dr -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -hY -gp -gp -nl -tq -pe -gp -gp -gp -gp -gp -gp -gp -gp -zY -tq -gp -gp -tq -tq -JU -LV -Np -Np -PN -PN -PN -PN -TC -tq -tq -ab -tq -We -Ye -YI -YI -Ye -YI -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(35,1,1) = {" -ab -ab -ab -ab -aa -lI -Um -Um -Um -sd -Um -Xx -Um -Um -lI -lI -lI -lI -lI -Uu -lI -lI -lI -lI -lI -Uu -lI -lI -Qi -Qi -PX -lI -tH -lI -OD -rI -rI -qS -rI -lI -lI -lI -lI -za -aU -XG -aU -Um -aU -XG -aU -XG -lI -XC -At -YZ -BG -YZ -At -XC -lI -kT -kT -WI -dr -xu -sX -TY -eA -dr -dr -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -ja -gp -gp -nq -tq -pi -gp -gp -gp -gp -gp -gp -gp -gp -Ab -tq -gp -gp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -tq -tq -tq -tq -tq -ZO -tq -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(36,1,1) = {" -ab -ab -ab -ab -aa -lI -OY -Um -Um -PW -PW -PW -Um -Um -lI -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -lI -tH -lI -lI -lI -lI -lI -rI -pc -Cs -So -lI -Um -Um -Um -Um -Um -Um -Um -Um -Um -lI -IG -At -YZ -BG -YZ -At -tc -lI -kT -kT -WI -dr -tl -KN -ya -ZD -dr -dr -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -jq -gp -gp -ns -tq -pl -gp -rY -rY -uj -uj -gp -gp -gp -Ag -tq -gp -gp -tq -tq -nM -Cf -FM -Kf -Kf -Kf -Kf -Kf -aw -tq -tq -ab -tq -qP -qP -qP -Zn -qP -qP -Yy -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(37,1,1) = {" -ab -ab -ab -ab -aa -lI -TT -Um -Um -PW -PW -PW -kN -Um -PO -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -lI -tH -lI -PH -Po -Xd -lI -rI -rI -Cs -lr -lI -Ep -Um -XG -ST -Um -aU -XG -AL -Hs -lI -zb -At -YZ -BG -YZ -At -Hu -lI -kT -kT -WI -dr -SG -lK -RA -VL -dr -dr -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -jz -gp -gp -nB -tq -po -gp -gp -gp -gp -gp -gp -gp -gp -Ao -tq -gp -Et -tq -FS -Xj -gp -gp -gp -gp -gp -gp -gp -fZ -tq -tq -ab -tq -Wh -Ye -qP -Ye -Ye -qP -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(38,1,1) = {" -ab -ab -ab -ab -aa -lI -Um -Um -Um -Um -kt -Um -Um -Um -lI -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -lI -tH -lI -oP -Kp -HZ -ZV -rI -rI -Cs -lr -lI -lI -lI -lI -lI -SH -lI -lI -lI -lI -lI -lI -lI -lI -BG -lI -lI -lI -lI -kT -kT -lI -Jf -dr -dr -dr -dr -dr -Wp -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -jK -gp -gp -MX -tq -pE -gp -gp -gp -gp -gp -gp -gp -gp -Ay -tq -gp -gp -xM -pP -gp -gp -gp -gp -MG -uh -PA -gp -cP -op -tq -ab -tq -Wi -Ye -qP -Ye -Ye -qP -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(39,1,1) = {" -ab -ab -ab -ab -aa -lI -Um -Um -Um -Um -Um -Um -Um -RP -lI -lI -lI -lI -lI -Uu -lI -lI -lI -lI -lI -Uu -lI -lI -Qi -Qi -tC -lI -tH -sP -TO -zA -rI -lI -rI -FG -Cs -So -lI -Zh -Pi -rr -lI -oz -lI -DK -dr -tG -lI -zL -an -lI -BG -lI -ro -Pt -lI -Ur -kT -wc -dr -dr -dr -Gn -dr -dr -bR -lI -aa -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -tq -jL -gp -gp -nC -tq -pG -gp -gp -gp -gp -gp -gp -gp -gp -AD -tq -gp -gp -tq -ld -Yi -gp -mo -gp -gp -gp -gp -gp -fZ -tq -tq -ab -tq -WJ -Ye -qP -XO -Ye -qP -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(40,1,1) = {" -ab -ab -ab -ab -aa -lI -Um -Um -Um -AL -Um -Um -Um -Um -lI -lI -WL -VD -ZK -VD -mr -lI -WL -VD -ZK -VD -mr -lI -Qi -Qi -PX -lI -tH -lI -lI -lI -qk -lI -lt -lI -lI -lI -lI -Zh -oz -rr -lI -oz -lI -DK -dr -xU -lI -Zb -BC -lI -BG -lI -Rl -WO -lI -kT -kT -lI -lI -lI -lI -lI -lI -PR -lI -lI -aa -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -tq -jW -gp -gp -nC -tq -pQ -gp -gp -gp -gp -gp -gp -gp -gp -AD -tq -gp -gp -tq -tq -Ki -LE -My -BM -Nj -zM -oW -Rc -NX -tq -tq -ab -tq -WJ -Ye -qP -tq -ZP -tZ -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(41,1,1) = {" -ab -ab -ab -ab -aa -lI -OY -Um -Um -lI -PO -lI -lI -lI -lI -lI -ws -Hn -yF -VD -VD -lI -ws -Hn -yF -VD -VD -lI -Qi -Qi -Qi -lI -tH -lI -dV -zA -rI -zA -rI -SX -zA -LY -lI -Zh -oz -rr -lI -oz -lI -qw -dr -up -lI -sA -vO -xE -DU -xE -Xt -Tb -lI -kT -kT -lI -oo -oo -oo -tv -oo -oo -oo -lI -aa -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -tq -ks -gp -gp -nQ -tq -pR -gp -gp -gp -gp -gp -gp -gp -gp -AQ -tq -gp -gp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -tq -tq -tq -YM -tq -ZY -Ye -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(42,1,1) = {" -ab -ab -ab -ab -aa -lI -sy -Um -Um -lI -Um -Xx -Um -Um -lI -lI -kK -NM -Op -mf -VD -lI -kK -NM -Op -mf -VD -lI -Qi -Qi -Qi -lI -tH -lI -Zt -rI -rI -rI -rI -rI -rI -rI -lI -Zh -oz -rr -lI -oz -lI -DK -dr -up -lI -Lc -oz -oz -oz -oz -oz -Tb -lI -kT -kT -lI -oo -sx -CD -sx -oo -sx -oo -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -kw -gp -gp -nR -tq -pW -cL -sg -te -ul -vq -dB -gp -gp -AQ -tq -gp -gp -tq -Xb -gp -Km -Km -Km -Km -Km -Km -Rh -sT -tq -tq -ab -tq -WK -Yt -Ye -tq -UH -Ye -tq -qP -qP -Ye -SZ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(43,1,1) = {" -ab -ab -ab -ab -aa -lI -TT -Um -Um -lI -ot -OK -OK -Um -lI -lI -QD -ND -lT -VD -Fw -lI -QD -ND -lT -VD -Fw -lI -Rm -Qi -Qi -lI -tH -lI -aF -OD -zA -zA -zA -sY -sY -wX -lI -Zh -UJ -oz -SH -oz -wc -dr -dr -up -lI -PB -Fk -Zr -Zr -SE -dL -IH -lI -kT -kT -lI -oo -sx -cX -sx -CD -sx -oo -lI -aa -Nx -Rr -Rr -Uk -Uk -af -af -aY -ck -ck -aY -aY -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -tq -mC -mC -tq -tq -tq -tq -tq -tq -tq -tq -sQ -gp -gp -Ba -tq -gp -gp -tq -Xb -gp -LX -LX -LX -LX -LX -LX -ux -sT -tq -tq -ab -tq -WN -Ye -Ye -tq -YF -Ye -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(44,1,1) = {" -ab -ab -ab -ab -aa -lI -PW -Um -Um -lI -MO -OK -kt -RP -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -Qi -Qi -Qi -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -kT -kT -lI -fd -sx -oo -Tf -oo -sx -mJ -lI -aa -Nx -Rr -Rr -Uk -af -af -az -aZ -cf -cf -cF -df -aY -Uk -Uk -Uk -eg -Uk -Rr -Rr -tq -eG -kB -gp -gp -kB -oC -tq -qE -sm -sm -uu -tq -sQ -gp -gp -Ba -tq -gp -gp -tq -sT -gp -gp -gp -gp -gp -gp -gp -gp -sT -tq -tq -ab -tq -WR -Ye -YO -tq -We -Ye -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(45,1,1) = {" -ab -ab -ab -ab -aa -lI -PW -Um -Pj -lI -Um -Um -Um -Um -lI -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -lI -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -RS -Qi -Qi -Qi -Qi -Qi -RS -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -RS -Qi -Qi -Qi -Qi -Qi -Qi -lI -kT -kT -lI -CD -Tf -oR -sx -CD -sx -oo -lI -aa -Nx -Rr -Rr -Uk -af -au -aL -bg -ci -ci -az -az -aY -dQ -aY -aY -aY -eg -Rr -Rr -eE -eH -gp -gp -gp -gp -oC -pZ -gp -gp -gp -uA -tq -sQ -gp -gp -Bo -tq -gp -gp -tq -sT -gp -gp -gp -gp -gp -gp -gp -gp -Ct -tq -tq -ab -tq -tq -tq -tq -tq -tq -tq -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(46,1,1) = {" -ab -ab -ab -ab -aa -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -PT -kT -kT -lI -oo -sx -ed -sx -oo -sx -oo -lI -aa -Nx -Rr -Rr -Uk -af -af -az -bi -cj -cj -cG -dt -aY -Uk -dT -dZ -eg -Uk -Rr -Rr -eE -eI -gp -gp -gp -gp -oC -pZ -gp -gp -gp -uA -tq -sQ -gp -gp -Bo -tq -gp -gp -tq -Il -gp -gp -gp -gp -gp -gp -gp -gp -Ct -tq -tq -tq -tq -tq -YB -UH -UH -YB -Wn -tq -qP -qP -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(47,1,1) = {" -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -lI -Bd -Qi -Qi -Qi -Qi -Qi -Gy -Qi -Qi -Qi -Qi -Gy -Qi -Qi -Qi -Qi -Gy -Qi -Qi -Qi -Qi -Qi -Gy -Qi -Qi -Qi -Qi -Qi -Gy -Qi -Qi -Qi -lI -Ur -kT -PR -OU -sx -zU -Tf -rD -sx -oo -lI -aa -Nx -Rr -Rr -Uk -Uk -af -af -aY -ck -ck -aY -aY -Uk -Uk -dX -Uk -Uk -Uk -Rr -Rr -eE -eJ -gp -gp -gp -gp -oC -tq -qO -su -su -uG -tq -Ks -AK -BH -RF -tq -gp -Eu -tq -Ix -KH -yh -yh -gp -gp -PV -PV -Ro -TN -tq -tq -tq -tq -WS -qP -qP -qP -qP -YB -tq -qP -qP -Ye -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(48,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -lI -lI -lI -lI -pV -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -zs -lI -lI -lI -lI -lI -lI -lI -lI -lI -zs -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -aa -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -eN -gp -gp -gp -gp -oC -tq -tq -tq -tq -tq -tq -tq -xw -xw -tq -tq -DO -DO -tq -tq -tq -tq -tq -Os -Os -tq -tq -tq -tq -tq -UG -tq -tq -WZ -qP -qP -qP -qP -bW -tq -qP -qP -Ye -WS -tq -tq -ab -ab -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(49,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -OH -wp -Jw -NL -wp -wp -lD -lI -aa -aa -aa -aa -aa -aa -lI -At -IO -At -At -Aq -IO -At -At -Wb -Wb -IO -At -At -At -Jy -lI -GA -Qi -Rs -lI -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -eF -gp -gp -gp -gp -gp -gp -qd -qP -qP -qP -qP -qP -wr -qP -qP -BB -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -VF -qP -qP -qP -qP -qP -qP -Gs -qP -qP -qP -qP -Lg -tq -tq -tq -tq -tq -tq -aH -hs -rT -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(50,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -pO -Um -MO -PW -Um -Um -AG -lI -aa -ab -ab -ab -ab -aa -lI -At -At -At -At -Aq -At -At -At -At -At -At -At -At -Tn -Ms -lI -Qi -Qi -aA -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -eF -gp -gp -gp -gp -gp -gp -qd -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -VF -qP -qP -qP -qP -qP -qP -Gs -qP -qP -qP -qP -qP -qP -UK -tq -tq -ZC -tq -nh -hs -Ev -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(51,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -zo -eV -Um -Um -Um -Um -Um -AG -lI -aa -ab -ab -ab -ab -aa -lI -At -At -At -At -Aq -At -At -At -At -At -At -At -At -At -xs -lI -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -eF -gp -gp -gp -gp -gp -gp -qd -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -VF -qP -qP -qP -qP -qP -qP -Gs -qP -qP -qP -qP -qP -qP -qP -GR -Mi -Vt -Qz -Ds -hs -PG -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(52,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -pO -Um -MO -PW -Um -Um -AG -lI -aa -ab -ab -ab -ab -aa -lI -At -At -wQ -At -NK -At -At -At -At -At -At -At -At -Tn -UR -lI -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -gp -gp -gp -gp -gp -oL -tq -tq -tq -tq -uJ -tq -tq -xB -xB -tq -tq -tq -tq -tq -tq -tq -tq -tq -OJ -pZ -tq -tq -tq -tq -tq -UG -tq -tq -Xo -qP -qP -qP -qP -Wg -tq -qP -qP -qP -qP -qP -qP -qP -GR -Mi -ZC -Qz -QS -hs -qn -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(53,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -eT -cR -AR -zW -cR -cR -Tx -lI -aa -ab -ab -ab -ab -aa -lI -lI -lI -lI -lI -HD -sp -At -At -At -At -At -At -Mw -Ms -Jy -lI -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Uk -Uk -af -af -aY -aG -aG -Wy -aY -Uk -Uk -Uk -Uk -Uk -Uk -es -Rr -eE -hq -gp -gp -gp -gp -oM -tq -ab -ab -ab -ab -ab -tq -xo -yo -tq -Cd -sT -ER -FN -Iz -sT -sT -sT -gp -gp -sT -tq -BF -TV -tq -tq -tq -tq -Xw -qP -qP -qP -qP -YB -tq -qP -qP -qP -qP -qP -qP -It -tq -tq -WT -tq -hs -hs -UW -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(54,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lI -lI -lI -lI -lI -lI -lI -lI -lI -aa -ab -ab -ab -ab -aa -lI -IO -At -At -At -Aq -At -At -At -At -At -At -At -RB -Jy -UR -lI -Rm -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Uk -af -af -az -aZ -cf -cf -cF -df -aY -Uk -Uk -eg -Uk -Uk -Rr -Rr -eE -ht -gp -gp -gp -gp -oM -tq -ab -ab -ab -ab -ab -tq -xo -da -tq -Cr -Eb -gp -gp -gp -gp -gp -gp -gp -gp -sT -IC -BF -KI -tq -tq -tq -tq -tq -YB -We -We -YB -tt -tq -qP -qP -VW -WS -tq -tq -tq -tq -tq -tq -tq -hs -hs -UW -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(55,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -aa -lI -At -At -At -At -Aq -At -At -At -At -At -At -At -At -At -Cu -lI -Qi -Qi -Qi -ej -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Uk -af -az -aL -bg -ci -ci -az -az -aY -aY -aY -aY -eg -Uk -Rr -Rr -eE -hP -gp -gp -gp -gp -oQ -tq -ab -ab -ab -ab -ab -tq -xo -da -tq -Ct -Eb -gp -gp -gp -gp -gp -gp -gp -gp -sT -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -qP -qP -gQ -tq -tq -KF -KF -KF -tq -tq -tq -UI -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(56,1,1) = {" -ab -ab -ab -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -ab -aa -lI -At -At -At -At -Aq -At -At -At -At -At -At -At -At -Tn -Jy -lI -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Uk -af -af -az -bi -cj -cj -cG -dt -aY -Uk -Uk -eg -Uk -Uk -Rr -Rr -tq -hU -kF -gp -gp -nZ -oQ -tq -ab -ab -ab -ab -ab -tq -xo -da -tq -Ct -Eb -Dd -Dd -gp -gp -gp -gp -gp -gp -sT -tq -BF -yE -Ua -UH -UH -VH -XO -YB -UH -UH -YB -IF -WB -qP -qP -qP -aS -hs -hs -hs -hs -hs -hs -hs -hs -DS -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(57,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -as -ab -aa -lI -At -At -At -At -Aq -At -At -At -At -At -At -At -At -At -Jy -lI -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Uk -Uk -af -af -aY -Oy -Oy -IR -aY -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -tq -tq -mT -mT -tq -tq -tq -ab -ab -ab -ab -ab -tq -xo -da -tq -Cx -Ct -EV -Gh -sT -sT -sT -sT -sT -gp -sT -IL -BF -KI -Uq -UN -UN -UN -UN -UN -UN -UN -UN -UN -dS -qP -qP -VQ -tq -hs -hs -hs -hs -hs -hs -hs -hs -rT -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(58,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -ek -ek -kb -ek -ek -ek -uU -uU -uU -uU -uU -uU -ek -jY -uU -uU -uU -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -as -ab -aa -lI -At -wQ -At -At -db -At -wQ -At -Wb -Wb -At -wQ -At -Tn -Ms -lI -Qi -Qi -aA -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Rr -Rr -tq -gp -gp -gp -gp -gp -gp -tq -ab -tq -tq -tq -tq -tq -xo -da -tq -tq -tq -tq -tq -tq -tq -tq -tq -sT -gp -sT -tq -tq -tq -tq -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -VW -tq -VB -hs -hs -hs -hs -hs -hs -hs -rT -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(59,1,1) = {" -ab -ab -ab -as -cw -cw -uU -uU -ek -ek -ek -ek -ek -ek -lZ -uU -uU -uU -ac -uU -uU -ek -ek -Ad -ek -uU -uU -kk -ek -cw -cw -cw -cw -uU -uU -cw -cw -as -ab -aa -lI -lI -lI -lI -lI -lI -ZL -lI -lI -lI -lI -lI -lI -lI -lI -lI -lI -Qi -Qi -Qi -lI -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -gp -mo -mo -mo -mo -gp -tq -ab -tq -tW -yW -yW -yW -yB -Tc -yW -yW -yW -yW -ED -tq -KI -BF -Ee -sT -gp -sT -tq -BF -TW -tq -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -VW -tq -LK -hs -hs -hs -hs -vp -tR -Qg -Ut -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vr -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(60,1,1) = {" -ab -ab -ab -as -cw -uU -uU -uU -uU -jU -uU -uU -ek -ek -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -ek -cw -ek -cw -cw -uU -lZ -uU -cw -as -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -lI -lI -GY -lI -lI -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -gp -mo -mo -mo -mo -gp -tq -ab -tq -xo -Nq -vz -CB -CB -CB -CB -CB -CB -HA -da -tq -BF -BF -tq -sT -sT -sT -IM -BF -yD -tq -UU -qP -VQ -XU -XU -XU -XU -XU -XU -XU -XU -XU -Ye -tq -qJ -hs -hs -hs -hs -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(61,1,1) = {" -ab -ab -ab -as -cw -cw -uU -uU -uU -uU -Te -uU -ek -uU -kk -ek -ek -uU -uU -uU -uU -ti -uU -uU -jF -uU -uU -uU -uU -uU -ek -ek -uU -uU -ek -ek -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -sS -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -sR -aa -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -Rr -tq -gp -mo -mo -mo -mo -gp -tq -ab -tq -xo -da -tq -tq -tq -tq -tq -tq -tq -EZ -Qu -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -qP -qP -VW -Ye -Ye -YR -Zz -ZZ -CQ -Ye -Ye -Ye -Ye -tq -zE -hs -hs -vH -vH -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(62,1,1) = {" -ab -ab -ab -as -cw -uU -uU -uU -uU -uU -uU -uU -ek -ek -ek -ek -ek -ek -ek -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -jU -ek -uU -uU -uU -ek -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -aa -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -tq -tq -gp -mo -mo -mo -mo -gp -tq -tq -tq -tg -TS -tq -tq -tq -yD -BF -CU -tq -xo -da -tq -CU -BF -yD -tq -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(63,1,1) = {" -ab -ab -ab -as -cw -uU -PS -uU -uU -uU -uU -uU -uU -ek -ek -uU -lJ -jN -jN -lJ -lJ -ke -lJ -jE -lJ -jN -jP -lJ -uU -uU -uU -uU -uU -uU -ek -ek -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Ty -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -mo -mo -mo -mo -gp -tq -qQ -IN -yB -Tc -IN -wt -tq -yE -BF -BF -Ee -ar -dn -IC -BF -BF -yE -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(64,1,1) = {" -ab -ab -ab -as -cw -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -lJ -lJ -jE -jE -lJ -jZ -jV -km -kz -lJ -lJ -lJ -lJ -ek -uU -uU -uU -uU -uU -uU -uU -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -gp -tq -mQ -gp -gp -gp -gp -wu -tq -yD -BF -CX -tq -xo -da -tq -CX -BF -yD -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(65,1,1) = {" -ab -ab -ab -as -cw -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -jE -jG -jO -jV -jV -jV -kf -jV -jV -kW -jV -ll -lJ -ek -uU -uU -uU -Te -uU -uU -uU -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -mv -mZ -mZ -of -gp -tq -qV -gp -gp -gp -gp -wx -tq -tq -tq -tq -tq -xo -da -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vk -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(66,1,1) = {" -ab -ab -ab -as -cw -uU -uU -uU -Te -uU -uU -uU -uU -uU -uU -jE -jH -jO -jV -jV -jV -jV -jV -jV -kW -jV -lB -lJ -ek -uU -uU -uU -uU -uU -uU -uU -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -ok -gp -tq -qX -gp -gp -gp -gp -wG -tq -yD -BF -CU -tq -xo -da -tq -CU -BF -yD -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(67,1,1) = {" -ab -ab -ab -as -cw -ac -uU -uU -uU -uU -uU -uU -ek -ek -uU -lJ -lJ -jE -jE -lJ -YQ -jV -ol -jV -lJ -lJ -lJ -lJ -uU -uU -uU -uU -uU -uU -uU -uU -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -qY -gp -tm -uK -gp -wT -tq -yE -BF -BF -Ej -ar -dn -IL -BF -BF -yE -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(68,1,1) = {" -ab -ab -ab -as -cw -lZ -uU -uU -uU -uU -jY -ek -ek -uU -ek -ek -lJ -jP -jP -lJ -lJ -ke -lJ -jE -lJ -jP -jP -lJ -uU -uU -uU -uU -uU -uU -ek -ek -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -sa -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ra -gp -tr -uO -gp -iz -tq -yD -BF -CX -tq -xo -da -tq -CX -BF -yD -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(69,1,1) = {" -ab -ab -ab -as -cw -uU -uU -uU -uU -uU -uU -ek -uU -uU -uU -ek -ek -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -PS -uU -ek -ek -ek -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ra -gp -ty -uV -gp -iz -tq -tq -tq -tq -tq -xo -da -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(70,1,1) = {" -ab -ab -ab -as -cw -cw -uU -uU -uU -uU -uU -lZ -ek -uU -uU -uU -ek -ek -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -ek -ek -ek -ac -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ra -gp -gp -gp -gp -iz -tq -yD -BF -CU -tq -xo -da -tq -CU -BF -yD -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(71,1,1) = {" -ab -ab -ab -as -cw -cw -uU -uU -uU -uU -uU -jU -cw -cw -uU -uU -ek -ek -uU -lj -ek -ek -ek -ek -ek -uU -uU -ac -uU -uU -ek -ek -ek -ek -uU -uU -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ra -gp -gp -gp -gp -iz -tq -yE -BF -BF -En -BQ -dn -IM -BF -BF -yE -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(72,1,1) = {" -ab -ab -ab -as -cw -uU -uU -uU -uU -cw -cw -cw -cw -cw -uU -uU -uU -ek -uU -uU -ek -ek -ek -ek -uU -uU -uU -uU -uU -uU -uU -ek -uU -Te -uU -uU -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ra -gp -gp -gp -gp -iz -tq -yD -BF -CX -tq -xo -da -tq -CX -BF -yD -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(73,1,1) = {" -ab -ab -ab -as -cw -cw -cw -uU -cw -cw -cw -cw -cw -cw -uU -cw -ac -ek -uU -ek -ek -di -eU -eU -di -uU -uU -uU -uU -uU -uU -uU -uU -uU -uU -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ra -gp -gp -gp -gp -iz -tq -tq -tq -tq -tq -Fj -FU -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(74,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -di -di -di -di -di -di -di -iF -iF -di -di -di -di -di -di -di -cw -uU -uU -uU -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rf -rV -gp -gp -VP -wY -tq -UB -IN -IN -IN -yB -Tc -IN -IN -IN -LZ -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(75,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -kx -kM -kM -om -kM -kM -di -eU -eU -di -mO -nu -nH -nY -nb -di -cw -cw -jF -ek -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -sz -tE -QC -vA -tq -tq -yH -gp -Dd -Dd -Dd -Dd -Dd -Dd -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(76,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -kx -kM -om -kY -om -om -di -eU -eU -mI -nx -nx -nx -nx -og -di -cw -cw -ek -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -yI -gp -Dj -mZ -Fp -mZ -IP -KQ -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(77,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -kp -kM -kX -kX -kX -kX -di -eU -eU -di -QJ -nx -nx -oc -oh -di -cw -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(78,1,1) = {" -ab -ab -ab -as -cw -cw -di -di -di -di -di -di -di -di -di -kx -kP -kX -kY -kX -lu -di -lM -eU -di -nb -nw -nx -nx -nx -di -cw -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -vs -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(79,1,1) = {" -ab -ab -ab -as -cw -cw -di -jI -jQ -jS -jS -jS -jQ -jS -di -ky -kM -kZ -kZ -kZ -kZ -di -eU -eU -mI -nx -nx -nx -nx -oi -di -cw -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -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 -ab -ab -ab -ab -ab -tq -ve -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -Kl -Kl -Kl -Kl -Kl -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(80,1,1) = {" -ab -ab -ab -as -cw -cw -di -jJ -jR -jJ -jR -jJ -jR -jS -di -kx -kM -kM -kM -kM -kM -di -eU -eU -di -nx -nx -nI -od -oj -di -cw -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -ve -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -Kl -Kl -Kl -Kl -Kl -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(81,1,1) = {" -ab -ab -ab -as -cw -cw -di -jI -jS -jS -jS -jS -jS -jS -kl -eU -Es -Es -Es -eU -Es -di -eU -eU -di -di -di -di -di -di -di -cw -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -ve -OP -ju -ju -GZ -GZ -ju -ju -ju -PZ -PZ -ju -ju -ju -FY -ju -ju -ju -ju -ju -FY -ju -ju -ju -ju -pw -pw -pw -ju -ju -PZ -PZ -ju -ju -Sh -KY -zu -pB -ju -qc -WP -WP -WP -WP -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(82,1,1) = {" -ab -ab -ab -as -cw -cw -di -jM -jR -jJ -jR -jJ -jR -kg -di -kA -eU -eU -eU -eU -eU -lE -eU -kE -di -nc -ou -nd -no -di -cw -cw -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -ve -PZ -GZ -Bx -EB -Rz -dz -fI -ju -uF -wZ -ju -aX -zp -KT -ze -fI -ju -aX -cE -KT -LM -lR -ju -aX -EB -EB -EB -fI -ju -uF -wZ -ju -am -KT -KT -AF -KT -KL -Kl -Kl -Kl -Kl -Kl -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(83,1,1) = {" -ab -ab -ab -as -cw -cw -di -jI -jS -jS -jS -jS -jS -jS -kl -eU -eU -kQ -la -lm -eU -lE -eU -eU -di -nd -nd -nd -oe -di -di -di -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -ve -PZ -GZ -Oe -KT -KT -KT -KT -Rn -vW -vW -Rn -KT -KT -KT -KT -KT -xS -KT -KT -KT -KT -KT -Rn -KT -KT -KT -KT -KT -Rn -vW -vW -bX -KT -KT -KT -KT -Yc -Lw -Kl -Kl -Kl -Kl -Kl -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(84,1,1) = {" -ab -ab -ab -as -cw -cw -di -jJ -jR -jJ -jR -jJ -jR -jS -di -kE -lX -eU -lb -nK -eU -lE -eU -eU -di -oI -nd -nd -nd -nd -nd -ZI -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -ve -PZ -GZ -HY -AF -mb -DD -PD -ju -Yo -vK -ju -CW -AF -Ml -AF -PD -ju -td -AF -Ml -Ap -XL -ju -td -AF -Ml -AF -PD -ju -Yo -vK -ju -tX -KT -KT -EB -KT -lq -Kl -Kl -Kl -Kl -Kl -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(85,1,1) = {" -ab -ab -ab -as -cw -cw -di -jI -jT -jS -jS -jS -jT -jS -di -ow -eU -eU -eU -eU -eU -lE -eU -lW -di -ne -nd -nd -nd -nd -nd -ox -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -ve -qR -ju -ju -GZ -GZ -ju -ju -ju -PZ -PZ -ju -ju -pw -ju -pw -ju -ju -ju -pw -ju -pw -ju -ju -ju -pw -ju -pw -ju -ju -PZ -PZ -ju -ju -dj -Ga -RT -RZ -ju -qc -WP -WP -WP -WP -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(86,1,1) = {" -ab -ab -ab -as -cw -cw -di -di -di -di -di -di -di -di -di -kI -eU -eU -kE -eU -lw -lE -eU -eU -di -oI -nd -nd -nd -nd -nd -ZI -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -ve -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -Kl -Kl -Kl -Kl -Kl -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(87,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -kJ -eU -eU -lo -mj -lx -lF -eU -eU -di -oI -nd -nd -nd -nd -nd -ox -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -ve -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -PZ -Kl -Kl -Kl -Kl -Kl -ve -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(88,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -di -di -di -di -di -di -di -eU -lX -di -nd -nd -nd -nd -nd -nd -nL -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rK -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -qP -qP -qP -qP -qP -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(89,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -nO -TQ -TQ -TQ -di -eU -eU -di -nd -nd -nd -nd -nd -nd -ox -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -qP -qP -zZ -zK -zK -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(90,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -kS -TQ -TQ -lz -di -lO -eU -di -nd -nd -nd -nd -nd -nd -ZI -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -qP -qP -VW -Ye -Ye -Ye -UH -UH -VH -XO -YB -UH -UH -YB -IF -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(91,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -TQ -lA -TQ -TQ -di -eU -eU -mK -nd -nd -nd -nd -nd -nd -ox -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -qP -qP -gQ -UN -UN -UN -UN -UN -UN -UN -UN -UN -UN -UN -UN -Ye -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -UQ -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(92,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -np -lA -lv -TQ -lG -eU -eU -mK -nd -nd -nd -Fo -nd -nd -ZI -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -VW -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(93,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -TQ -lA -TQ -TQ -di -lQ -eU -di -nd -nd -nd -nd -nd -nz -di -di -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -VW -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(94,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -kS -TQ -TQ -lz -di -eU -eU -di -nd -Fo -nd -nd -nd -ZI -di -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -XU -XU -XU -XU -XU -XU -XU -XU -XU -XU -XU -Vw -qP -qP -qP -VW -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(95,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -nO -TQ -TQ -TQ -di -eU -lX -di -nJ -nd -nd -nd -nd -nz -di -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -rZ -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Ye -IF -XO -YB -YB -We -We -XO -YR -Zz -ZZ -sF -qP -qP -qP -VW -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(96,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -di -di -di -di -di -mw -mi -di -nd -nW -nW -nW -nd -ZI -di -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -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 -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -zG -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(97,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -di -di -di -di -di -di -di -di -di -di -di -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -EF -BT -Rp -tq -BF -TV -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(98,1,1) = {" -ab -ab -ab -as -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -cw -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -EF -BT -BT -IC -BF -KI -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(99,1,1) = {" -ab -ab -ab -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -EF -BT -Rp -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(100,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -tq -EF -BT -Rp -tq -BF -yE -Ua -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(101,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -fY -gn -gy -gJ -hb -hz -fl -ie -it -fl -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -tq -ab -ab -ab -ab -ab -ab -ab -ab -tq -EF -BT -BT -IL -BF -KI -Uq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(102,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -fY -go -fl -gK -fl -hA -fY -fY -iu -fl -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -tq -ab -ab -ab -ab -ab -tq -tq -tq -tq -EF -BT -Rp -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -"} -(103,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -ga -fl -gz -gL -fl -fl -fY -fY -fY -fl -eP -as -as -as -as -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -Uk -xA -xA -xA -xA -xA -xA -xA -xA -xA -xA -Uk -Uk -tq -tq -tq -tq -tq -tq -tq -xI -xI -tq -EF -BT -Rp -tq -BF -TW -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(104,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -fl -fl -fl -gK -hc -oG -gK -fl -fl -fl -eP -eP -eP -eP -as -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -xA -xA -Yv -nk -Yv -Yv -Yv -Yv -nk -Yv -xA -Uk -Uk -Uk -uk -uk -uk -uk -uk -uk -uk -PM -tq -EF -BT -BT -IM -BF -yD -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(105,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -eP -gA -gA -gA -gA -eP -eP -if -gK -iD -eP -eQ -eQ -eP -as -as -as -as -as -as -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -xA -tV -Yv -Yv -Yv -GX -Yv -Yv -Yv -Yv -xA -Uk -Uk -Uk -mY -mY -mY -mY -mY -mY -Jm -CA -tq -EF -BT -Rp -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(106,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -gc -eQ -eQ -eQ -eQ -eQ -eP -ig -fl -gK -gl -eQ -gi -eP -eP -eP -eP -eP -eP -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -xA -xA -Yv -Yv -Yv -Yv -Yv -Yv -Yv -Yv -xA -Uk -Uk -tq -tq -tq -tq -tq -tq -tq -EG -CA -tq -EF -BT -Rp -tq -BF -TV -tq -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(107,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -gd -gf -gB -fp -hd -gf -eP -ih -fl -iH -eP -eQ -eQ -eP -eW -jk -jn -eW -js -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -Uk -xA -DI -ET -ET -xA -xA -ET -ET -xA -xA -Uk -Uk -tq -TA -Lo -rc -OB -wB -uk -Jm -CA -tq -EF -BT -BT -IC -BF -KI -tq -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(108,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -ge -eQ -eQ -eQ -eQ -gi -eP -ii -iw -iI -eP -gh -gh -fH -eW -eW -fB -eW -jw -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -tq -Zp -BT -BT -GW -yV -Jm -Jm -CA -tq -EF -BT -Rp -tq -tq -tq -tq -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(109,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -gf -gq -eQ -gN -he -gf -fz -eP -eP -eP -eP -iS -fp -eP -jh -jl -jo -eW -fg -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -tq -Zp -BT -BT -rH -Jm -Jm -Jm -CA -tq -EF -BT -Rp -tq -BF -yE -Ua -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(110,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -as -eP -eQ -eQ -gh -eQ -eQ -eQ -eP -ab -ab -ab -eP -eQ -eQ -je -eW -eW -eW -eW -jy -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -Zp -BT -BT -Db -mY -mY -mY -sn -tq -EF -BT -BT -IL -BF -KI -Uq -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(111,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -as -as -eP -eQ -eP -gC -gh -eP -hD -eP -eP -eP -ab -eP -iT -eQ -eP -ji -jm -jp -jo -js -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Zp -BT -bG -tq -tq -tq -tq -tq -tq -EF -BT -Rp -tq -tq -tq -tq -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(112,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -ab -as -eP -eP -gh -eQ -eQ -eQ -eQ -eQ -hQ -hQ -eP -eP -eP -gw -eQ -eP -eP -eP -eP -eP -eP -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Xz -IN -IN -IN -IN -IN -IN -IN -IN -LZ -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -tq -Zp -BT -BT -Lo -Lo -Lo -Lo -Lo -Lo -BT -BT -Rp -tq -BF -TW -tq -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(113,1,1) = {" -ab -ab -ab -as -as -as -as -as -as -as -eP -fL -eQ -oF -gD -eQ -eQ -eQ -oF -eQ -eQ -gv -fp -eQ -gD -eP -as -as -as -as -as -as -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yH -gp -Dd -Dd -Dd -Dd -Dd -Dd -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -qK -xf -bS -Er -tq -tq -ab -ab -ab -ab -ab -ab -ab -tq -Zp -BT -BT -BT -BT -BT -BT -BT -BT -BT -BT -BT -IM -BF -yD -tq -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(114,1,1) = {" -ab -ab -ab -as -eP -eP -eP -eP -eP -eP -eP -fL -gi -fz -gE -gS -hf -hE -eP -eQ -gD -gv -eQ -eQ -eQ -eP -as -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yI -gp -Eo -Eh -co -bD -qm -Eo -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -JL -Qc -gp -gp -zg -SZ -tq -ab -ab -ab -ab -ab -ab -ab -tq -zS -VX -VX -VX -VX -VX -VX -VX -VX -BT -BT -Rp -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(115,1,1) = {" -ab -ab -ab -as -eP -ff -ff -fy -ff -ki -fF -fN -gj -gr -gF -gT -hg -fn -hR -ij -ix -eP -eP -eP -eP -eP -as -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yO -gp -bD -Eo -Eh -Eo -Eh -mZ -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -TD -gp -gp -gp -xR -tq -tq -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -pF -eO -Ko -tq -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(116,1,1) = {" -ab -ab -ab -as -eP -fx -ff -ff -kh -kj -fG -fN -gk -gr -gG -hg -hh -hF -hR -ij -iy -eP -as -as -as -as -as -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yP -gp -Dq -Dq -Dq -Dq -Dq -Dq -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -TD -gp -CK -gp -xR -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -tq -GQ -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(117,1,1) = {" -ab -ab -ab -as -eP -ff -ff -oE -ff -kj -fF -fN -gk -gr -fn -gV -hi -hF -hR -ij -fL -eP -as -as -as -as -as -as -as -as -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yQ -Eq -Eq -Eq -HA -Nq -Eq -Eq -Eq -pK -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -TD -gp -ZW -gp -aK -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Nx -Nx -tq -pF -Yg -Ko -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(118,1,1) = {" -ab -ab -ab -as -eP -eP -eP -eP -eP -fz -eP -fO -gi -eP -gH -gW -gW -hG -eP -eQ -iA -eP -eP -eP -eP -eP -eP -eP -eP -as -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -EZ -Qu -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -TD -gp -GG -gp -aK -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -Nx -Nx -Nx -tq -EF -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -tq -tq -tq -tq -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(119,1,1) = {" -ab -ab -ab -as -as -as -eP -fg -fr -fA -eP -fP -eQ -eR -eQ -eQ -eQ -eQ -eR -eQ -eQ -gv -eQ -eQ -iY -eQ -eR -eQ -eP -as -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CX -tq -xo -da -tq -CX -BF -ys -tq -tq -tq -zT -tq -tq -tq -tq -tq -zT -tq -tq -tq -Ib -gp -GG -gp -uw -tq -tq -tq -zT -tq -tq -tq -tq -tq -tq -zT -tq -tq -tq -tq -Nx -Nx -Nx -tq -EF -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -AB -gp -UL -tq -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(120,1,1) = {" -ab -ab -ab -as -ab -as -eP -eX -eZ -eW -fH -eQ -eQ -eQ -eQ -gX -hj -gX -eQ -eQ -eQ -gv -eQ -eQ -hD -eQ -eQ -eQ -eP -as -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yE -BF -BF -Ee -ar -dn -IC -BF -BF -yE -tq -xt -FR -KE -FR -AN -tq -Gz -FT -vC -FT -gu -tq -Ja -gp -WM -gp -uw -tq -sT -sT -gp -sT -sT -tq -tq -Pn -KV -uC -KV -On -tq -tq -Nx -Nx -Nx -tq -EF -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -tq -tq -tn -tq -tq -tq -HH -vM -wO -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -zJ -aO -aO -aO -HH -vM -wO -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -zJ -aO -aO -aO -aO -Nx -"} -(121,1,1) = {" -ab -ab -ab -as -ab -as -eP -fh -fs -fB -eP -eP -eP -gv -gv -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eQ -eQ -eP -as -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CU -tq -xo -da -tq -CU -BF -ys -tq -pI -gp -gp -gp -yu -tq -TG -gp -gp -gp -xH -tq -Ja -gp -gp -gp -La -tq -sT -gp -gp -gp -sT -tq -Sc -OS -gp -Gx -gp -ly -pz -tq -Nx -Nx -Nx -tq -EF -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -tq -gp -gp -gp -xl -tq -bP -gp -gp -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(122,1,1) = {" -ab -ab -ab -as -ab -as -eP -eX -ft -fC -eZ -fQ -eP -eQ -eQ -eP -fn -hH -hS -ik -eP -ik -hS -iU -iZ -eP -eQ -gD -eP -as -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -xo -da -tq -tq -tq -tq -tq -pI -gp -gp -gp -yu -tq -TG -gp -gp -gp -xH -tq -xb -cL -Fv -cL -bm -tq -sT -gp -gp -gp -sT -tq -zF -gp -gp -GF -gp -gp -Ng -tq -Nx -Nx -Nx -tq -EF -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -tq -tq -tq -tq -tq -tq -gp -gp -Dd -OT -tq -bP -gp -gp -Uk -Uk -af -af -aY -ck -ck -aY -aY -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -Uk -af -af -aY -aG -aG -aY -aY -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(123,1,1) = {" -ab -ab -ab -as -ab -as -eP -fi -fu -eW -fk -fR -eP -eQ -eQ -gY -hk -fn -fn -hS -eP -hS -fn -fn -fn -gY -fp -eQ -eP -as -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CX -tq -xo -da -tq -CX -BF -ys -tq -pI -gp -gp -gp -yu -tq -TG -gp -wl -gp -xH -tq -tq -tq -MT -tq -tq -tq -sT -gp -gp -gp -sT -tq -zF -gp -gp -OM -gp -gp -Ng -tq -Nx -Nx -Nx -tq -EF -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -gp -gp -gp -gp -gp -tn -gp -cK -pg -wE -tq -bP -gp -gp -Uk -af -af -az -aZ -cf -cf -cF -df -aY -Uk -Uk -Uk -eg -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -af -af -az -aZ -cf -Ca -cF -df -aY -Uk -Uk -eg -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(124,1,1) = {" -ab -ab -ab -as -ab -as -eP -eP -eP -eP -eP -eP -eP -eQ -gi -eP -fn -hI -fn -ik -eP -ik -fn -iV -fn -eP -eQ -eQ -eP -as -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yE -BF -BF -Ee -ar -dn -IC -BF -BF -yE -tq -pI -gp -wl -gp -yu -tq -TG -gp -uh -gp -xH -tq -sK -cD -yq -cD -Ar -tq -sT -gp -gp -gp -sT -tq -zF -gp -gp -Cy -gp -gp -Ng -tq -Nx -Nx -Nx -tq -EF -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -gp -tq -tq -tq -tq -tq -gp -gp -gp -gp -tq -bP -gp -gp -Uk -af -au -aL -bg -ci -ci -az -az -aY -dQ -aY -aY -aY -eg -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -af -au -aL -bg -Mz -Mz -Rd -az -aY -aY -aY -aY -eg -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(125,1,1) = {" -ab -ab -ab -as -ab -as -as -as -as -eP -fl -gK -fz -eQ -eQ -eP -hl -hJ -hT -im -eP -iJ -gF -hJ -jc -eP -eQ -eQ -eP -as -as -as -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CU -tq -xo -da -tq -CU -BF -ys -tq -pI -gp -vl -gp -yu -tq -TG -gp -gp -gp -xH -tq -wn -gp -gp -gp -Fb -tq -sT -gp -gp -gp -sT -tq -zF -gp -gp -SA -gp -gp -Ng -tq -Nx -Nx -Nx -tq -EF -BT -Rp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -tq -tq -tq -ah -tq -tq -tq -tq -tq -gp -gp -gp -gp -tq -bP -gp -gp -Uk -af -af -az -bi -cj -cj -cG -dt -aY -Uk -dT -dZ -eg -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -af -af -az -bi -Is -cj -WA -Ai -aY -Uk -Uk -eg -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(126,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -as -eP -fJ -fT -gl -eQ -eQ -eP -fn -hJ -fn -ik -eP -iK -fn -iW -gF -jf -fp -gi -eP -eP -eP -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -xo -da -tq -tq -tq -tq -tq -US -gp -uh -gp -HQ -tq -TG -gp -Mp -gp -xH -tq -Wf -gp -gp -gp -Fb -tq -sT -gp -gp -gp -sT -tq -zF -gp -gp -zO -gp -gp -Ng -tq -Nx -Nx -Nx -tq -CT -BT -HP -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -Kj -oC -gp -gp -oL -TE -tq -tq -tq -tq -bb -tq -tq -tq -bP -gp -gp -Uk -Uk -af -af -aY -ck -ck -aY -aY -Uk -Uk -dX -Uk -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -Uk -af -af -aY -Oy -Oy -aY -aY -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(127,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -as -eP -fl -fl -eP -eQ -eQ -gY -fn -fn -fn -hS -eP -hS -fn -gF -gF -jg -fp -eQ -eP -fl -hc -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CX -tq -xo -da -tq -CX -BF -ys -tq -Yq -gp -gp -gp -QW -tq -VY -gp -gp -gp -VA -tq -Wf -gp -gp -gp -Fb -tq -sT -gp -gp -gp -sT -tq -vE -mW -gp -AY -gp -fX -si -tq -Nx -Nx -tq -tq -tq -zG -tq -tq -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -eH -gp -gp -gp -gp -TU -tq -gp -gp -gp -gp -nn -mt -ru -Jm -gp -gp -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(128,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -as -eP -eP -eP -eP -eQ -eQ -eP -hm -hK -hS -ik -eP -iL -hS -iX -jd -eP -eQ -eQ -gl -jr -jB -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yE -BF -BF -Ee -BQ -dn -IC -BF -BF -yE -tq -Kn -ZS -gp -ye -yh -tq -tL -Jk -gp -Uj -Mx -tq -ta -AK -gp -BH -QR -tq -Pe -sT -gp -sT -sT -tq -tq -ni -mW -gp -fX -JY -tq -tq -Nx -tq -tq -YB -qP -qP -qP -Wn -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -eI -gp -gp -gp -gp -oQ -OG -gp -gp -gp -gp -yc -mt -Tz -Jm -gp -Zu -sV -zJ -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -zJ -aO -aO -aO -bP -gp -Zu -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -zJ -aO -aO -aO -aO -Nx -"} -(129,1,1) = {" -ab -ab -ab -as -ab -ab -ab -ab -as -as -as -as -eP -eQ -eQ -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -jj -eQ -eP -fl -fl -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CU -tq -xo -da -tq -CU -BF -ys -tq -tq -pS -dU -HT -tq -tq -tq -wP -Ts -QK -tq -tq -tq -Ks -vN -Dl -tq -tq -tq -sT -gp -sT -tq -tq -tq -tq -Ti -sq -dW -tq -tq -tq -Nx -tq -WS -qP -qP -qP -qP -YB -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -eJ -gp -gp -gp -gp -oM -tq -gp -gp -gp -gp -nn -mt -Tz -Jm -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -bP -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(130,1,1) = {" -ab -ab -ab -as -ab -as -as -as -as -as -as -as -eP -eQ -eQ -eP -hn -hL -ia -io -iB -iM -eP -as -as -eP -eP -eP -eP -eP -eP -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -Fj -FU -tq -tq -tq -tq -tq -tq -tq -Dr -tq -tq -tq -tq -tq -ex -tq -tq -tq -tq -tq -BK -tq -tq -tq -tq -tq -Lr -tq -tq -tq -tq -tq -tq -xM -tq -tq -tq -tq -tq -tq -WZ -qP -qP -qP -qP -bW -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -eN -gp -gp -gp -gp -oL -tq -gp -gp -gp -gp -yc -mt -ru -Jm -gp -Jm -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -vM -Jm -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(131,1,1) = {" -ab -ab -ab -as -ab -as -eP -eP -eP -eP -eP -eP -fz -fp -eQ -gZ -ho -hM -fq -ip -fq -iN -eP -as -as -as -as -as -as -as -as -as -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xo -Tc -yW -yW -yW -yW -yW -yW -eu -Qe -yW -yW -yW -yW -eu -Qe -yW -yW -yW -yW -eu -Qe -yW -yW -yW -yW -eu -Qe -yW -yW -yW -yW -yW -eu -Qe -yW -yW -yW -yW -yW -SR -qP -qP -qP -qP -qP -qP -gt -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -vB -gp -gp -gp -gp -gp -gp -PC -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(132,1,1) = {" -ab -ab -ab -as -ab -as -eP -fj -eY -eY -eY -fV -eP -eQ -eQ -gZ -hp -fq -ib -iq -ip -iO -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xo -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -Hj -qP -qP -qP -qP -qP -qP -HJ -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -sJ -gp -gp -gp -gp -gp -gp -PC -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(133,1,1) = {" -ab -ab -ab -as -ab -as -eP -fm -eY -eY -eY -eY -gm -eQ -gI -eP -hw -fq -ic -ib -fq -iP -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xo -Nq -CB -CB -CB -CB -CB -CB -IS -Yd -vz -CB -CB -CB -CB -Yd -vz -CB -CB -CB -CB -Yd -vz -CB -CB -CB -CB -Yd -vz -CB -CB -CB -CB -CB -Yd -vz -CB -CB -CB -CB -Hy -qP -qP -qP -qP -qP -qP -Pk -SC -SC -SC -SC -SC -SC -NS -Sr -SC -SC -SC -SC -SC -SC -Xm -gp -gp -gp -gp -gp -gp -PC -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(134,1,1) = {" -ab -ab -ab -as -ab -as -eP -eY -fw -eY -fK -fW -eP -gw -eQ -ha -hx -fq -fq -ir -fq -iQ -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -EZ -Qu -tq -tq -tq -tq -tq -tq -tq -xB -tq -tq -tq -tq -tq -Or -tq -tq -tq -tq -tq -Ce -tq -tq -tq -tq -tq -NY -tq -tq -tq -tq -tq -tq -Ky -tq -tq -tq -tq -tq -tq -Xo -qP -qP -qP -qP -Wg -tq -tq -tq -tq -tq -tq -tq -mT -mT -tq -tq -tq -tq -tq -tq -tq -gs -gp -gp -gp -gp -oL -eE -Jm -gp -gp -gp -gp -Jm -ru -Jm -gp -Jm -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -TL -Jm -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(135,1,1) = {" -ab -ab -ab -as -ab -as -eP -fo -fw -fD -eY -eY -eP -gx -eQ -eP -hy -hN -oH -is -iC -iR -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CU -tq -xo -da -tq -CU -BF -ys -tq -tq -ba -ub -wt -tq -tq -tq -DJ -bt -uP -tq -tq -tq -Fd -uI -rq -tq -tq -tq -YK -gp -uB -tq -tq -Cm -YS -CM -gp -Bp -YS -KP -tq -ab -tq -Xw -qP -qP -qP -qP -YB -tq -ab -ab -ab -tq -gp -gp -gp -gp -gp -gp -tq -Nx -Nx -Nx -tq -hq -gp -gp -gp -gp -oM -eE -mt -nn -gp -gp -nn -mt -Tz -Jm -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -bP -gp -Zu -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(136,1,1) = {" -ab -ab -ab -as -ab -as -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -as -ab -ab -ab -ab -ab -ab -ab -ab -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yE -BF -BF -Ee -ar -dn -IC -BF -BF -yE -tq -Jp -GK -gp -In -EI -tq -LP -JO -gp -HI -hv -tq -JX -Js -gp -tY -Zf -tq -QP -sT -gp -sT -UA -tq -Oz -gp -Oz -gp -QP -gp -pp -tq -ab -tq -tq -qP -qP -qP -YB -tt -tq -ab -ab -ab -tq -gp -mo -mo -mo -mo -gp -tq -Nx -Nx -Nx -tq -ht -gp -gp -gp -gp -oM -eE -mt -yc -gp -gp -yc -mt -Tz -Jm -gp -Zu -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -zJ -aO -aO -aO -bP -gp -Zu -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -zJ -aO -aO -aO -aO -Nx -"} -(137,1,1) = {" -ab -ab -ab -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CX -tq -xo -da -tq -CX -BF -ys -tq -qX -gp -gp -gp -KS -tq -yC -gp -gp -gp -xv -tq -ae -gp -gp -gp -LJ -tq -Ec -gp -gp -gp -UA -tq -Oz -gp -Oz -gp -TZ -gp -AX -tq -ab -tq -tq -AM -nG -BE -tq -tq -tq -ab -ab -ab -tq -gp -mo -mo -mo -mo -gp -tq -Nx -Nx -Nx -tq -oM -gp -gp -gp -gp -oQ -tq -mt -nn -gp -gp -nn -mt -Tz -Jm -gp -gp -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(138,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -xo -da -tq -tq -tq -tq -tq -qY -gp -gp -gp -JT -tq -SQ -mo -gp -gp -xv -tq -bn -gp -MG -gp -Kd -tq -Ec -gp -gp -gp -UA -tq -Gf -gp -by -gp -dP -gp -tj -tq -ab -ab -tq -AU -qP -Tp -tq -ab -ab -ab -ab -ab -tq -gp -mo -mo -mo -mo -gp -tq -Nx -Nx -Nx -tq -hU -kF -gp -gp -nZ -oQ -tq -mt -yc -gp -gp -yc -mt -ru -Jm -gp -gp -Uk -Uk -ag -ag -bx -cl -cl -cS -bx -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -Uk -af -af -aY -aG -aG -Wy -aY -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(139,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CU -tq -xo -da -tq -CU -BF -ys -tq -ra -gp -gp -gp -ZE -tq -Zx -mo -gp -gp -xv -tq -bn -gp -uh -gp -FW -tq -Ec -gp -gp -gp -UA -tq -Gf -gp -wa -gp -qZ -gp -tj -tq -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -tq -gp -mo -mo -mo -mo -gp -tq -Nx -Nx -Nx -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -Fm -tq -tq -tq -bP -gp -gp -Uk -ag -ag -aP -bB -cm -cm -cU -dD -bx -Uk -Uk -ec -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -af -af -az -aZ -cf -cf -cF -df -aY -Uk -Uk -eg -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(140,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yE -BF -BF -Ej -ar -dn -IL -BF -BF -yE -tq -ra -gp -gp -gp -mq -tq -dl -gp -vl -gp -xv -tq -bn -gp -PA -gp -FW -tq -SW -gp -gp -gp -SW -tq -rL -gp -gp -gp -gp -gp -Yk -tq -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -tq -gp -mo -mo -mo -mo -gp -tq -Nx -Nx -Nx -Nx -Nx -Nx -tq -gp -tq -Nx -Nx -tq -Ek -gp -gp -gp -Uv -tq -bP -gp -gp -Uk -ag -ax -aT -bC -cp -cv -aP -aP -bx -bx -bx -bx -ec -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -af -au -aL -bg -ci -ci -az -az -aY -aY -aY -aY -eg -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(141,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CX -tq -xo -da -tq -CX -BF -ys -tq -ra -gp -gp -gp -Cw -tq -dl -gp -uh -gp -xv -tq -bn -gp -gp -gp -FW -tq -SW -gp -gp -gp -SW -tq -MS -gp -LI -gp -Rj -gp -MN -tq -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -gp -tq -Nx -Nx -Nx -Nx -Nx -Nx -tq -gp -tq -Nx -Nx -tq -uq -gp -gp -gp -Og -tq -bP -gp -gp -Uk -ag -ag -aP -bF -cq -cq -cY -dE -bx -Uk -Uk -ec -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -af -af -az -bi -cj -cj -cG -dt -aY -Uk -Uk -eg -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(142,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -xo -da -tq -tq -tq -tq -tq -ra -gp -gp -gp -mU -tq -dl -gp -QZ -gp -Em -tq -bn -gp -gp -gp -FW -tq -SW -gp -gp -gp -SW -tq -Wt -gp -Zc -gp -um -gp -Cl -tq -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -tq -gp -mv -mZ -mZ -of -gp -tq -Nx -Nx -Nx -Nx -Nx -Nx -tq -gp -tq -tq -tq -tq -uY -gp -Dd -gp -DW -tq -bP -gp -gp -Uk -Uk -ag -ag -bx -cs -cs -dc -bx -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -Uk -af -af -aY -Oy -Oy -IR -aY -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(143,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CU -tq -xo -da -tq -CU -BF -ys -tq -ra -gp -gp -gp -qu -tq -dl -gp -gp -gp -Sx -tq -bn -gp -gp -gp -FW -tq -SW -gp -gp -gp -SW -tq -bf -gp -Vq -gp -qF -gp -Hi -tq -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -ok -gp -tq -Nx -Nx -Nx -Nx -Nx -Nx -tq -gp -gp -gp -uS -tq -nt -gp -mZ -gp -so -tq -bP -gp -gp -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -bP -gp -gp -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -Uk -sV -aO -aO -aO -aO -Nx -"} -(144,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yE -BF -BF -En -BQ -dn -IM -BF -BF -yE -tq -ra -gp -gp -gp -Zq -tq -aM -PN -QO -PN -Sf -tq -tp -MW -hC -MW -BA -tq -SW -sT -gp -sT -SW -tq -iG -gp -gp -gp -gp -gp -GB -tq -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -Nx -Nx -Nx -Nx -Nx -Nx -tq -tq -tq -tq -tq -tq -wL -gp -Dq -gp -uW -tq -VO -TL -EU -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -zJ -aO -aO -aO -VO -TL -EU -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -sV -zJ -aO -aO -aO -aO -Nx -"} -(145,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ys -BF -CX -tq -xo -da -tq -CX -BF -ys -tq -MM -gp -gp -gp -xO -tq -tq -tq -zT -tq -tq -tq -tq -tq -zT -tq -tq -tq -tq -tq -zT -tq -tq -tq -UT -XP -XP -yf -nE -nE -Oj -tq -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -ab -ab -tq -CZ -py -tS -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -tq -tq -tq -tq -tq -tq -tq -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(146,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -Fj -FU -tq -tq -tq -tq -tq -cQ -Eq -tP -Eq -wY -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -tq -lH -qP -Tp -tq -ab -tq -tq -tq -tq -tq -tq -tq -eM -qP -Ci -tq -tq -tq -tq -tq -tq -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(147,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Xz -IN -IN -IN -yB -Tc -IN -IN -IN -LZ -tq -tq -tq -zT -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -lH -qP -Tp -tq -ab -tq -LW -Ka -Ka -OZ -BT -MJ -eM -qP -Ci -MJ -BT -OZ -Ka -Ka -LW -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(148,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yH -gp -Dd -Dd -Dd -Dd -Dd -Dd -gp -vX -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -lH -qP -Tp -tq -ab -tq -BT -BT -ps -OZ -vx -MJ -eM -qP -Ci -MJ -vx -OZ -bV -BT -BT -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(149,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yI -gp -Dj -mZ -Fp -mZ -IP -KQ -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -lH -qP -Tp -tq -ab -tq -BT -OZ -OZ -OZ -BT -MJ -eM -qP -Ci -MJ -BT -OZ -OZ -OZ -BT -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(150,1,1) = {" -ab -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 -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yO -gp -of -mZ -Fq -mZ -mZ -KR -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -tq -rv -sD -tq -gp -gp -tq -sG -sD -tq -gp -gp -tq -Gl -gp -Li -Mc -gp -gp -gp -gp -gp -gp -gp -gp -gp -tq -lH -qP -Tp -tq -ab -tq -BT -BT -BT -BT -BT -zG -rS -qP -PP -zG -BT -BT -BT -BT -BT -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(151,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yP -gp -Dq -Dq -Dq -Dq -Dq -Dq -gp -vX -tq -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -sG -tq -gp -gp -sH -gp -rv -tq -gp -gp -tq -Gl -gp -gp -gp -gp -ON -PF -Ql -gp -ON -PF -Ql -gp -tq -lH -qP -Tp -tq -ab -tq -pT -sh -oK -TJ -BT -MJ -eM -qP -Ci -MJ -en -oK -Bz -sh -pT -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(152,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -yQ -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -pK -tq -ab -ab -ab -ab -ab -ab -ab -ab -tq -rA -sH -tq -gp -gp -rA -gp -gp -tq -gp -gp -tq -Gl -gp -gp -gp -gp -OQ -PI -mZ -gp -RM -PI -mZ -gp -tq -lH -qP -Tp -tq -ab -tq -tq -tq -tq -tq -tq -xj -eM -qP -Ci -kH -tq -tq -tq -tq -tq -tq -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(153,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -mg -mg -mM -nv -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -tq -tq -tq -tq -gp -gp -tq -Gl -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -tq -lH -qP -Tp -tq -ab -tq -LW -Ka -Ka -OZ -BT -MJ -eM -qP -Ci -MJ -BT -OZ -Ka -Ka -LW -tq -Nx -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(154,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mM -mg -qe -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -at -gp -gp -gp -gp -gp -gp -gp -gp -gp -dG -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -gp -gp -gp -rA -gp -gp -tq -Gl -gp -gp -gp -gp -Ph -PJ -gp -gp -gp -QA -QI -gp -tq -lH -qP -Tp -tq -ab -tq -BT -BT -ps -OZ -vx -MJ -eM -qP -Ci -MJ -vx -OZ -bV -BT -BT -tq -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(155,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -nv -mg -nN -nN -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Cj -gp -Hp -gp -Xf -gp -Dn -gp -bs -gp -qp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -gp -gp -gp -rA -gp -gp -tq -gp -gp -gp -gp -gp -Pl -mZ -gp -gp -gp -PI -Us -gp -tq -lH -qP -Tp -tq -ab -tq -BT -OZ -OZ -OZ -BT -MJ -eM -qP -Ci -MJ -BT -OZ -OZ -OZ -BT -tq -Nx -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(156,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mM -nN -oB -oB -nN -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -mZ -gp -eb -gp -uQ -gp -pY -gp -NZ -gp -Ea -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -gp -gp -gp -tq -eE -eE -tq -gp -gp -Fu -gp -gp -gp -gp -gp -Pm -PK -gp -gp -gp -mZ -ON -gp -tq -lH -qP -Tp -tq -ab -tq -BT -BT -BT -BT -BT -zG -rS -qP -PP -zG -BT -BT -BT -BT -BT -tq -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(157,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mh -mg -mg -mg -mg -nN -oa -oB -nN -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -mZ -gp -UP -gp -Lf -gp -RK -gp -Vh -gp -Mo -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -rA -sH -tq -gp -gp -tq -xD -mZ -sH -gp -gp -Fu -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -gp -tq -lH -qP -Tp -tq -ab -tq -pT -sh -oK -Bz -en -MJ -eM -qP -Ci -MJ -qH -oK -GV -sh -pT -tq -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(158,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mh -mg -mg -mg -mg -mg -nN -nN -mg -mg -mg -pM -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -mZ -gp -ym -gp -RH -gp -pH -gp -bU -gp -sU -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -tq -gp -sG -tq -gp -gp -xd -gp -yR -sH -gp -gp -tq -tq -tq -tq -Jb -tq -tq -AT -gp -gp -gp -gp -gp -gp -tq -lH -qP -Tp -tq -ab -tq -tq -tq -tq -tq -tq -zf -eM -qP -Ci -Ud -tq -tq -tq -tq -tq -tq -Nx -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(159,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mh -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -mZ -gp -Ry -gp -PE -gp -AV -gp -al -gp -rd -tq -JD -tq -No -tq -Rb -tq -ab -ab -ab -ab -ab -ab -ab -tq -rv -sD -tq -vf -vJ -tq -gp -gp -tq -Du -Du -tq -gp -gp -gp -gp -gp -tq -AT -gp -gp -gp -gp -gp -gp -tq -lH -qP -Tp -tq -cJ -tq -LW -Ka -Ka -OZ -BT -MJ -eM -qP -Ci -MJ -BT -OZ -Ka -Ka -LW -tq -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(160,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -pM -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -mZ -gp -RI -gp -XV -gp -Ak -gp -cn -gp -Sg -tq -Dw -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -gp -gp -tq -gp -gp -gp -gp -gp -tq -AT -gp -QA -PI -mZ -gp -gp -tq -lH -qP -Tp -tq -ab -tq -BT -BT -ps -OZ -vx -MJ -eM -qP -Ci -MJ -vx -OZ -bV -BT -BT -tq -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(161,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -nv -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -mZ -gp -em -gp -jx -gp -or -gp -mZ -gp -WV -tq -tq -tq -yg -tq -sc -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -XY -gp -gp -tq -gp -gp -gp -gp -gp -tq -AT -gp -QI -RO -ON -gp -Vo -tq -lH -qP -Tp -tq -ab -tq -BT -OZ -OZ -OZ -BT -MJ -eM -qP -Ci -MJ -BT -OZ -OZ -OZ -BT -tq -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(162,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mh -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -pM -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xq -gp -cI -gp -eh -gp -ma -gp -RR -gp -vZ -tq -MZ -tq -tq -tq -zn -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -gp -gp -tq -gp -gp -gp -gp -gp -tq -AT -gp -gp -gp -gp -gp -Vx -tq -lH -qP -Tp -tq -ab -tq -BT -BT -BT -BT -BT -zG -rS -qP -PP -zG -BT -BT -BT -BT -BT -tq -Nx -Nx -Nx -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -aO -Nx -"} -(163,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mh -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -gp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -Dv -Dv -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -lH -qP -Tp -tq -aQ -tq -pT -sh -oK -GV -qH -MJ -rj -pd -Re -MJ -mS -oK -TJ -sh -pT -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -"} -(164,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mh -mg -mM -my -mg -mg -mg -mg -mg -mg -mg -pN -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -OL -gp -gp -gp -gp -gp -gp -Rg -tq -Gc -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -FZ -yr -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -FZ -qP -Tp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -Oa -tq -tq -tq -tq -tq -tq -tq -tq -Nx -Nx -Nx -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(165,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -OL -gp -gp -gp -gp -gp -gp -gp -tq -Gc -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -yr -Om -Om -Om -Om -Om -Om -Om -Om -Om -Om -YE -Om -EP -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -Nx -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(166,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -OL -gp -dJ -gp -Lj -LC -ML -wg -tq -Gc -SC -SC -SC -SC -SC -SC -NS -Sr -SC -SC -SC -SC -bk -SC -SC -LS -SC -SC -SC -SC -SC -SC -SC -SC -SC -SC -SC -LS -SC -SC -SC -SC -SC -LS -SC -SC -SC -SC -SC -LS -SC -SC -NS -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -qP -Tp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(167,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -mg -mg -my -mM -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -OL -gp -qo -gp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -lH -Tp -tq -tq -tq -tq -tq -tq -tq -HU -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -in -tq -tq -tq -tq -tq -in -tq -tq -tq -tq -tq -in -tq -tq -lH -qP -Sr -SC -SC -SC -SC -SC -SC -SC -SC -SC -SC -SC -qP -Tp -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(168,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -OL -gp -Yr -gp -gp -gp -gp -gp -PY -tq -ab -tq -vc -Vp -Dg -tq -rh -Tp -tq -vR -Yw -Yw -Yw -Yw -VJ -Yw -VJ -Yw -Yw -Yw -Yw -vR -ab -tq -FO -FO -FO -FO -Mm -tq -FO -FO -FO -FO -Mm -tq -FO -FO -FO -FO -Mm -tq -lH -qP -Tp -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -Sl -Yf -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(169,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -mg -mz -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -mg -lV -qr -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qC -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -OL -gp -ZX -gp -gp -gp -qi -gp -ww -tq -ab -tq -Ul -gp -Gk -MB -vg -Tp -tq -vR -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -vR -ab -tq -AS -FP -FP -yX -Vg -tq -AS -FP -FP -yX -Vg -tq -AS -FP -FP -yX -Vg -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xo -da -tq -Nx -Nx -Nx -Nx -Nx -Nx -Nx -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(170,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lV -lV -lV -lV -lV -lV -lV -lV -lV -lV -lV -lV -lV -lV -lV -qq -qB -qB -qB -qB -qB -qB -qB -qB -qB -qB -qB -qB -qB -qB -qB -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -OL -gp -ZX -gp -CR -gp -Do -gp -xJ -tq -ab -tq -JC -Za -RE -tq -rh -Tp -tq -vR -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -vR -ab -tq -Nr -wf -Nr -nP -Nr -tq -Nr -wf -Nr -nP -Nr -tq -Nr -wf -Nr -nP -Nr -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xo -da -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(171,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -lP -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -OL -gp -Hd -gp -Ni -gp -bl -gp -LT -tq -ab -tq -tq -tq -tq -tq -lH -Tp -tq -vR -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -vR -ab -tq -Nr -Nr -Nr -Wl -Ia -tq -Nr -Nr -Nr -Wl -Ia -tq -Nr -Nr -Nr -Wl -Ia -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xo -da -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(172,1,1) = {" -ab -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 -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -tq -uT -Aj -ai -tq -rR -Tp -tq -vR -Yw -Yw -Yw -Yw -Yw -LQ -Yw -Yw -Yw -Yw -Yw -vR -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xo -Tc -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -yW -Gc -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(173,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -SJ -gp -Bn -VG -cB -Tp -tq -vR -Yw -Yw -Yw -LQ -qs -Im -qs -LQ -Yw -Yw -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -lH -qP -Tp -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -tq -eC -CB -CB -CB -CB -CB -Za -Fv -Za -CB -CB -CB -Gq -oO -Gq -CB -CB -CB -EL -kC -EL -CB -CB -CB -Gc -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(174,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -qT -Gq -uo -tq -rR -Tp -tq -vR -Yw -LQ -qs -Im -qs -qs -qs -Im -qs -LQ -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -lH -qP -yr -WU -tq -tq -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq -EM -tq -tq -tq -tq -tq -bN -tq -tq -tq -tq -tq -Ps -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(175,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -lH -Tp -tq -vR -Yw -Im -qs -qs -qs -qs -qs -qs -qs -Im -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -lH -qP -qP -qP -BZ -tq -tq -tq -tq -tq -tq -aH -hs -rT -tq -ab -ab -ab -tq -rU -Vp -Ys -Vp -bJ -tq -xY -Aj -rm -Aj -KK -tq -mP -Qf -MC -Qf -Dt -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(176,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Co -Qf -zP -tq -Bm -Tp -tq -vR -Yw -Im -qs -qs -qs -qs -qs -qs -qs -Im -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -av -FO -UZ -Wo -FO -HO -tq -lH -qP -qP -qP -qP -qP -UK -tq -tq -ZC -tq -nh -hs -Ev -tq -ab -ab -ab -tq -Iq -gp -gp -gp -yx -tq -zx -gp -gp -gp -aJ -tq -Hc -gp -gp -gp -xc -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(177,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -FC -gp -KM -EO -Nm -Tp -tq -vR -Yw -hW -qs -Im -qs -qs -qs -Im -qs -hW -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -av -FO -xL -Wo -FO -VV -tq -lH -qP -qP -qP -qP -qP -qP -GR -Mi -Vt -Qz -Ds -hs -PG -tq -ab -ab -ab -tq -Iq -gp -gp -gp -Lh -tq -zx -gp -gp -gp -OX -tq -Hc -gp -gp -gp -Uf -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(178,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Mt -EL -Bb -tq -Bm -Tp -tq -vR -Yw -Yw -Yw -hW -qs -Im -qs -hW -Yw -Yw -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -FQ -FO -DH -Wo -FO -vm -tq -lH -qP -qP -qP -qP -qP -qP -GR -Mi -ZC -Qz -QS -hs -qn -tq -ab -ab -ab -tq -Iq -gp -gp -gp -ap -tq -zx -gp -gp -gp -lh -tq -Hc -gp -gp -gp -Kr -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(179,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -lH -Tp -tq -vR -Yw -Yw -Yw -Yw -Yw -hW -Yw -Yw -Yw -Yw -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Df -FO -DH -Wo -FO -HO -tq -lH -qP -qP -qP -qP -qP -It -tq -tq -WT -tq -hs -hs -UW -tq -ab -ab -ab -tq -bK -gp -gp -cz -Hh -tq -zx -gp -gp -cz -cA -tq -Hc -gp -gp -gp -hr -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(180,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Tr -KV -Me -tq -WW -Tp -tq -vR -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -wK -FO -UZ -Wo -FO -VV -tq -lH -qP -Sr -zB -tq -tq -tq -tq -tq -tq -tq -hs -hs -UW -tq -ab -ab -ab -tq -Iq -gp -gp -cz -Hh -tq -zx -gp -gp -cz -cA -tq -Hc -gp -gp -gp -Zi -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(181,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Nk -gp -cP -UF -Xk -Tp -tq -vR -vR -CY -Yw -Yw -Yw -Yw -Yw -Yw -Yw -CY -vR -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ud -FO -FO -FO -FO -vm -tq -lH -qP -Tp -tq -tq -KF -KF -KF -tq -tq -tq -UI -tq -tq -tq -ab -ab -ab -tq -Iq -gp -gp -cz -Hh -tq -MA -Gq -Gq -zR -nA -tq -Hc -gp -gp -cz -oY -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(182,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -lL -VZ -cu -tq -WW -Tp -tq -vR -vR -vR -Yw -CY -Yw -Yw -CY -Yw -Yw -vR -vR -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Pa -FO -JB -Wo -FO -FO -tq -lH -qP -Di -aS -hs -hs -hs -hs -hs -hs -hs -hs -DS -tq -ab -ab -ab -ab -tq -Iq -gp -gp -cz -Hh -tq -tq -tq -tq -tq -tq -tq -Hc -gp -gp -cz -oY -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(183,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -lH -Tp -tq -vR -vR -vR -vR -vR -Yw -Yw -vR -vR -vR -vR -vR -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -VV -VV -UZ -Wo -FO -FO -tq -lH -qP -Tp -tq -hs -hs -hs -hs -hs -hs -hs -hs -rT -tq -ab -ab -ab -ab -tq -Iq -gp -gp -cz -Hh -tq -ab -ab -ab -ab -ab -tq -Hc -gp -gp -cz -oY -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(184,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xI -xI -tq -vR -vR -vR -vR -vR -vR -vR -vR -vR -vR -vR -vR -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -FO -FO -FO -FO -FO -FO -tu -fM -qP -Tp -tq -VB -hs -hs -hs -hs -hs -hs -hs -rT -tq -ab -ab -ab -ab -tq -bL -Za -Za -Za -CG -tq -ab -ab -ab -ab -ab -tq -RX -EL -EL -HL -yJ -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(185,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -ab -ab -ab -ab -vR -YX -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Fc -FO -FO -FO -FO -Fc -tq -lH -qP -Tp -tq -LK -hs -hs -hs -hs -vp -tR -Qg -Ut -tq -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(186,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -vR -Yw -Yw -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -Fc -FO -SO -FO -FO -Fc -tq -lH -qP -Tp -tq -qJ -hs -hs -hs -hs -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(187,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -vR -vR -vR -vR -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -lH -qP -Tp -tq -zE -hs -hs -vH -vH -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(188,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -lH -qP -Tp -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(189,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(190,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -lH -qP -Tp -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(191,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -xI -xI -xI -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(192,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -qP -qP -qP -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(193,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -ss -qP -qP -qP -qP -qP -Qx -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(194,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -qP -qP -qP -qP -qP -qP -qP -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(195,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -qP -qP -qP -qP -qP -qP -qP -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(196,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -tq -tq -tq -tq -tq -tq -tq -tq -tq -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(197,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(198,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(199,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(200,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababababababababababababababababababababababababababababasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababascwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwasabababababababababababababasePePePePePasabababababababababababababababababasababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaababababababababascwcwcwuUcwuUuUuUuUuUaclZuUcwcwuUcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwasabababababababababababababasePfffxffePasasasasasasasababababasasasasasasasasababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababaalIBDPQnTUmOYTTUmUmUmOYsyTTPWPWlIaaababababababababascwcwuUuUuUuUPSuUuUuUuUuUuUuUuUuUcwcwcwcwcwdididididididididicwcwcwcwcwcwcwcwcwcwcwcwasabababababababababababababasePffffffePePePePePePePasababababasePePePePePePasababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababaalIUmUmUmUmUmUmUmUmUmUmUmUmUmUmlIaaababababababababascwcwuUuUuUuUuUuUuUuUuUuUuUuUuUuUuUcwcwcwcwdijIjJjIjMjIjJjIdicwcwcwcwcwcwcwcwcwcwcwcwasabababababababababababababasePfyffoEePfgeXfheXfiePasababababasePfjfmeYfoePasababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababaalIMOUmUmUmUmUmUmUmUmUmUmUmUmPjlIaaababababababababascwcwekuUuUuUuUuUuUTeuUuUuUuUuUuUcwcwcwcwcwdijQjRjSjRjSjRjTdicwcwcwcwcwcwcwcwcwcwcwcwasabababababababababababababasePffkhffePfreZfsftfuePasasasasasasePeYeYfwfwePasababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaababababaalIQnUmUmsdPWPWUmUmALlIlIlIlIlIlIaaababababababababascwcwekjUuUuUuUuUuUuUuUuUuUuUuUcwcwcwcwcwcwdijSjJjSjJjSjJjSdicwcwcwcwcwcwcwcwcwcwcwcwasabababababababababababasasasePkikjkjfzfAeWfBfCeWePePePePePasasePeYeYeYfDePasababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvjvjvjvHvHvHvHvHvHvHvHvHvHvaaababababaalIwAUmUmUmPWPWktUmUmPOUmotMOUmlIaaababababababababascwekekuUTeuUuUuUuUuUuUjYuUuUuUcwcwcwcwcwcwdijSjRjSjRjSjRjSdicwcwcwcwcwcwcwcwcwcwcwcwasasasasasasasasasasasasasePePePfFfGfFePePfHePeZfkePflfJflePasasePeYeYfKeYePasababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvjvjvjvjvjvHvHvHvHvHvHvHvHvHvaaababababaalIMOUmUmXxPWPWUmUmUmlIXxOKOKUmlIaaababababababababascwekekuUuUuUuUuUuUuUuUekeklZjUcwcwcwcwcwcwdijSjJjSjJjSjJjSdicwcwcwcwcwcwcwcwcwcwcwcwasePePePePePePePePePePePePePfLfLfNfNfNfOfPeQePfQfRePgKfTflePasasePfVeYfWeYePasababababababababababababaalPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvjvjvjvjvjvHvHvHvHvHvHvHvHvHvaaababababaalIPWUmUmUmUmkNUmUmUmlIUmOKktUmlIaaababababababababascwkbekekekekuUuUuUuUekekuUekcwcwcwcwcwcwcwdijQjRjSjRjSjRjTdicwcwcwcwcwcwcwcwcwcwcwcwasePfYfYgaflePgcgdgegfeQeQgheQgigjgkgkgieQeQePePePePfzglePePePePfzePgmePePePasababababababababababababaalPlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvjvjvjvjvjvHvHvHvHvHvHvHvHvHvaaababababaalIwARPUmUmUmUmUmRPUmlIUmUmRPUmlIaaababababababababascwekekekuUekekuUuUuUekuUuUuUcwcwcwcwcwcwcwdijSjSjSkgjSjSjSdicwcwcwcwcwcwcwcwcwcwcwcwasePgngoflflgAeQgfeQgqeQePeQoFfzgrgrgrePeReQgveQeQeQeQeQeQeQeQeQfpeQeQgwgxePasababababababababababababaalPmgmgmgmgmgmhmhmhmgmgmhmhmhmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvjvjvjvjvjvHvHvHvHvHvHvHvHvHvaaabababaaaalIlIlIlIlIlIPOlIlIlIlIlIlIlIlIlIaaababababababababascweklZuUkkekekuUuUuUuUekuUuUuUuUuUdididididididikldikldididididicwcwcwcwcwcwcwcwcwcwasePgyflgzflgAeQgBeQeQghgCeQgDgEgFgGfngHeQeQgveQeQgieQeQeQeQeQeQeQeQgIeQeQePasababababababababababababaalPmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmzlVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvjvjvjvjvjvHvHvHvHvHvHvHvHvHvaaabababaalIlIlIlIlIlIQiQiQilIlIlIlIlIlIaaaaaaababababababababascwekuUuUekekuUlJjEjElJekekuUuUuUcwdikxkxkpkxkykxeUkAeUkEowkIkJdicwcwcwcwcwcwcwcwcwcwasePgJgKgLgKgAeQfpeQgNeQgheQeQgSgThggVgWeQgXePePgYePePePgYePePePgZgZePhaePePasababababababababababababaalPmgmgmgmgmgmgmgmgmgmgmgmgmMmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvjvjvjvjvjvHvHvHvHvHvHvHvHvHvaaabababaalIQDkKwsWLlIQiQiQilIWLwskKQDlIaaababababababababababascwuUuUuUekeklJlJjGjHlJlJekekekuUacdikMkMkMkPkMkMEseUeUlXeUeUeUdididididididididicwcwasePhbflflhcgAeQhdeQheeQePeQeQhfhghhhigWeQhjePfnhkfnhlfnfnhmePhnhohphwhxhyePasababababababababababababaalPmgmgmgmgmgmgmgmgmgmgmgmgmymgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvjvjvjvjvjvHvHvHvHvHvHvHvHvHvaaabababaalIxgNMHnVDlIQiQiQilIVDHnNMNDlIaaababababababababababascwuUuUuUuUekjNjEjOjOjEjPuUekekekekdikMomkXkXkZkMEseUkQeUeUeUeUdinOkSTQnpTQkSnOdicwcwasePhzhAfloGePeQgfgigfeQhDeQeQhEfnhFhFhGeQgXePhHfnhIhJhJfnhKePhLhMfqfqfqhNePasababababababababababababaalPmgmgmgnvmMmgmgmgmgmgmgmgmgmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvjvjvjvHvHvHvHvHvHvHvHvHvHvaaabababaalIlTOpyFXylIQiQiQilIZKyFOplTlIaaababababababababababascwuUacuUuUekjNjEjVjVjEjPuUuUuUuUuUdiomkYkXkYkZkMEseUlalbeUkElodiTQTQlAlAlATQTQdicwcwasePflfYfYgKePePePePfzePePhQoFePhRhRhRePeReQePhSfnfnhTfnfnhSePiafqibicfqoHePasababababababababababababaalPmgmgmgmgnNnNmgmgmgmgmgmgmgmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvjvHvHvHvHvHvHvHvHvHvHvHvaaabababaalIVDmfVDVDUuQiQiQiUuVDVDmfVDlIaaababababababababababascwuUuUuUuUuUlJlJjVjVlJlJuUuUljuUekdikMomkXkXkZkMeUeUlmnKeUeUmjdiTQTQTQlvTQTQTQdicwcwasePiefYfYflifigihiiePabePhQeQeQijijijeQeQeQePikhSikimikhSikePioipiqibirisePasababababababababababababaalPmgmgmgnNoBoanNmgmgmgmgmgmgmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvjvHvHvHvHvHvHvHvHvHvHvHvaaabababaalIFwVDVDmrlIQiQiQilImrVDVDFwlIaaababababababababababascwuUuUuUuUuUlJjZjVjVYQlJuUuUekekekdikMomkXlukZkMEseUeUeUeUlwlxdiTQlzTQTQTQlzTQdicwcwasePitiufYflgKflfliwePabePePeQgDixiyfLiAeQeQePePePePePePePePePiBfqipfqfqiCePasababababababababababababaalPmgmgmgnNoBoBnNmgmgnvmgmgmgmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvjvjvjvHvHvHvHvHvHvHvHvHvHvaaabababaalIlIlIlIlIlIQiQiQilIlIlIlIlIlIaaababababababababababascwuUekuUtiuUkejVkfjVjVkeuUuUekekdididididididididilElElElElElFdidididilGdididididicwasePflflflfliDgKiHiIePababePgvgvePePePePgvgvePikhSikiJiKhSiLePiMiNiOiPiQiRePasababababababababababababaalPmgmgmgmgnNnNmgmgmgmgmgmgmgmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvjvHvHvHvHvHvHvHvHvHvHvHvaaabababaalIQDkKwsWLlIQiQiQilIWLwskKQDlIaaababababababababababascwekekuUuUuUlJkmjVjVollJuUuUekekeUiFeUeUeUlMeUeUeUeUeUeUeUeUeUeUeUlOeUeUlQeUeUmwdicwasePePePePePePglePePePePePePfpeQePasasePeQeQePhSfnfngFfnfnhSePePePePePePePePasababababababababababababaalPmgmMmgmgmgmgmgmgmgmgmgmgmgmgmgmymgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaabababaalIxgNMHnVDlIQiQiQilIVDHnNMNDlIaaababababababababababascwjYAduUuUuUjEkzjVjVjVjEuUuUekekeUiFeUeUeUeUeUeUeUkEeUeUlWeUeUlXeUeUeUeUeUeUlXmidicwasasasasasePeQeQeQghiSeQiTgweQeQePasasePeQeQePiUfniVhJiWgFiXePasasasasasasasasababababababababababababaalPmgnvmMmgmgmgmgmgmgmgmgmgmgmgmgmMmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaabababaalIlTOpyFXylIQiQiQilIZKyFOplTlIaaabaaaaaaaaaaaaaaaaaaascwuUekuUjFuUlJlJkWkWlJlJuUuUekuUdididimIdidimIdididididididididididimKmKdididididicwasabababasePeQgieQghfpeQeQeQgDeQePasasePiYhDePiZfnfnjcgFgFjdePasasabababababasababababababababababababaalPmgmgmgmgmgmgpMmgpMmgpMmgpNmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaabababaalIVDmfVDVDUuQiQiQiUuVDVDmfVDlIaaabaalIlIlIzolIlIlIaaascwuUuUuUuUuUjNlJjVjVlJjPuUuUuUuUuUdimOnxQJnbnxnxdincndoIneoIoIndndndndndndndnJnddicwasabababasePePePePfHePjeePePePePePasasePeQeQePePgYePePjfjgePePePasabababababasababababababababababababaalPmgmgqemgmgmgmgmgmgmgmgmgmgmgmgmgmgmglVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaaaaaaaaaalIFwVDVDmrlIQiQiQilImrVDVDFwlIaaaaaalIOHpOeVpOeTlIaaascwuUuUuUuUuUjPlJlllBlJjPuUuUuUuUuUdinunxnxnwnxnxdioundndndndndndndndndndndFondnWdicwasabababasasasePeWeWjheWjiePasasasasasePeReQeQeQfpeQeQfpfpeQjjePasabababababasababababababababababababaalPlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlVlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaalIlIlIlIlIlIlIlIlIlIQiQiQilIlIlIlIlIlIlIlIlIlIwpUmUmUmcRlIaaascwcwkkuUuUuUlJlJlJlJlJlJuUuUacuUuUdinHnxnxnxnxnIdindndndndndndndndndndndndndndnWdicwasabababababasePjkeWjleWjmePasabababasePeQeQeQgDeQeQeQgieQeQeQePasabababababasababababababababababababaalPqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqrqqlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaalIUcQiQiRmQiQiQiQiQiQiQiQiQiQiQiQiRmQiQiQiBdlIJwMOUmMOARlIaaascwcwekekuUuUuUekekekuUuUuUuUuUuUuUdinYnxocnxnxoddinooendndndndndndndndFondndndnWdicwasabababababasePjnfBjoeWjpePasabababasePePePePePePePePePePglePePasabababababasababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaalIQiQiQiQiQiQiQiQiQiQiQiQiQiQiQiQiQiQiQiQiQilINLPWUmPWzWlIaaascwcwcwcwuUuUuUuUuUuUuUuUuUuUuUuUuUdinbogohnxoiojdididindndndndndndndndndndndndnddicwasabababababasePeWeWeWeWjoePasabababasasasasasasasasasePfljrflePasabababababasababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +aaHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvHvaalIQiQiQiQiQiQiQitCPXQiQiQitCPXQiQiQiQiQiQiQipVwpUmUmUmcRlIaaascwcwcwekekjUuUuUuUuUuUuUuUuUekuUuUdidididididididicwdindndndndndndndndndnzZInzZIdicwasabababababasePjsjwfgjyjsePasabababababababababababasePhcjBflePasabababababasababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIQiQiQilIlIlIlIlIlIlIlIlIlIlIlIlIlIlIQiQiQilIwpUmUmUmcRlIaaascwcwcwcwekekuUuUuUuUuUuUPSuUekekuUcwcwcwcwcwcwcwcwcwdiZIoxZIoxnLoxZIoxZIdididididicwasabababababasePePePePePePePasabababababababababababasePePePePePasabababababasababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +ababababababababababaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIRSQiQilItHtHtHtHtHtHtHtHtHtHtHtHtHlIQiQiQilIlDAGAGAGTxlIaaascwcwcwcwuUuUuUuUTeuUuUuUuUekekuUuUuUcwcwcwcwcwcwcwcwdididididididididididicwcwcwcwcwasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +ababababababababababaalIooooQVQVlIlIuLfdLeooLefduLlIQiQiQilIlIlIlIlIlIlIlIlIsPlIlIlIlIlIQiQiQilIlIlIlIlIlIlIaaascwcwuUuUuUuUuUuUuUuUuUuUekekekTeuUuUjFekcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwasababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +ababababababababababaalIdooooooolIlIAlXQnXoonXXQAllIQiQiQilIxiFDzAzAODlIPHoPTOlIdVZtaFlIQiQiGylIaaaaaaaaaaaaaaascwcwuUlZekuUekuUuUuUuUekekekuUuUuUuUekcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwasababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +ababababababababababaalIPxoooooolIlIlIlIlIoolIlIlIlIQiQiGylIOIrIrIrIrIlIPoKpzAlIzArIODlIQiQiQilIaaababababababascwcwcwuUekekekuUuUuUuUekekacuUuUcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwasababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +ababababababababababaalIPxoooooooozsoooooooooooooolIQiQiQilIQwzApkzArIlIXdHZrIqkrIrIzAlIRSQiQilIaaababababababascwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwcwasababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +ababababababababababaalIPxooooNulIlItvoooooooooooolIQiQiQilIlIlIlIlIqSlIlIZVlIlIzArIzAlIQiQiQilIaaababababababasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +ababababababababababaalIPxooIEIElIlIoooooolIRvPRRvlIQiQiQiltrIrIrIrIrIrIrIrIrIltrIrIzAlIQiQiQilIaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +aaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIooooooRveloorDlIQiQiQilIpcrIrIFGlIpcrIrIFGlISXrIsYlIQiQiGylIaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +aaeLeLeLeLeLeLeLeLeLeLeLeLeLeLeLeLlIooooooRvOAOAoolIQiQiQilICsCsCsCslICsCsCsCslIzArIsYlIQiQiQilIlIlIlIlIlIlIlIlIlIlIlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +aaeLeLeLeLeLeLeLeLeLeLeLeLeLeLeLeLlIoooooolIRvRvRvlIRSQiQilISolrlrSolISolrlrSolILYrIwXlIQiQiQilIAtAtAtAtlIIOAtAtAtAtlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaalPqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqCqBlPaaabababababababababababababababababababababababababababab +aaeLeLeLeLeLeLeSeSeSeSeSeLeLeLeLeLlItvoooooooooooozsQiQiQilIlIlIlIlIlIlIlIlIlIlIlIlIlIlIRSQiQilIIOAtAtAtlIAtAtAtAtwQlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaalPqBqBqBqBqBqBqBqBqBqBqBqBqBqBqBqBqBqBqBlPaaabababababababababababababababababababababababababababab +aaeLeLeLhBhBhBeSoDmxeSeSeSeSeLeLeLlIoooooooooooooolIQiQiQilIhZUmXGUmzaUmEplIZhZhZhZhZhlIQiQiQilIAtAtAtwQlIAtAtAtAtAtlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaalPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPlPaaabababababababababababababababababababababababababababab +aaeLeLhBcxhBeSeSeSeSeSeSkoeSeSeLeLlIoooooooooooooolIQiQiQilIaUUmaUUmaUUmUmlIPiozozozUJlIQiQiGylIAtAtAtAtlIAtAtAtAtAtlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababab +aaeLeLeSeSeSeSeSeSeSeShBhBjCeSeSeLlIlInXLelIoooooolIQiQiGylIXGUmXGUmXGUmXGlIrrrrrrrrozlIQiQiQilIAqAqAqNKHDAqAqAqAqdblIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLeSeSeSeSoJoJoJeShBhBhBeSeSeLlIXQoooolIooooVelIQiQiQilISBUmaUUmaUUmSTlIlIlIlIlISHlIQiQiQilIIOAtAtAtspAtAtAtAtAtZLaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLeSeSeSoJoJlSoJoJeShBhBeSeSeLlIAluLmJlIoomJYalIQiQiQiPOUmUmUmUmUmUmUmSHozozozozozlIQiQiQilIAtAtAtAtAtAtAtAtAtwQlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeSeSjCeSlCmLUXmLlCeShBhBeSlIlIlIlIlIlIlIlIlIlIlIQiQiQilIaUUmaUUmaUUmaUlIlIlIlIlIwclIQiQiQizsAtAtAtAtAtAtAtAtAtAtlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeSeShBhBlCYLmLmGlCeSeSeSlIaBQiQiQiQiRmQiQiQiQilIRSQiQilIXGUmXGUmXGUmXGlIDKDKqwDKdrlIQiQiQilIWbAtAtAtAtAtAtAtAtWblIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeSeShBhBlCkaWxoblCeSeSeSzsHoQiQiQiQiQiQiQiQiQizsQiQiQilIYzUmaUUmaUUmALlIdrdrdrdrdrlIQiQiGylIWbAtAtAtAtAtAtAtAtWblIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeSoDhBhBlCkamLoblCeSeSeSzsHoQiQiQiQiQiQiQiQiQiRkQiQiQilIXGUmXGRPXGUmHslItGxUupupuplIQiQiQilIIOAtAtAtAtAtAtAtAtAtlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLeSeShBlCrzmLmAlCeSeSeSlIlIQiQiQiQiaAQiQiQiQilIQiQiQilIlIlIlIlIlIlIlIlIlIlIlIlIlIlIQiQiQilIAtAtAtAtAtAtAtAtAtwQlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLeSeSeSlCrprprplCeSeSideSlIlIlIlIlIlIlIlIlIlIlIQiQiQilIXCIGzblIXCIGzblIzLZbsALcPBlIRSQiQilIAtAtAtAtMwRBAtAtAtAtlIaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLmxeSeSlCoysblClCeSeSeShBhBeLaaaaaaaaaaaaaaaalIQiQiGylIAtAtAtlIAtAtAtlIanBCvOozFklIQiQiQilIAtTnAtTnMsJyAtTnAtTnlIaasSQiQiQiQiQiQisaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLmxeSeSeSeSeSeSeSeSeSeSjDhBeLaaababababababaalIQiQiQilIYZYZYZlIYZYZYZlIlIlIxEozZrlIQiQiQilIJyMsxsURJyURCuJyJyMslIaaQiQiQiQiQiQiQiQiaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLhBmxeSeSeSeSeSeSeSeShBhBeLeLaaababababababaalIQiQiQiSHBGBGBGBGBGBGBGBGBGBGDUozZrlIQiQiGylIlIlIlIlIlIlIlIlIlIlIlIlIQiQiQiQiQiQiQiQiaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLhBhBhBeSeSeSeSeSeSoDhBhBeLeLaaababababababaalIRSQiQilIYZYZYZlIYZYZYZlIlIlIxEozSElIQiQiQilIGAQiQiQiQiRmQiQiQiQiQilIQiQiQiQiQiQiQiQiaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab +aaeLeLhBjDhBeSeSeSeSeSeShBhBeLeLeLaaababababababaalIQiQiQilIAtAtAtlIAtAtAtlIroRlXtozdLlIQiQiQizsQiQiQiQiQiQiQiQiQiQiQiGYQiQiQiQiQiQiQiQiaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababababababababababababababababababababab +aaeLeLeLhBhBhBoDeSeSeSeSkoeLeLeLeLaaababababababaalIMFQiCIlIXCtcHulIXCtcHulIPtWOTbTbIHlIQiQiQilIRsaAQiQiQiQiQiQiQiaAQilIQiQiQiQiQiQiQiQiaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqIwgpFtgpIvgpajgpOvgpqUtqababababababababababababababababababababababababababababababab +aaeLeLeLeLeLhBideSeSeSeLeLeLeLeLeLaaababababababaalIlIPTlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIPTlIlIlIlIlIlIlIlIejlIlIlIlIlIQiQiQiQiQiQiQiQiaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqZsgpAwgpccgpxTgpCSgpurtqababababababababababababababababababababababababababababababab +aaeLeLeLeLeLeLeLeLeLeLeLeLeLeLeLeLaaababababababaaaalIkTkTkTkTUrkTkTkTkTkTkTUrkTkTkTkTkTkTkTUrlIaaaaaaaaaaaaaaaaaaaaaaaaQiQiQiQiQiQiQiQiaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqdKgpKegpRagpeigpaygpOotqababababababababababababababababababababababababababababababab +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababaalIuMkTkTkTkTkTkTkTkTkTkTkTkTkTkTkTkTkTkTkTlIaaababababababababababaaQiQiQiQiQiQiQiQiaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababQmSSgpongpuvgpxKgpHdgpQBtqababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIlIlIlIWIWIWIWIWIWIWIlIwclIlIlIlIlIlIlIPRlIaaababababababababababaasRQiTyQiQiQiQiQiaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqMugpgpgpgpgpgpgpgpgpHBtqababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIyvKXdrdrdrdrdrdrdrdrJfdrlIoooooofdCDooOUlIaaababababababababababaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqtqtqtqtqtqtqtqtqtqtqgptqtqtqtqtqtqtqtqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIdrRGJIJezibdfvxutlSGdrdrlIoosxsxsxTfsxsxlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqatCjNQbMAhHNmuYVxqtqgpOLOLOLOLOLOLOLtqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIdrDBAAWEzizizisXKNlKdrdrlIooCDcXoooRedzUlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqgpgpgpgpgpgpgpgpgptqgpgpgpgpgpgpgpgptqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIdrdFWubYNlNlNlTYyaRAdrGnlItvsxsxTfsxsxTflIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqgpHpebUPymRyRIemcItqgpgpdJqoYrZXZXqxtqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIdrVNPpVfDZACmkeAZDVLdrdrlIooooCDooCDoorDlIaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqgpgpgpgpgpgpgpgpgptqgpgpgpgpgpgpgpgptqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIIidrdrdrdrdrdrdrdrdrdrdrPRoosxsxsxsxsxsxlIaaabababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababtqgpXfuQLfRHPEXVjxehtqgpgpLjtqgpAsCRNitqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIjtdrdrdrWpdrdrdrdrdrWpbRlIoooooomJoooooolIaaabababababababababababababababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqabababtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqgpgpgpgpgpgpgpgpgpgpgpgpLCtqgpgpgpgptqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaabababababababababababababababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqXzyHyIyOyPyQtqysyEystqysyEystqysyEystqabababtqysyEystqysyEystqysyEystqXzyHyIyOyPyQtqgpDnpYRKpHAVAkormatqgpgpMLtqgpqiDobltqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqINgpgpgpgpEqtqBFBFBFtqBFBFBFtqBFBFBFtqabababtqBFBFBFtqBFBFBFtqBFBFBFtqINgpgpgpgpEqtqgpgpgpgpgpgpgpgpgptqRggpwgtqgpgpgpgptqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqINDdEobDDqEqtqCXBFCUtqCXBFCUtqCXBFCUtqabababtqCUBFCXtqCUBFCXtqCUBFCXtqINDdDjofDqEqtqgpbsNZVhbUalcnRVRRtqtqtqtqtqPYwwxJLTtqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababababNxRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqINDdEhEoDqEqtqtqEetqtqtqEetqtqtqEetqtqtqtqtqtqtqEetqtqtqEjtqtqtqEntqtqINDdmZmZDqEqtqgpgpgpgpgpgpgpgpgptqGcGcGctqtqtqtqtqtqabababababababababababababababababababababababababababab +ababababababababababababababababababNxNxNxNxNxNxNxNxNxNxRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqINDdcoEhDqHAEZxoarxoxoxoarxoxoxoBQxoFjxoxoxoEZxoarxoxoxoarxoxoxoBQxoFjyBDdFpFqDqEqtqdGqpEaMosUrdSgWVvZtqOmqPSCtqababababababababababababababababababababababababababababababababab +ababababababababababababababababababNxRrRrRrRrRrRrRrRrRrRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqINDdbDEoDqNqQudadndadadadndadadadndaFUTcgpNqQudadndadadadndadadadndaFUTcDdmZmZDqEqtqtqtqtqtqtqtqtqtqtqtqOmqPSCtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababababababab +ababababababababababababababababababNxRrUkUkUkUkUkUkUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkafafafUkUkRrRrRrUkUkafafafUkUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrKrZrZrZrZrZrZrZaaababababababababababababababtqINDdqmEhDqEqtqtqICtqtqtqICtqtqtqICtqtqyWgpCBtqtqICtqtqtqILtqtqtqIMtqtqINDdIPmZDqEqtqwHPwslaWtqJDDwtqMZtqOmqPSCtqvcUlJCtquTSJqTtqCoFCMttqTrNklLtqababababababababababababababababab +ababababababababababababababababababNxRrUkUkUkUkUkUkUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkafafauafafUkRrRrRrUkafafazafafUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqINDdEomZDqEqtqCXBFCUtqCXBFCUtqCXBFCUtqyWgpCBtqCUBFCXtqCUBFCXtqCUBFCXtqINDdKQKRDqEqtqXDJHWYqAtqtqtqtqtqtqOmqPSCtqVpgpZatqAjgpGqtqQfgpELtqKVgpVZtqababababababababababababababababab +ababababababababababababababababababNxRrUkUkUDUDUDUDUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkafazaLazafUkRrRrRrUkafazaLazafUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqINgpgpgpgpEqtqBFBFBFtqBFBFBFtqBFBFBFtqyWgpCBtqBFBFBFtqBFBFBFtqBFBFBFtqINgpgpgpgpEqtqmNGXIrMYtqNotqygtqtqOmqPSCtqDgGkREtqaiBnuotqzPKMBbtqMecPcutqababababababababababababababababab +ababababababababababababababababababNxRrUkRYRYFEFERYRYUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkaYaZbgbiaYUkRrRrRrUkaYaZbgbiaYUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqLZvXvXvXvXpKtqysyEystqysyEystqysyEystqyWgpCBtqysyEystqysyEystqysyEystqLZvXvXvXvXpKtqbQcTpXBctqtqtqtqtqtqOmqPSCtqtqMBtqtqtqVGtqtqtqEOtqtqtqUFtqtqtqtqababababababababababababababab +ababababababababababababababababababNxRrUkivCvtICvCvivUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkckcfcicjckUkRrRrRrUkaGcfcicjOyUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaababababababababababababababtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqyWgpCBtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqLOLRchkLtqRbtqsczntqOmqPNSlHrhvgrhlHrRcBrRlHBmNmBmlHWWXkWWlHxItqababababababababababababababab +ababababababababababababababababababNxRrUkWwCvCvCvCvWwUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkckcfcicjckUkRrRrRrUkaGcfcicjOyUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaabababababababababababababababababababababtqtqxtpIpIpIpIpIUSYqKntqtqyWgpCBtqtqJpqXqYUMCJEIEIIJIJMMcQtqtqabababtqAvUyIQEysttqtqtqtqtqtqOmqPSrTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpxItqababababababababababababababab +ababababababababababababababababababNxRrUkWwCvCvCvCvWwUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkaYcFazcGaYUkRrRrRrUkWycFazcGIRUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaabababababababababababababababababababababtqtqFRgpgpgpgpgpgpgpZSpStqeugpIStqbaGKgpgpgpgpgpgpgpgpgpEqtqtqabababtqNyKqoNKUXFzktqabababtqOmqPSCtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababababab +ababababababababababababababababababNxRrUkWwCvCvCvCvWwUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkaYdfazdtaYUkRrRrRrUkaYdfazdtaYUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaabababababababababababababababababababababtqzTKEgpgpgpwlvluhgpgpdUDrQegpYdxBubgpgpgpgpgpgpgpgpgpgptPzTtqabababtqFJJSsvRLmVbctqabababtqOmqPSCtqvRvRvRvRvRvRvRvRvRvRvRvRvRvRvRvRvRabababababababababababababababab +ababababababababababababababababababNxRrUkivCvwDCvCvivUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkaYaYaYUkUkRrRrRrUkUkaYaYaYUkUkRrRrRrNxababababababababababababababababaarZrZrZrZrZrZrZrZrZrZrZrZrZrZrZrZaaabababababababababababababababababababababtqtqFRgpgpgpgpgpgpgpyeHTtqyWgpvztqwtIngpgpgpgpgpgpgpgpgpEqtqtqabababtqtqtqtqtqtqtqtqabababtqOmqPSCtqYwYwYwYwYwYwYwYwYwYwYwYwYwvRvRvRvRabababababababababababababababab +ababababababababababababababababababNxRrUkRYRYRYwjRYRYUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkUkdQUkUkUkRrRrRrUkUkUkaYUkUkUkRrRrRrNxababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababtqtqANyuyuyuyuyuKSQWyhtqtqyWgpCBtqtqQWKSJTZEmqCwmUquZqxOwYtqtqababababababababababababababtqOmqPSCtqYwYwYwYwYwYwLQImImhWYwYwYwCYvRvRvRabababababababababababababababab +ababababababababababababababababababNxRrUkUkRYRYRYRYUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkUkaYdTdXUkRrRrRrUkUkUkaYUkUkUkRrRrRrNxabababababababababababababababababababababababababababababababababababababababababababababababababababababababtqtqtqtqtqtqtqtqtqtqtqtqtqyWgpCBtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababababtqOmqPbktqYwYwYwYwYwYwqsqsqsqsYwYwYwYwYwvRvRabababababababababababababababab +ababababababababababababababababababNxRrUkUkUkUkUkUkUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkUkaYdZUkUkRrRrRrUkUkegaYegUkUkRrRrRrNxabababababababababababababababababababababababababababababababababababababababababababababababababababababababtqtqGzykykykykykTGVYtLtqtqyWgpCBtqtqLPyCSQZxdldldldlaMtqtqababababababababababababababababtqOmqPSCtqYwYwYwYwYwLQImqsqsImhWYwYwYwCYvRvRvRvRvRababababababababababababab +ababababababababababababababababababNxRrUkUkUkUkUkUkUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkegaYegUkUkRrRrRrUkUkUkegUkUkUkRrRrRrNxabababababababababababababababababababababababababababababababababababababababababababababababababababababababtqtqFTgpgpgpgpgpgpgpJkwPtqeugpCBtqDJJOgpmomogpgpgpgpPNtqtqababababababababababababababababtqOmqPSCtqVJYwYwYwYwqsqsqsqsqsqsYwYwYwYwYwvRYXYwvRababababababababababababab +ababababababababababababababababababNxRrRrRrRrRrRrRrRrRrRrRrRrUkUkUkUkUkUkUkRrRrRrUkUkUkegUkUkUkRrRrRrUkUkUkUkUkUkUkRrRrRrNxabababababababababababababababababababababababababababababababababababababababababababababababababababababababtqzTvCgpgpwluhgpMpgpgpTsexQegpYdOrbtgpgpgpgpvluhQZgpQOzTtqababtqtqtqtqtqtqtqtqtqtqtqtqababtqOmqPLSHUYwYwYwYwLQImqsqsqsqsImhWYwYwYwYwvRYwYwvRababababababababababababab +ababababababababababababababababababtqtqtqtqtqtqtqtqtqtqRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRresRrRrRrRrRrRrRrRrtqabababababababababababababababababababababababababababababababababababababababababababababababababababababababtqtqFTgpgpgpgpgpgpgpUjQKtqyWgpvztquPHIgpgpgpgpgpgpgpPNtqtqababtqrvgprAgpgpgpgprAgprvtqababtqOmqPSCtqVJYwYwYwYwqsqsqsqsqsqsYwYwYwCYvRvRvRvRvRababababababababababababab +abababababababababababababababababababababababababababtqRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrtqabababababababababababababababtqtqtqtqtqtqtqtqtqtqtqabababababababababababababababababababababababababababababtqtqguxHxHxHxHxHxHVAMxtqtqyWgpCBtqtqhvxvxvxvxvxvEmSxSftqtqababtqsDsGsHgpgpgpgpsHsGsDtqababtqOmqPSCtqYwYwYwYwYwLQImqsqsImhWYwYwYwYwvRvRabababababababababababababababab +abababababababababababababababababababababababababababtqtqevtqtqtqtqtqtqtqtqtqtqtqtqtqtqeEeEeEtqeFeFeFtqeEeEeEtqtqtqtqtqtqtqtqtqtqtqtqababababababababababtqvevevevevevevevevetqababababababababababababababababababababababababtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqyWgpCBtqtqtqtqtqtqtqtqtqtqtqtqtqababtqtqtqtqgpgpgpgptqtqtqtqababtqOmqPSCtqYwYwYwYwYwYwqsqsqsqsYwYwYwYwYwvRvRabababababababababababababababab +abababababababababababababababababababababababababababababababtqtqtqtqtqtqtqtqtqtqtqtqeGeHeIeJeNgpgpgpgphqhthPhUtqgpgpgpgpgpgpgpgpgptqababababababababababtqPZPZOPPZPZPZqRPZPZtqabababababababababababababababababababababababtqtqJLAHTDTDTDIbJaJaxbtqWfwnwnwnVztqtqyWgpCBtqtqJXaebnbnbnbnbnbntptqtqababtqgpgpgpgpgpgpgpgpgpvftqababtqOmqPSCtqYwYwYwYwYwYwLQImImhWYwYwYwCYvRvRvRabababababababababababababababab +abababababababababababababababababababababababababababababababtqhVhYjajqjzjKjLjWkskwtqkBgpgpgpgpgpgpgpgpgpgpgpkFtqgpmomomomomogpmvgptqababababababababababtqPZPZjuGZGZGZjuPZPZtqabababababababababababababababababababababababtqqKQcgpgpgpgpgpgpgpcLtqcDgpgpgpAKKstqeugpCBtqFdJsgpgpgpgpgpgpgpMWtqtqababtqgpgpgpgpgpgpgpgpgpvJtqababtqOmqPSCtqYwYwYwYwYwYwYwYwYwYwYwYwYwvRvRvRvRabababababababababababababababab +abababababababababababababababababababababababababababababababtqmBgpgpgpgpgpgpgpgpgpmCgpgpgpgpgpgpgpgpgpgpgpgpgpmTgpmomomomomogpmZgptqababababababababababtqPZPZjuBxOeHYjuPZPZtqababababababababababtqtqtqtqtqtqtqtqtqtqtqtqabtqxfgpgpCKZWGGGGWMgpFvMTyqgpgpgpgpvNBKQegpYdCeuIgpgpMGuhPAgpgpgphCzTtqababtqtqsHrAtqgpgptqtqxdtqtqababtqOmqPSCtqvRvRvRvRvRvRvRvRvRvRvRvRvRvRvRvRvRabababababababababababababababab +abababababababababababababababababababababababababababababababtqmBgpgpgpgpgpgpgpgpgpmCgpgpgpgpgpgpgpgpgpgpgpgpgpmTgpmomomomomogpmZgptqababababababababababtqPZPZGZEBKTAFGZPZPZtqababababababababababtqUkUkUkUkUkUkUkUktMpLtqabtqbSgpgpgpgpgpgpgpgpcLtqcDgpgpgpBHDltqyWgpvztqrqtYgpgpgpgpgpgpgpMWtqtqababtqsGgpgptqgpgpeExDgpgptqababtqOmqPSCtqababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababtqnanlnqnsnBMXnCnCnQnRtqkBgpgpgpgpgpgpgpgpgpgpgpnZtqgpmomomomomogpofoktqababababababababababtqPZPZGZRzKTmbGZPZPZtqababababababababababtqUkUkUkUDUDUDUDUkUkNhtqabtqErzgxRxRaKaKuwuwLabmtqArFbFbFbQRtqtqyWgpCBtqtqZfLJKdFWFWFWFWFWBAtqtqababtqsDrvgptqgpgpeEmZyRgptqababtqOmqPSCtqtqtqtqtqtqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababtqtqtqoptqtqtqtqtqtqtqtqtqtqtqtqtqtqoCoCoCoCoCgpgpgpoLoMoMoQoQtqgpgpgpgpgpgpgpgpgptqababababababababababtqPZPZjudzKTDDjuPZPZtqababababababababababtqUkUkRYRYFEFERYRYUktMtqabtqtqSZtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqyWgpCBtqtqtqtqtqtqtqtqtqtqtqtqtqababtqtqtqtqtqrArAtqsHsHtqtqXYtqtqOmqPSCtqFOASNrNrtqabababababababababababababababababababababababababababab +abababababababababababababababababababababababababtqoToUoVoUoXtqoZpepiplpopEpGpQpRpWtqtqpZpZtqtqqdqdqdtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqabtqPZPZjufIKTPDjuPZPZtqababababababababababtqUkUkivCvtICvCvivUkUktqabtqtqtqtqtqtqtqtqHQHQHQHQHQHQHQKWPetqtqyWgpCBtqtqQPEcEcEcSWSWSWSWSWtqtqababtqgpgpgpgpgpgpgpgpgpDugpgpgpDvFZqPSCtqFOFPwfNrtqabababababababababababababababababababababababababababab +ababtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqqfgpgpgpqytqcDgpgpgpgpgpgpgpgpcLtqqEgpgpqOtqqPqPqPtqabababababababababtqqQmQqVqXqYrararararararftqtqabtqPZPZjujuRnjujuPZPZtqababababababababababtqUkUkWwCvCvCvCvWwUkUktqabababababababtqtqIDNFTPdmgpceggLxsTDatqeugpCBtqYKsTgpgpgpgpgpgpgpsTtqtqababtqgpgpgpgpgpgpgpgpgpDugpgpgpDvyrqPSCtqFOrbNrNrtqabababababababababababababababababababababababababababab +ababtqrvgprAgpgpgpgprAgprvtqtqtqrCrErGrGrMrOrWtqtqtqqfgpgpgpqytqrXgpgprYgpgpgpgpgpsgtqsmgpgpsutqqPqPqPtqabababababtqtqtqtqtqINgpgpgpgpgpgpgpgpgpgprVsztqabtqPZPZPZuFvWYoPZPZPZtqababababababababababtqUkUkWwCvCvYvCvWwUkUktqabababababababtqzTFxaVMgDYFxuRxeGSgpgpLrQegpYdNYgpgpgpgpgpgpgpgpgpgpzTtqababtqtqtqtqtqtqtqFuFutqtqtqtqtqtqOmqPLSinFOyXnPWltqabababababababababababababababababababababababababababab +ababtqsDsGsHgpgpgpgpsHsGsDtqsKsQsTgpgpgpgpgpsTsQtatqqfgpgpgpqytqrXgpgprYgpgpgpgpgptetqsmgpgpsutqqPqPqPtqabababababtqtWxoxotgyBgpgpgptmtrtygpgpgpgpgptEtqabtqPZPZPZwZvWvKPZPZPZtqababababababababababtqUkUkWwCvCvCvCvWwUkUktqabababababababtqtqsTgpuNBYEluNmERQsTsTtqyWgpvztquBsTgpgpgpgpgpgpgpsTtqtqababtqGlGlGlGlGlgpgpgptqgpgpgpgptqOmqPSCtqMmVgNrIatqabababababababababababababababababababababababababababab +ababtqtqtqtqgpgpgpgptqtqtqtqtKgpgptTgprYgpuegpgpugtqqfgpuhgpqytquigpgpujgpgpgpgpgpultquuuAuAuGtqqPqPqPuJabababababtqyWNqdaTSTcgpgpgpuKuOuVgpgpgpgpgpQCtqabtqPZPZjujuRnjujuPZPZtqababababababababababtqUkUkivCvwDCvCvivUkUktqabababababababtqtqHQHQHQHQHQHQHQHQHQtqtqyWgpCBtqtqUAUAUAUASWSWSWSWSWtqtqababtqgpgpgpgpgpgpgpgptqgpgpgpgptqOmqPSCtqtqtqtqtqtqabababababababababababababababababababababababababababab +ababtqgpgpgpgpgpgpgpgpgpvftqtKgpgpvigprYgpuegpgpugtqqfgpvlgpqytqvogpgpujgpgpgpgpgpvqtqtqtqtqtqtqqPqPqPtqabababababtqyWvztqtqINgpgpgpgpgpgpgpgpgpgpVPvAtqabtqPZPZjuaXKTCWjuPZPZtqtqtqtqtqtqtqtqtqababtqUkUkRYRYRYwjRYRYUkUktqabababababababtqtqtqtqtqtqtqtqtqtqtqtqtqyWgpCBtqtqtqtqtqtqtqtqtqtqtqtqtqababtqLigpgpgpgpgpgpgptqgpgpgpgptqOmqPSCtqFOASNrNrtqabababababababababababababababababababababababababababab +ababtqgpgpgpgpgpgpgpgpgpvJtqvPgpgpvTgpvVgpuegpgpugtqwkgpwlgpwotqcDgpgpgpgpgpgpgpgpdBsQsQsQsQKstqwrqPqPtqtqtqtqtqtqtqyWCBtqtqwtwuwxwGwTizizizizizizwYtqtqabtqPZPZjuzpKTAFpwPZPZqPqPqPqPqPqPXUYetqababtqUkUkUkRYRYRYRYUkUkUktqabababababababtqtqtqScPyzFzFzFzFvEtqtqtqyWgpCBtqCmOzOzGfGfrLMSWtbfiGUTtqababtqMcgpgpgpgpgpgpgpJbgpgpgpgptqOmqPSCtqFOFPwfNrtqabababababababababababababababababababababababababababab +ababtqtqsHrAtqgpgptqtqxdtqtqxfgpgpvTgpvVgpuegpgpugtqxpgpgpgpxrtqcDgpgpgpgpgpgpgpgpgpgpgpgpgpAKxwqPqPqPxBxoxoxoxoxoxoyBCBtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqabtqPZPZFYKTKTMljuPZPZqPqPqPqPqPqPXUIFtqababtqUkUkUkUkUkUkUkUkUkUktqabababababababtqtqPnOSgpgpgpgpgpmWnitqtqyWgpCBtqYSgpgpgpgpgpgpgpgpgpXPtqababtqgpgpgpgpgpgpgpgptqgpgpgpgptqOmqPSCtqFOpaNrNrtqabababababababababababababababababababababababababababab +ababtqsGgpgptqgpgpeExDgpgptqxPgpgptTgprYgpuegpgpugtqxQxZgpyeyhtqcDgpgpgpgpgpgpgpgpgpgpgpgpgpBHxwqPqPqPxByodadadadadaTcCBtqyDyEyDtqyDyEyDtqyDyEyDtqUByHyIabtqPZPZjuzeKTAFpwPZPZqPzZVWgQqPqPXUXOtqababtqtqtqtqtqUkUktqtqtqtqtqtqtqtqtqtqababtqtqKVgpgpgpgpgpgpgpmWTitqeugpCBtqCMzykGbywagpLIZcVqgpXPtqababtqgpONOQgpPhPlPmgptqtqtqtqtqtqOmqPLSinFOyXnPWltqabababababababababababababababababababababababababababab +ababtqsDrvgptqgpgpskmZyRgptqySyTyTyTyTyTzgzlyTyTzvtqtqzwzzzQtqtqyGzYAbAgAoAyADADAQAQBaBaBoBoRFtqBBqPqPtqtqtqtqtqtqtqyWCBtqBFBFBFtqBFBFBFtqBFBFBFtqINgpgpabtqPZPZjufIKTPDjuPZPZqPzKYeUNqPqPXUYBtqababababababtqukmYtqTAZpZpZpZpZpZpzStqababtqzTuCGxGFOMCySAzOAYgpsqxMQegpYdKygpgpgpgpgpgpgpgpgpgpyftqababtqgpPFPIgpPJmZPKgpATATATATATtqOmqPSCtqMmVgNrIatqababtqtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababab +ababtqtqtqtqtqrArAtqsHsHtqtqtqtqtqtqtqtqBKtqtqtqtqtqtqtqBWtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqqPqPqPtqCdCrCtCtCxtqyWCBtqCUBFCXtqCUBFCXtqCUBFCXtqINDdDjabtqPZPZjujuxSjujuPZPZqPzKYeUNqPqPXUYBtqababababababtqukmYtqLoBTBTBTBTBTBTVXtqababtqtqKVgpgpgpgpgpgpgpfXdWtqyWgpvztqBpQPTZdPqZgpRjumqFgpnEtqababtqgpQlmZgpgpgpgpgpgpgpgpgpgptqOmqPSCtqtqtqtqtqtqababtqavavFQDfwKudPaVVHzFcFctqababababababababababababab +ababtqgpgpgpgpgpgpgpgpgpDugpgpgpgpDvgpgpgpgpgpgpgpgpgpgpgpDLgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpDOqPqPqPtqsTEbEbEbCttqyWCBtqtqEetqtqtqEjtqtqtqEntqtqINDdmZabtqPZPZjuaXKTtdjuPZPZtqtqYeUNqPqPXUWetqababababababtqukmYtqrcBTBTBTbGBTBTVXtqababtqtqOnlygpgpgpgpgpfXJYtqtqyWgpCBtqYSgpgpgpgpgpgpgpgpgpnEtqababtqgpgpgpgpgpgpgpgpgpgpQAQIgptqOmqPSCtqFOASNrNrtqababtqFOFOFOFOFOFOFOVVFOFOFOtqababababababababababababab +ababtqgpgpgpgpgpgpgpgpgpDugpgpgpgpDvEtgpgpgpgpgpEtgpgpgpgpgpEtgpgpgpgpgpEtgpgpgpgpgpgpgpgpgpEuDOqPqPqPtqERgpgpDdEVtqyWHAEZxoarxoxoxoarxoxoxoBQxoFjyBDdFpabtqPZPZjucEKTAFpwPZPZtqtqUHUNqPqPXUWetqababababababtqukmYtqOBGWrHDbtqLoBTVXtqababtqtqtqpzNgHgHgHgHgsitqtqtqyWgpCBtqKPppAXtjtjYkMNClHiGBOjtqababtqgpONRMgpgpgpgpgpgpgpPIROgptqOmqPSCtqFOFPwfNrtqababtqUZxLDHDHUZFOJBUZFOFOSOtqababababababababababababab +ababtqtqtqtqtqtqtqFuFutqtqtqtqtqtqtqtqFAtqtqtqtqtqFFtqtqtqtqtqFHtqtqtqtqtqxMtqtqtqtqtqtqtqtqtqtqqPqPqPtqFNgpgpDdGhtqEDdaQudadndadadadndadadadndaFUTcDdmZabtqPZPZFYKTKTMljuPZPZtqtqUHUNqPqPXUXOtqababababababtqukmYtqwByVJmmYtqLoBTVXtqababtqtqtqtqtqtqtqtqtqtqtqtqtqyWgpCBtqtqtqtqtqtqtqtqtqtqtqtqtqababtqgpPFPIgpQAPImZgpgpgpmZONgptqOmqPSCtqFOydNrNrtqababtqWoWoWoWoWoFOWoWoFOFOFOtqababababababababababababab +ababtqGlGlGlGlGlgpgpgpeEgpgpgpgptqtqHrHEHGtqtqtqHWIeIftqtqtqIgIhIjtqtqtqFSpPldtqtqXbXbsTsTIlIxtqqPqPqPtqIzgpgpgpsTtqtqtqtqtqICtqtqtqILtqtqtqIMtqtqINDdIPabtqPZPZjuLMKTAppwPZPZtqtqVHUNqPqPXUYRtqabababababtqtqukmYtqukJmJmmYtqLoBTVXtqababNxNxNxNxNxNxNxNxNxNxNxNxtqyWgpCBtqababababababababababababababtqgpQlmZgpQIUsONgpgpgpgpgpgptqOmqPLSinFOyXnPWltqababtqFOFOFOFOFOFOFOFOFOFOFOtqababababtqtqtqtqtqabababab +ababtqgpgpgpgpgpgpgpgpJbgpgpgpgptqJdJggpJkJltqJrJsgpJuJxtqJEJOgpJQJUtqnMXjgpYiKitqgpgpgpgpgpKHtqqPqPqPtqsTgpgpgpsTtqKIBFtqCUBFCXtqCUBFCXtqCUBFCXtqINDdKQabtqPZPZjulRKTXLjuPZPZtqtqXOUNqPqPXUZztqabababababtqxIukJmEGJmJmJmmYtqLoBTVXtqNxNxNxNxNxNxNxNxNxNxNxNxtqtqtqSRHjHytqtqtqtqabababababababababababtqgpgpgpgpgpgpgpgpgpgpgpVoVxtqOmqPSCtqMmVgNrIatqababtqHOVVvmHOVVvmFOFOFOFcFctqababababtqssqPqPtqabababab +ababtqLigpgpgpgpgpgpgptqgpgpgpgptqLtgpgpgpLDtqLGgpgpgpLHtqLNgpgpgpLVtqCfgpgpgpLEtqKmLXgpgpgpyhtqqPqPqPtqsTgpgpgpsTtqBFBFtqBFBFBFtqBFBFBFtqBFBFBFtqINgpgpabtqPZPZjujuRnjujuPZPZtqtqYBUNqPqPXUZZtqabababababtqxIPMCACACACACAsntqLoBTVXtqNxNxNxNxNxNxNxNxNxNxNxtqtqWSWZqPqPqPXoXwtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqOmqPSCtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtutqtqtqtqtqtqtqtqqPqPqPtqabababab +ababtqMcgpgpgpgpgpgpgpJbgpgpgpgptqMdgpMpgpMvtqMEgpMGgpMWtqLNgpgpmoNptqFMgpgpmoMytqKmLXgpgpgpyhtqqPqPqPtqsTgpgpgpsTtqEetqtqyDyEyDtqyDyEyDtqyDyEyDtqLZvXvXabtqPZPZjuaXKTtdjuPZPZtqtqUHUNqPqPVwsFtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqLoBTVXtqtqtqtqtqtqtqtqtqtqtqtqtqYBqPqPqPqPqPqPqPqPAMAUlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHFZqPNSlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHlHfMlHlHlHlHlHlHxIqPqPqPqPtqabababab +ababtqgpgpgpgpgpgpgpgpeEgpgpgpgptqMdgpuhgpMvtqNOgpuhgpObtqLNgpgpmoNptqKfgpgpgpBMtqKmLXgpgpgpgpOsqPqPqPOJgpgpgpgpsTsTsTsTtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqabtqPZPZpwEBKTAFpwPZPZtqtqUHUNqPqPqPqPtqEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFBTBTBTpFGQpFEFEFEFEFEFEFEFEFCTtqqPqPqPqPqPqPqPqPqPnGqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPxIqPqPqPqPtqabababab +ababtqgpONOQgpPhPlPmgpeEeEeEeEeEtqMdgpwlgpMvtqNOgpPAgpObtqLNgpgpgpPNtqKfgpMGgpNjtqKmLXgpgpgpgpOsqPqPqPpZgpgpgpgpgpgpgpsTtqababababababababababababababababtqPZPZpwEBKTMljuPZPZtqtqYBUNqPqPqPqPzGBTBTBTBTBTBTBTBTBTBTBTBTBTBTBTBTBTBTeOBTYgBTBTBTBTBTBTBTBTBTzGqPqPqPqPqPqPqPqPqPBETpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpTpyrqPSrTpTpTpTpTpTpyrqPqPqPqPqPSrTpDiTpTpTpTpTpTpTpTpxIqPqPqPqPtqabababab +ababtqgpPFPIgpPJmZPKgpgpgpgpgpgptqMdgpgpgpMvtqNOgpgpgpObtqLNgpvlgpPNtqKfgpuhgpzMtqKmLXgpgpgpPVtqqPqPqPtqsTsTsTsTsTsTsTsTtqababababababababababababababababtqPZPZpwEBKTAFpwPZPZtqtqIFUNqPqPqPqPtqRpBTRpRpBTRpRpBTRpRpBTRpRpBTRpRpBTRpKoRpKoRpRpRpRpRpRpRpRpHPtqqPqPqPqPqPqPqPqPYBtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqOmqPSCtqtqtqtqtqtqWUqPqPqPqPqPzBtqaStqtqtqtqtqtqtqtqtqtqqPqPqPtqabababab +ababtqgpQlmZgpgpgpgpgpgpgpgpgpgptqMdgpgpgpMvtqNOgpgpgpObtqQpgpuhgpPNtqKfgpPAgpoWtqKmLXgpgpgpPVtqqPqPqPtqtqICtqtqILtqtqIMtqababababababababababababababababtqPZPZjufIKTPDjuPZPZtqtqYeYeVWVWVWVWtqtqICtqtqILtqtqIMtqtqICtqtqILtqtqIMtqtqtqtqtqtqtqtqtqtqtqtqtqtqWnYBbWqPqPqPWgYBtttqabababababababababababababababababababababcJabababaQtqOmqPSCtqababababtqtqBZqPqPqPqPtqtqhshsVBLKqJzEtqabababtqQxqPqPtqabababab +ababtqgpgpgpgpgpgpgpgpgpgpQAQIgptqMdgpgpgpMvtqNOgpgpgpObtqQTgpQZgpPNtqKfgpgpgpRctqRhuxgpgpgpRotqqPqPqPtqBFBFtqBFBFtqBFBFtqababababababababababababababababtqPZPZjujuRnjujuPZPZtqtqtqtqtqtqtqtqtqBFBFtqBFBFtqBFBFtqBFBFtqBFBFtqBFBFtqabNxNxNxNxNxNxNxNxNxNxNxtqtqtqtqgtHJPktqtqtqtqababababababababtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqOmqPSCtqabababababtqtqqPqPqPqPtqKFhshshshshshstqabababtqtqtqtqtqabababab +ababtqgpONRMgpgpgpgpgpgpgpPIROgptqRWSpSsSpSDtqSNTaTgTaTktqTmToTBToTCtqawfZcPfZNXtqsTsTsTCtCtTNtqqPqPqPtqTVKItqyEKItqTWyDtqababababababababababababababababtqPZPZPZuFvWYoPZPZPZtqabababababababtqTVKItqyEKItqTWyDtqTVKItqyEKItqTWyDtqabNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqabababababababababababtqLWBTBTBTpTtqLWBTBTBTpTtqLWBTBTBTpTtqOmqPSCtqababababababtqUKqPqPIttqKFhshshshshshstqabababababababababababab +ababtqgpPFPIgpQAPImZgpgpgpmZONgptqtqtqoptqtqtqtqtqoptqtqtqtqtqoptqtqtqtqtqoptqtqtqtqtqtqtqtqtqtqqPqPqPtqtqtqtqUaUqtqtqtqtqtqabababababababababababababababtqPZPZPZwZvWvKPZPZPZtqabababababababtqtqtqtqUaUqtqtqtqtqtqtqtqUaUqtqtqtqtqabNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqabababababababababababtqKaBTOZBTshtqKaBTOZBTshtqKaBTOZBTshtqOmqPSCtqababababababtqtqGRGRtqtqKFhshshshshsvHtqabababababababababababab +ababtqgpQlmZgpQIUsONgpgpgpgpgpgptqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqUGqPqPqPUGtqtqtqUHUNqPqPUUqPtqabababababababababababababababtqPZPZjujubXjujuPZPZtqabababababababababababababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqabababababababababababtqKapsOZBToKtqKapsOZBToKtqKapsOZBToKtqOmqPSCtqabababababtqtqtqMiMitqtqtqhshshshshsvHtqabababababababababababab +ababtqgpgpgpgpgpgpgpgpgpgpgpVoVxtqababababababababababababababababababababababababababababtqtqtqqPqPqPtqtqtqtqUHUNqPqPqPqPtqabababababababababababababababtqPZPZjuamKTtXjuPZPZtqabababababababababababababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqtqtqtqtqtqtqtqtqtqtqabtqOZOZOZBTTJtqOZOZOZBTBztqOZOZOZBTGVtqOmqPSCtqabababababtqtqZCVtZCWTtqtqhshshsvptqtqtqabababababababababababab +ababtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqVFVFVFtqtqtqtqVHUNqPqPVQVWtqabababababababababababababababtqPZPZShKTKTKTdjPZPZtqabababababababababababababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqgpgpgpgpgpgpgpgpgptqabtqBTvxBTBTBTtqBTvxBTBTentqBTvxBTBTqHtqOmqPSCtqabababababtqtqtqQzQztqtqtqhshshstRtqabababababababababababababab +abababababababababababababababababababababababababababababtqtqUHWcWetqqPWhWiWJWJtqWKWNWRtqtqWSWZqPqPqPXoXwtqtqXOUNqPqPXUYetqabababababababababababababababtqPZPZKYKTKTKTGaPZPZtqabababababababababababababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqgpmomomomomogpmvgptqtqtqMJMJMJzGMJxjMJMJMJzGMJzfMJMJMJzGMJtqOmqPSCtqabababababtqaHnhDsQShshsUIhshshsQgtqabababababababababababababab +abababababababababababababababababababababababababababababtqtqYeYeYetqqPYeYeYeYetqYtYeYetqYBqPqPqPqPqPqPqPYBtqYBUNqPqPXUYetqabababababababababababababababtqPZPZzuAFKTEBRTPZPZtqababababababababababababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPNSmTgpmomomomomogpmZgptqCZeMeMeMeMrSeMeMeMeMeMrSeMeMeMeMeMrSrjtqOmqPSCtqabababababtqhshshshshshstqDSrTrTUttqabababababababababababababab +abababababababababababababababababababababababababababababtqYFWeYeYItqqPqPqPqPqPYMYeYeYOtqUHqPqPqPqPqPqPqPWetqUHUNqPqPXUYRtqabababababababababababababababtqPZPZpBKTYcKTRZPZPZtqabababababababababababababababababNxNxNxNxNxNxNxababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSrmTgpmomomomomogpmZgptqpyqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPpdOaYEqPSCtqtqtqtqtqtqtqrTEvPGqnUWUWtqtqtqtqtqtqabababababababababababababab +ababababababababababababababababababababababNxNxNxNxNxababtqZeWeYeYItqZnYeYeXOtqtqtqtqtqtqUHqPqPqPqPqPqPqPWetqUHUNqPqPXUZztqabababababababababababababababtqPZPZjuKLLwlqjuPZPZtqabababababababababababababababababNxNxNxNxNxNxNxababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqgpmomomomomogpofoktqtSCiCiCiCiPPCiCiCiCiCiPPCiCiCiCiCiPPRetqOmqPqPSlxoxoxoxoeCtqtqtqtqtqtqtqtqababababababababababababababababababab +ababababababababababababababababababababNxNxNxZAZCZCNxNxabtqZeWeYeYeZOqPYeYeYeZPZYUHYFWetqYBqPqPqPqPqPqPqPYBtqYBUNqPqPXUZZtqabababababababababababababababtqKlKlqcKlKlKlqcKlKltqabababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqgpgpgpgpgpgpgpgpgptqtqtqMJMJMJzGMJkHMJMJMJzGMJUdMJMJMJzGMJtqEPTpTpYfdadadaTcCBtqabababababababababababababababababababababababababab +ababababababababababababababababababababNxNxZAZCZAZANxNxNxtqtqNUYeYItqqPqPqPqPtZYeYeYeYetqWnYBbWqPqPqPWgYBtttqIFUNqPqPXUCQtqabababababababababababababababtqKlKlWPKlKlKlWPKlKltqabababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqtqtqtqtqtqtqtqtqtqtqNxtqBTvxBTBTentqBTvxBTBTqHtqBTvxBTBTmStqtqtqtqtqtqtqtqyWCBtqabababababababababababababababababababababababababab +abababababababababababababababababababNxNxZCZAZAWTZAZAZANxtqtqtqtqtqtqYytqtqtqtqtqtqtqtqtqtqtqtqGsGsGstqtqtqtqWBdSqPqPXUYetqabababababababababababababababtqKlKlWPKlKlKlWPKlKltqabababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqNxNxNxNxNxNxNxNxNxNxNxtqOZOZOZBToKtqOZOZOZBToKtqOZOZOZBToKtqNxNxNxNxNxabtqyWCBtqabababababababababababababababababababababababababab +ababababababababababababababababababNxNxNnNCrBrBrBrBrBrBRrqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPXUYetqabababababababababababababababtqKlKlWPKlKlKlWPKlKltqabababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqNxNxNxNxNxNxNxNxNxNxNxtqKabVOZBTBztqKabVOZBTGVtqKabVOZBTTJtqNxNxNxNxNxabtqyWCBtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababababab +abababababababababababababababababNxNxZCZCJhUkUkUkUkRrkOkOqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPqPXUYetqabababababababababababababababtqKlKlWPKlKlKlWPKlKltqabababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqOmqPSCtqNxNxNxNxNxNxNxNxNxNxNxtqKaBTOZBTshtqKaBTOZBTshtqKaBTOZBTshtqNxNxNxNxNxabtqyWCBtqrUIqIqIqbKIqIqIqIqbLtqababababababababababababababab +abababababababababababababababababNxZCZAWTJhUkUkUkUkVUNnZAtqYeYeYeYeYeYeYeYeYeYeYeYeYeYeYeYeYeYeqPqPqPqPqPVWgQqPVQVWVWYeYetqabababababababababababababababtqvevevevevevevevevetqabababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqtqtqtqtqtqvBsJXmtqtqtqtqtqtqNxNxNxNxNxNxtqLWBTBTBTpTtqLWBTBTBTpTtqLWBTBTBTpTtqNxNxNxNxNxabtqyWZatqVpgpgpgpgpgpgpgpgpZatqababababababababababababababab +ababababababababababababababababNxNxJqZAqzJhUkUkUkUkVUZAZCtqtqtAtqtqtqtqtqtqtqtqtqSZtqtqtqtqtqWSqPqPqPqPqPWStqaStqtqtqtqtqtqabababababababababababababababababababababababababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqKjeHeIeJeNgpgpgpgshqhtoMhUtqNxNxNxNxNxNxtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqNxNxNxNxNxabtqyWFvEMYsgpgpgpgpgpgpgpgpZatqababababababababababababababab +ababababababababababababababababNxZCZAZAZCJhUkUkUkUkVUZCZAtqababababababababababababababababtqtqLgqPqPqPqPtqtqhshsVBLKqJzEababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaONxNxNxNxNxNxNxNxNxNxNxNxNxNxNxtqoCgpgpgpgpgpgpgpgpgpgpgpkFtqNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxabtqyWZatqVpgpgpgpczczczczczZatqababababababababababababababab +ababababababababababababababababNxZCZAZAZCJhUkUkUkUkVUZAZCtqabababababababababababababababababtqtqqPqPqPqPtqKFhshshshshshsababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaONxNxNxNxNxNxNxNxNxNxNxtqtqtqtqgpgpgpgpgpgpgpgpgpgpgpgpgptqtqtqtqtqtqNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxabtqyWCBtqbJyxLhapHhHhHhHhHhCGtqababababababababababababababab +ababababababababababababababababNxZAZAZCZAJhUkUkUkUkVUNnZCtqababababababababababababababababababtqUKqPqPIttqKFhshshshshshsababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaONxNxNxNxNxNxNxNxNxtqgpgpahgpgpgpgpgpgpgpgpgpgpgpgpgptqgpgpgpgptqNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxabababababtqyWCBtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababababab +ababababababababababababababababNxZAZCWTZAJhUkUkUkUkVUZCZCtqababababababababababababababababababtqtqGRGRtqtqKFhshshshshsvHababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaONxNxNxNxNxNxNxtqgptqtqoLgpgpgpgpgpgpgpgpgpgpgpnZtqtqtqtqgptqNxNxNxNxNxNxNxNxNxNxNxNxNxNxaOaOaOaONxabababababababtqyWCBtqxYzxzxzxzxzxMAtqabababababababababababababababababab +ababababababababababababababababNxZAZAZCZAJhUkUkUkUkRrFfZCtqabababababababababababababababababtqtqtqMiMitqtqtqhshshshshsvHababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaONxNxNxNxNxNxNxtqgptqtqTETUoQoMoLgpgpgpoLoMoMoQoQtqNxNxtqgptqNxNxNxNxNxNxNxNxNxNxNxaOaOaOaOaOaOaONxabababababababtqyWGqtqAjgpgpgpgpgpGqtqabababababababababababababababababab +ababababababababababababababababNxZAZAZAZARrUkUkUkUkRrVUZCtqabababababababababababababababababtqtqZCVtZCWTtqtqhshshsvptqtqababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaONxNxNxNxNxNxNxtqgptqtqtqtqOGtqtqPCPCPCeEeEeEtqtqtqNxNxtquStqNxNxNxNxNxNxNxNxNxaOaOaOaOaOaOaOaOaONxabababababababtqyWoObNrmgpgpgpgpgpGqtqabababababababababababababababababab +ababababababababababababababababNxtqtqtqtqCLCLCLCLCLCLZQtqtqabababababababababababababababababtqtqtqQzQztqtqtqhshshstRtqabababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaONxNxNxNxNxtqtqtqgptqtqtqgpgpgpgpgpgpgpJmmtmtmtmttqtqtqtqtqtqtqNxNxNxNxNxNxaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWGqtqAjgpgpgpczczzRtqabababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababtqaHnhDsQShshsUIhshshsQgtqabababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaONxNxtqtqtqtqtqtntqtqtqgpgpgpgpgpgpgpgpnnycnnyctqEkuquYntwLtqNxNxNxNxNxaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWCBtqKKaJOXlhcAcAnAtqabababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababtqhshshshshshstqDSrTrTUttqabababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaONxNxtqABtqgpgpgpgpgptqgpgpgpgpgpgpgpgpgpgpgpgptqgpgpgpgpgptqNxNxNxNxNxaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWCBtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababtqrTEvPGqnUWUWtqtqtqtqtqtqabababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaONxtqgptngpgpcKgpgpbbgpgpgpgpgpgpgpgpgpgpgpgpFmgpgpDdmZDqtqNxNxNxNxaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWCBtqmPHcHcHcHcHcHcHcHcRXtqababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababtqtqtqtqtqtqtqtqababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaONxtqULtqgpDdpggpgptqnnycnnycgpgpgpgpnnycnnyctqgpgpgpgpgptqNxNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWELtqQfgpgpgpgpgpgpgpgpELtqababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaONxtqtqtqxlOTwEgpgptqmtmtmtmtgpgpgpJmmtmtmtmttqUvOgDWsouWtqNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWkCPsMCgpgpgpgpgpgpgpgpELtqababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaONxNxNxtqtqtqtqtqtqtqruTzTzrugpgpgpruTzTzTzrutqtqtqtqtqtqtqaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWELtqQfgpgpgpgpgpczczczHLtqababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOHHbPbPbPbPbPbPJmJmJmJmgpgpgpJmJmJmJmJmbPbPbPbPbPVOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWCBtqDtxcUfKrhrZioYoYoYyJtqababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOvMgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpTLaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWCBtqtqtqtqtqtqtqtqtqtqtqtqababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOwOgpgpgpgpgpgpgpZuZuJmgpgpgpJmZuZugpgpgpgpgpgpgpEUaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqyWCBtqabababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkUkUkUkUksVaOvMgpgpgpTLaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqGcGctqabababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkafafafUkUkzJaOvMgpgpgpTLaOsVUkUkagagagUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxabababababababtqtqtqtqabababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkafafauafafUksVaOvMgpgpgpTLaOsVUkagagaxagagUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkafazaLazafUksVaOvMgpgpgpTLaOsVUkagaPaTaPagUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkaYaZbgbiaYUksVaOvMgpgpgpTLaOsVUkbxbBbCbFbxUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkckcfcicjckUksVaOvMgpgpgpTLaOsVUkclcmcpcqcsUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkckcfcicjckUksVaOvMgpgpgpTLaOsVUkclcmcvcqcsUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkaYcFazcGaYUksVaOvMgpgpgpTLaOsVUkcScUaPcYdcUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkaYdfazdtaYUksVaOvMgpgpgpTLaOsVUkbxdDaPdEbxUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkaYaYaYUkUksVaOvMgpgpgpTLaOsVUkUkbxbxbxUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkdQUkUkUksVaOvMgpgpgpTLaOsVUkUkUkbxUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkaYdTdXUksVaOvMgpgpgpTLaOsVUkUkUkbxUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkaYdZUkUksVaOvMgpgpgpTLaOsVUkUkecbxecUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkegaYegUkUksVaOvMgpgpgpTLaOsVUkUkUkecUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkegUkUkUksVaOvMgpgpgpTLaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkUkUkUkUksVaOvMgpgpgpTLaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvrvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsvsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOzJsVsVsVsVsVsVsVzJaOvMgpgpgpTLaOzJsVsVsVsVsVsVsVzJaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOvMgpgpgpTLaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOvMgpgpgpTLaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOvMgpgpgpTLaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOHHbPbPbPbPbPbPbPbPbPJmgpgpgpJmbPbPbPbPbPbPbPbPbPVOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOvMgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpTLaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvkvkvkvkvkvkvkvkvkvkvkvkvkvjvjvjvjvjvjmsmsmsmsmsmsmsmsmsmsmsmsmsvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOwOgpgpgpgpgpgpgpZuZuZuZuZuZuZuZuZugpgpgpgpgpgpgpEUaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkafafafUkUksVaOaOaOaOaOaOaOsVUkUkafafafUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkafafauafafUksVaOaOaOaOaOaOaOsVUkafafauafafUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjvjUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkafazaLazafUksVaOaOaOaOaOaOaOsVUkafazaLazafUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQUQababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkaYaZbgbiaYUksVaOaOaOaOaOaOaOsVUkaYaZbgbiaYUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkaGcfMzIsOyUksVaOaOaOaOaOaOaOsVUkaGcfcicjOyUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkaGCaMzcjOyUksVaOaOaOaOaOaOaOsVUkaGcfcicjOyUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkaYcFRdWAaYUksVaOaOaOaOaOaOaOsVUkWycFazcGIRUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkaYdfazAiaYUksVaOaOaOaOaOaOaOsVUkaYdfazdtaYUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkaYaYaYUkUksVaOaOaOaOaOaOaOsVUkUkaYaYaYUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkaYUkUkUksVaOaOaOaOaOaOaOsVUkUkUkaYUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkaYUkUkUksVaOaOaOaOaOaOaOsVUkUkUkaYUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkegaYegUkUksVaOaOaOaOaOaOaOsVUkUkegaYegUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkegUkUkUksVaOaOaOaOaOaOaOsVUkUkUkegUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOsVUkUkUkUkUkUkUksVaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOzJsVsVsVsVsVsVsVzJaOaOaOaOaOaOaOzJsVsVsVsVsVsVsVzJaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaOaONxababababababababababababababababababababababababababababababababababababab +abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxNxababababababababababababababababababababababababababababababababababababab "} diff --git a/mod_celadon/_components/__components.dme b/mod_celadon/_components/__components.dme index 2eee734343..585336be45 100644 --- a/mod_celadon/_components/__components.dme +++ b/mod_celadon/_components/__components.dme @@ -1,5 +1,8 @@ #include "__components.dm" -// Различный мелкий дополнительный функционал +// Различный дополнительный функционал #include "code/_components.dm" #include "code/keybinds.dm" +#include "code/security_state.dm" +#include "code/mob_helpers.dm" +#include "code/cards_ids.dm" diff --git a/mod_celadon/_components/code/_components.dm b/mod_celadon/_components/code/_components.dm index 6125d7196d..5552a1b641 100644 --- a/mod_celadon/_components/code/_components.dm +++ b/mod_celadon/_components/code/_components.dm @@ -4,9 +4,6 @@ face_direction(A) return -/mob/living/scp096/CtrlShiftClickOn(atom/A) - stop_scream() - return // Моргания на кнопку V | => code/modules/keybindings/human.dm /datum/keybinding/human/cause_blink @@ -20,12 +17,23 @@ H.cause_blink() return TRUE -/mob/living/scp096 - var/seedarkness = 1 +// Admin Announce + +/datum/admins/proc/announce() + set category = "Admin" + set name = "Announce" + set desc="Announce your desires to the world" + if(!check_rights(0)) return -/mob/living/scp096/verb/toggle_darkness() - set name = "Toggle Darkness" - set category = "IC" - seedarkness = !(seedarkness) - set_see_invisible(SEE_INVISIBLE_NOLIGHTING) - to_chat(src, "You [(seedarkness?"now":"no longer")] see darkness.") + var/message = input("Global message to send:", "Admin Announce", null, null) as message + var/max_length = 1000 + if(message) + if(length(message) >= max_length) + var/overflow = ((length(message)+1) - max_length) + to_chat(usr, SPAN_WARNING("Your message is too long by [overflow] character\s.")) + return + message = copytext_char(message,1,max_length) + message = replacetext(message, "\n", "
") // required since we're putting it in a

tag + to_world("[usr.key] Announces:

[message]

") + log_admin("Announce: [key_name(usr)] : [message]") + SSstatistics.add_field_details("admin_verb","A") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! diff --git a/mod_celadon/_components/code/cards_ids.dm b/mod_celadon/_components/code/cards_ids.dm new file mode 100644 index 0000000000..51ff31852c --- /dev/null +++ b/mod_celadon/_components/code/cards_ids.dm @@ -0,0 +1,6 @@ +/obj/item/card/id/seclvl4conteng + name = "security ID" + desc = "A teal ID. Looks cool." + icon_state = "securitylvl4" + item_state = "Sec_ID4" + job_access_type = /datum/job/conteng diff --git a/mod_celadon/_components/code/keybinds.dm b/mod_celadon/_components/code/keybinds.dm index 5e933f7d0c..b0c3235522 100644 --- a/mod_celadon/_components/code/keybinds.dm +++ b/mod_celadon/_components/code/keybinds.dm @@ -4,3 +4,13 @@ set_macros() to_chat(src, SPAN_WARNING("Перерегистрация макросов выполнена. Если не сработало, убедитесь что раскладка переключена на английский язык.")) + +/datum/keybinding/admin/admin_pm + hotkey_keys = list("F8") + name = "build_mod" + full_name = "Build Mod" + description = "Change Build Mod" + +/datum/keybinding/admin/admin_pm/down(client/user) + user.togglebuildmodeself() + return TRUE diff --git a/mod_celadon/_components/code/mob_helpers.dm b/mod_celadon/_components/code/mob_helpers.dm new file mode 100644 index 0000000000..b2452717b1 --- /dev/null +++ b/mod_celadon/_components/code/mob_helpers.dm @@ -0,0 +1,64 @@ +/proc/slur(phrase) + phrase = html_decode(phrase) + var/leng=length_char(phrase) + var/counter=length_char(phrase) + var/newphrase="" + var/newletter="" + while(counter>=1) + newletter=copytext_char(phrase,(leng-counter)+1,(leng-counter)+2) + if(rand(1,3)==3) + if(lowertext(newletter)=="o") + newletter="u" + if(lowertext(newletter)=="s") + newletter="ch" + if(lowertext(newletter)=="a") + newletter="ah" + if(lowertext(newletter)=="c") + newletter="k" + newletter="ah" + if(lowertext(newletter)=="c") + newletter="k" + + if(lowertext(newletter)=="о") newletter="у" + if(lowertext(newletter)=="с") newletter="з" + if(lowertext(newletter)=="а") newletter="ах" + if(lowertext(newletter)=="с") newletter="к" + if(lowertext(newletter)=="ч") newletter="з" + switch(rand(1,7)) + if(1,3,5) + newletter="[lowertext(newletter)]" + if(2,4,6) + newletter="[uppertext(newletter)]" + if(7) + newletter+="'" + //if(9,10) newletter="[newletter]" + //if(11,12) newletter="[newletter]" + //if(13) newletter="[newletter]" + newphrase+="[newletter]";counter-=1 + return newphrase + +/proc/stutter(n) + var/te = html_decode(n) + var/t = ""//placed before the message. Not really sure what it's for. + n = length_char(n)//length of the entire word + var/p = null + p = 1//1 is the start of any word + while(p <= n)//while P, which starts at 1 is less or equal to N which is the length. + var/n_letter = copytext(te, p, p + 1)//copies text from a certain distance. In this case, only one letter at a time. + var/list/letters_list = list( + "b","c","d","f","g","h","j","k","l","m","n","p","q","r","s","t","v","w","x","y","z", + "б","с","д","ф","г","ч","ж","к","л","т","н","р","т","в","х","у","з") + if (prob(80) && (ckey(n_letter) in letters_list)) + if (prob(10)) + n_letter = text("[n_letter]-[n_letter]-[n_letter]-[n_letter]")//replaces the current letter with this instead. + else + if (prob(20)) + n_letter = text("[n_letter]-[n_letter]-[n_letter]") + else + if (prob(5)) + n_letter = null + else + n_letter = text("[n_letter]-[n_letter]") + t = text("[t][n_letter]")//since the above is ran through for each letter, the text just adds up back to the original word. + p++//for each letter p is increased to find where the next letter will be. + return sanitize(t) diff --git a/mod_celadon/_components/code/security_state.dm b/mod_celadon/_components/code/security_state.dm new file mode 100644 index 0000000000..4f4e14b9e8 --- /dev/null +++ b/mod_celadon/_components/code/security_state.dm @@ -0,0 +1,371 @@ +/decl/security_state + // When defining any of these values type paths should be used, not instances. Instances will be acquired in /New() + + // The security level in which the destruction of the site is likely. Not selectable by personnel; set internally or by admins + var/decl/security_level/destruction_security_level = /decl/security_level/code_delta + + // While at or above this security level, the use of nuclear fission devices and other extreme measures are allowed. + var/decl/security_level/severe_security_level = /decl/security_level/code_black + + // While at or above this security level, transfer votes are disabled, MTF may be requested, and other similar high alert implications. + var/decl/security_level/high_security_level = /decl/security_level/code_red + + var/decl/security_level/current_security_level // The current security level. Defaults to the first entry in all_security_levels if unset. + var/decl/security_level/stored_security_level // The security level that we are escalating from - please set and use this when reverting. + + // List of all available security levels + var/list/all_security_levels = list(/decl/security_level/code_green, /decl/security_level/code_yellow, /decl/security_level/code_blue, /decl/security_level/code_orange, /decl/security_level/code_red, /decl/security_level/code_black, /decl/security_level/code_pitchblack, /decl/security_level/code_delta) + + // List of all normally selectable security levels + var/list/standard_security_levels = list(/decl/security_level/code_green, /decl/security_level/code_yellow, /decl/security_level/code_blue, /decl/security_level/code_orange, /decl/security_level/code_red, /decl/security_level/code_black, /decl/security_level/code_pitchblack) + +/decl/security_state/New() + // Setup threshold security levels + destruction_security_level = decls_repository.get_decl(destruction_security_level) + severe_security_level = decls_repository.get_decl(severe_security_level) + high_security_level = decls_repository.get_decl(high_security_level) + + // Setup starting security level + current_security_level = decls_repository.get_decl(all_security_levels[1]) + + // Setup the full list of available security levels now that we no longer need to use "x in all_security_levels" + var/list/all_security_level_instances = list() + for(var/security_level_type in all_security_levels) + all_security_level_instances += decls_repository.get_decl(security_level_type) + all_security_levels = all_security_level_instances + + // Setup the full list of standard security levels + var/list/standard_security_level_instances = list() + for(var/security_level_type in standard_security_levels) + standard_security_level_instances += decls_repository.get_decl(security_level_type) + standard_security_levels = standard_security_level_instances + +/decl/security_state/Initialize() + // Finally switch up to the default starting security level. + current_security_level.switching_up_to() + . = ..() + +/decl/security_state/proc/can_change_security_level() + return current_security_level in standard_security_levels + +/decl/security_state/proc/can_switch_to(given_security_level) + if(!can_change_security_level()) + return FALSE + return given_security_level in standard_security_levels + +/decl/security_state/proc/current_security_level_is_lower_than(given_security_level) + var/current_index = list_find(all_security_levels, current_security_level) + var/given_index = list_find(all_security_levels, given_security_level) + + return given_index && current_index < given_index + +/decl/security_state/proc/current_security_level_is_same_or_higher_than(given_security_level) + var/current_index = list_find(all_security_levels, current_security_level) + var/given_index = list_find(all_security_levels, given_security_level) + + return given_index && current_index >= given_index + +/decl/security_state/proc/current_security_level_is_higher_than(given_security_level) + var/current_index = list_find(all_security_levels, current_security_level) + var/given_index = list_find(all_security_levels, given_security_level) + + return given_index && current_index > given_index + +/decl/security_state/proc/set_security_level(decl/security_level/new_security_level, force_change = FALSE) + if(new_security_level == current_security_level) + return FALSE + if(!(new_security_level in all_security_levels)) + return FALSE + if(!force_change && !can_switch_to(new_security_level)) + return FALSE + + var/decl/security_level/previous_security_level = current_security_level + current_security_level = new_security_level + + var/previous_index = list_find(all_security_levels, previous_security_level) + var/new_index = list_find(all_security_levels, new_security_level) + + if(new_index > previous_index) + previous_security_level.switching_up_from() + new_security_level.switching_up_to() + else + previous_security_level.switching_down_from() + new_security_level.switching_down_to() + + log_and_message_staff("has changed the security level from [previous_security_level.name] to [new_security_level.name].") + return TRUE + +// This proc decreases the current security level, if possible +/decl/security_state/proc/decrease_security_level(force_change = FALSE) + var/current_index = list_find(all_security_levels, current_security_level) + if(current_index == 1) + return FALSE + return set_security_level(all_security_levels[current_index - 1], force_change) + +/decl/security_state/proc/notify_station() + SEND_SIGNAL(src, COMSIG_SECURITY_LEVEL_CHANGED) + + post_status("alert") + +/decl/security_level + var/icon = 'mod_celadon/_components/icon/security_state.dmi' + var/name + var/alarm_level = "off" + + var/static/datum/announcement/priority/security/security_announcement_up = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/misc/notice1.ogg')) + var/static/datum/announcement/priority/security/security_announcement_down = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/misc/notice1.ogg')) + + // These values are primarily for station alarms and status displays, and which light colors and overlays to use + var/light_max_bright = 0.5 + var/light_inner_range = 0.1 + var/light_outer_range = 1 + var/light_color_alarm + var/light_color_status_display + + var/overlay_alarm + var/overlay_status_display + var/alert_border + + // Describes the alert itself, shown when choosing alarms + var/description + +/decl/security_level/proc/do_emergency() + for(var/obj/machinery/light/M in get_area_all_atoms(/area/site53)) + if (M.current_mode <> "emergency_lighting") + M.set_emergency_lighting(TRUE) + playsound(M, 'sounds/machines/apc_nopower.ogg', 20, 0) + else + M.flicker(10) + +/decl/security_level/proc/undo_emergency() + for(var/obj/machinery/light/M in get_area_all_atoms(/area/site53)) + if (M.current_mode == "emergency_lighting") + M.set_emergency_lighting(FALSE) + playsound(M, 'sounds/machines/lightson.ogg', 40, 0) + + +/decl/security_level/proc/switching_up_to() + notify_station() + +// Called when we're switching from a higher security level to this one. +/decl/security_level/proc/switching_down_to() + notify_station() + +// Called when we're switching from this security level to a higher one. +/decl/security_level/proc/switching_up_from() + return + +// Called when we're switching from this security level to a lower one. +/decl/security_level/proc/switching_down_from() + return + +/decl/security_level/proc/notify_station() + var/decl/security_state/security_state = decls_repository.get_decl(GLOB.using_map.security_state) + security_state.notify_station() +// SECURITY LEVELS + +/decl/security_level/code_green + name = "Green alert (Standart)" + + light_max_bright = 0.25 + light_inner_range = 0.1 + light_outer_range = 1 + light_color_alarm = COLOR_GREEN + light_color_status_display = COLOR_GREEN + + overlay_alarm = "alarm_green" + overlay_status_display = "status_display_green" + alert_border = "alert_border_green" + + description = "Активная угроза объекту отсутствует." + + var/static/datum/announcement/priority/security/security_announcement_green = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/AI/announcer/codegreen.ogg', volume = 150)) + +/decl/security_level/code_green/switching_down_to() + security_announcement_green.Announce("Кризис преодолен. Весь персонал должен вернуться к своим стандартным процедурам.", "Внимание! Код тревоги понижен до зеленого кода.") + undo_emergency() + notify_station() + +/decl/security_level/code_yellow + name = "Yellow alert (Euclid Research)" + + light_max_bright = 0.5 + light_inner_range = 1 + light_outer_range = 2 + light_color_alarm = COLOR_YELLOW + light_color_status_display = COLOR_YELLOW + + overlay_alarm = "alarm_yellow" + overlay_status_display = "status_display_yellow" + alert_border = "alert_border_yellow" + + description = "Испытание SCP класса Евклид." + + var/static/datum/announcement/priority/security/security_announcement_yellow = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/misc/notice3.ogg')) + +/decl/security_level/code_yellow/switching_up_to() + security_announcement_yellow.Announce("Начинаются испытания SCP класса Евклид. Службе безопасности зоны проведения испытания быть в повышенной готовности.", "Внимание! Объявляется желтый код тревоги!") + notify_station() + +/decl/security_level/code_yellow/switching_down_to() + security_announcement_yellow.Announce("Кризис преодолен. Планируются испытания SCP класса Евклид. Службе безопасности зоны проведения испытания быть в повышенной готовности.", "Внимание! Код тревоги понижен до желтого!") + undo_emergency() + notify_station() + +/decl/security_level/code_blue + name = "Blue alert (Keter Research)" + + light_max_bright = 0.5 + light_inner_range = 1 + light_outer_range = 2 + light_color_alarm = COLOR_BLUE + light_color_status_display = COLOR_BLUE + + overlay_alarm = "alarm_blue" + overlay_status_display = "status_display_blue" + alert_border = "alert_border_blue" + + description = "Испытание SCP класса Кетер." + + var/static/datum/announcement/priority/security/security_announcement_blue = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/misc/notice3.ogg')) + +/decl/security_level/code_blue/switching_up_to() + security_announcement_blue.Announce("Начинаются испытания SCP класса Кетер. Вся служба безопасности должена быть в полной готовности.", "Внимание! Объявляется синий код тревоги!") + notify_station() + +/decl/security_level/code_blue/switching_down_to() + security_announcement_blue.Announce("Кризис преодолен. Планируются испытания SCP класса Кетер. Вся служба безопасности должена быть в полной готовности.", "Внимание! Код тревоги понижен до синего!") + undo_emergency() + notify_station() + +/decl/security_level/code_orange + name = "Orange alert (Euclid Containment Breach)" + + light_max_bright = 0.75 + light_inner_range = 1 + light_outer_range = 3 + light_color_alarm = COLOR_ORANGE + light_color_status_display = COLOR_ORANGE + + overlay_alarm = "alarm_orange" + overlay_status_display = "status_display_orange" + alert_border = "alert_border_orange" + + description = "Нарушение условий содержания SCP класса Евклид." + + var/static/datum/announcement/priority/security/security_announcement_orange = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/AI/announcer/codered.ogg')) + +/decl/security_level/code_orange/switching_up_to() + security_announcement_orange.Announce("Нарушение условий содержания SCP класса Евклид! Службе безопасности зоны с нарушением условий содержания - немедленное реагирование и восстановление условий содержания! Гражданскому персоналу в зоне с нарушением условий содержания - немедленная эвакуация! Вся служба безопасности должена быть в боевой готовности!", "Внимание! Объявляется оранжевый код тревоги!") + notify_station() + +/decl/security_level/code_orange/switching_down_to() + security_announcement_orange.Announce("Кризис смягчен. Нарушение условий содержания SCP класса Евклид! Службе безопасности зоны с нарушением условий содержания - немедленное реагирование и восстановление условий содержания! Вся служба безопасности должена быть в боевой готовности! ", "Внимание! Код тревоги понижен до оранжевого!") + undo_emergency() + notify_station() + +/decl/security_level/code_red + name = "Red alert (Keter Containment Breach)" + + light_max_bright = 0.75 + light_inner_range = 1 + light_outer_range = 3 + light_color_alarm = COLOR_RED + light_color_status_display = COLOR_RED + + overlay_alarm = "alarm_red" + overlay_status_display = "status_display_red" + alert_border = "alert_border_red" + + description = "Нарушение условий содержания SCP класса Кетер." + + var/static/datum/announcement/priority/security/security_announcement_red = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/AI/announcer/codered.ogg')) + +/decl/security_level/code_red/switching_up_to() + security_announcement_red.Announce("Нарушение условий содержания SCP класса Кетер! Службе безопасности зоны с нарушением условий содержания - немедленное реагирование и восстановление условий содержания! Гражданскому персоналу в зоне с нарушением условий содержания - немедленная эвакуация! Разрешается открытие бункеров. Вся служба безопасности должена быть в боевой готовности!", "Внимание! Объявляется красный код тревоги!") + notify_station() + +/decl/security_level/code_red/switching_down_to() + security_announcement_red.Announce("Кризис смягчен. Блокировка зоны снята. Нарушение условий содержания SCP класса Кетер! Службе безопасности зоны с нарушением условий содержания - немедленное реагирование и восстановление условий содержания! Вся служба безопасности должена быть в боевой готовности!", "Внимание! Код тревоги понижен до красного!") + undo_emergency() + notify_station() + +/decl/security_level/code_black + name = "Black alert (Multiple Containment Breach)" + + light_max_bright = 0.75 + light_inner_range = 0.1 + light_outer_range = 3 + light_color_alarm = COLOR_RED + light_color_status_display = COLOR_NAVY_BLUE + + overlay_alarm = "alarm_black" + overlay_status_display = "status_display_black" + alert_border = "alert_border_black" + + description = "Множественные нарушения условий содержания SCP." + + var/static/datum/announcement/priority/security/security_announcement_black = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/AI/announcer/codeblack.ogg')) + + +/decl/security_level/code_black/switching_up_to() + + security_announcement_black.Announce("Множественное нарушение условий содержаний! Вся служба безопасности обязана восстановить условия содеражния! Включена блокировка Зоны!", "Внимание! Объявляется черный код тревоги!") + do_emergency() + notify_station() + +/decl/security_level/code_black/switching_down_to() + security_announcement_black.Announce("Кризис смягчен! Вся служба безопасности обязана восстановить условия содеражния! Блокировка зоны активна!", "Внимание! Объявляется черный код тревоги!") + do_emergency() + notify_station() + +/decl/security_level/code_pitchblack + name = "Pitchblack alert (Invasion Group of Interest)" + + light_max_bright = 0.75 + light_inner_range = 0.1 + light_outer_range = 3 + light_color_alarm = COLOR_RED + light_color_status_display = COLOR_NAVY_BLUE + + overlay_alarm = "alarm_pitchblack" + overlay_status_display = "status_display_pitchblack" + alert_border = "alert_border_pitchblack" + + description = "Проникновение вражеских связанных организаций." + + var/static/datum/announcement/priority/security/security_announcement_pitchblack = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/misc/redalert1.ogg')) + +/decl/security_level/code_pitchblack/switching_up_to() + security_announcement_pitchblack.Announce("Подвтерждено вторжение вражеских агентов Связаннных Организаций. Вся служба безопасности должена быть в боевой готовности! Устранить враждебные элементы! " ,"Внимание! Объявлен код Мрак!") + do_emergency() + notify_station() + +/decl/security_level/code_pitchblack/switching_down_to() + security_announcement_pitchblack.Announce("Уничтожение предотвращено! Вся служба безопасности должена быть в боевой готовности! Устранить вражеских агентов Связаннных Организаций!", "Внимание! Объявлен код Мрак!") + do_emergency() + notify_station() + + +/decl/security_level/code_delta + name = "Delta alert (Risk imminent destruction)" + alarm_level = "on" + + light_max_bright = 0.75 + light_inner_range = 0.1 + light_outer_range = 3 + light_color_alarm = COLOR_RED + light_color_status_display = COLOR_NAVY_BLUE + + overlay_alarm = "alarm_delta" + overlay_status_display = "status_display_delta" + alert_border = "alert_border_delta" + + description = "Опасность неминуемого уничтожения Зоны." + + var/static/datum/announcement/priority/security/security_announcement_delta = new(do_log = 0, do_newscast = 1, new_sound = sound('sounds/effects/siren.ogg')) + +/decl/security_level/code_delta/switching_up_to() + security_announcement_delta.Announce("Риск уничтожения объекта критический. Все сотрудники должны подчиняться указаниям административного персонала. Нарушение приказов карается незамедлительным устранением. Это не учебная тревога!", "Внимание! Объявлен код Дельта") + do_emergency() + notify_station() diff --git a/mod_celadon/_components/icon/security_state.dmi b/mod_celadon/_components/icon/security_state.dmi new file mode 100644 index 0000000000..0731f82ee9 Binary files /dev/null and b/mod_celadon/_components/icon/security_state.dmi differ diff --git a/mod_celadon/mod_celadon.dme b/mod_celadon/mod_celadon.dme index e48d1593a8..898e9f1455 100644 --- a/mod_celadon/mod_celadon.dme +++ b/mod_celadon/mod_celadon.dme @@ -1,17 +1,17 @@ #include "_modpack.dm" #include "_modpacks.dm" + // #include "example/_example.dme" // --- MAINTENANCE --- // - #include "_components/__components.dme" -#include "SCP096/_SCP096.dme" +#include "outfits/_outfits.dme" // --- ICONS --- // // --- OBJECTS --- // - +#include "objects/_objects.dme" // --- MISC --- // diff --git a/mod_celadon/objects/_objects.dm b/mod_celadon/objects/_objects.dm new file mode 100644 index 0000000000..c80e3a750e --- /dev/null +++ b/mod_celadon/objects/_objects.dm @@ -0,0 +1,16 @@ +/datum/modpack/objects + /// A string name for the modpack. Used for looking up other modpacks in init. + name = "Objects" + /// A string desc for the modpack. Can be used for modpack verb list as description. + desc = "Различное снаряжение и дополнительные предметы." + /// A string with authors of this modpack. + author = "Voiko" + +/datum/modpack/objects/pre_initialize() + . = ..() + +/datum/modpack/objects/initialize() + . = ..() + +/datum/modpack/objects/post_initialize() + . = ..() diff --git a/mod_celadon/objects/_objects.dme b/mod_celadon/objects/_objects.dme new file mode 100644 index 0000000000..afcdb4a42a --- /dev/null +++ b/mod_celadon/objects/_objects.dme @@ -0,0 +1,4 @@ +#include "_objects.dm" + +#include "code/items/weapons/SCP/armor.dm" +#include "code/items/weapons/SCP/helmet.dm" diff --git a/mod_celadon/objects/code/items/weapons/SCP/armor.dm b/mod_celadon/objects/code/items/weapons/SCP/armor.dm new file mode 100644 index 0000000000..d3e94bc8b1 --- /dev/null +++ b/mod_celadon/objects/code/items/weapons/SCP/armor.dm @@ -0,0 +1,26 @@ +/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight + name = "Tactical light vest" + desc = "A light tactical vest used by the MTF." + icon = 'mod_celadon/objects/icons/obj/clothing/obj_suit.dmi' + item_icons = list( + slot_wear_suit_str = 'mod_celadon/objects/icons/mob/onmob/onmob_suit.dmi', + slot_l_hand_str = 'mod_celadon/objects/icons/mob/onmob/lefthand.dmi', // Поменяй это, пожалуйста. + slot_r_hand_str = 'mod_celadon/objects/icons/mob/onmob/righthand.dmi') // Поменяй это, пожалуйста. + icon_state = "policevest" + body_parts_covered = UPPER_TORSO | LOWER_TORSO | LEGS | ARMS + cold_protection = UPPER_TORSO | LOWER_TORSO | LEGS | ARMS + armor = list(melee = 80, bullet = 85, laser = 65, energy = 15, bomb = 80, bio = 40, rad = 60) + acid_resistance = 1.5 + +/obj/item/clothing/suit/armor/vest/scp/medarmor/MTFmedium + name = "Tactical medium vest" + desc = "A medium tactical vest used by the MTF." + icon = 'mod_celadon/objects/icons/obj/clothing/obj_suit.dmi' + item_icons = list(slot_wear_suit_str = 'mod_celadon/objects/icons/mob/onmob/onmob_suit.dmi', + slot_l_hand_str = 'mod_celadon/objects/icons/mob/onmob/lefthand.dmi', // Поменяй это, пожалуйста. + slot_r_hand_str = 'mod_celadon/objects/icons/mob/onmob/righthand.dmi') // Поменяй это, пожалуйста. + icon_state = "mediumvest" + body_parts_covered = UPPER_TORSO | LOWER_TORSO | LEGS | ARMS + cold_protection = UPPER_TORSO | LOWER_TORSO | LEGS | ARMS + armor = list(melee = 85, bullet = 90, laser = 65, energy = 15, bomb = 80, bio = 40, rad = 60) + acid_resistance = 1.5 diff --git a/mod_celadon/objects/code/items/weapons/SCP/helmet.dm b/mod_celadon/objects/code/items/weapons/SCP/helmet.dm new file mode 100644 index 0000000000..989720c8a4 --- /dev/null +++ b/mod_celadon/objects/code/items/weapons/SCP/helmet.dm @@ -0,0 +1,14 @@ +/obj/item/clothing/head/helmet/scp/lwh_helmet + name = "Tactical Helmet" + desc = "An ordinary tactical helmet." + item_icons = list(slot_head_str = 'mod_celadon/objects/icons/mob/onmob/onmob_head.dmi', + slot_l_hand_str = 'mod_celadon/objects/icons/mob/onmob/lefthand_hats.dmi', // Поменяй это, пожалуйста. + slot_r_hand_str = 'mod_celadon/objects/icons/mob/onmob/righthand_hats.dmi') // Поменяй это, пожалуйста. + icon = 'mod_celadon/objects/icons/obj/clothing/obj_head.dmi' + icon_state = "lwh_black" + flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|BLOCKHAIR + body_parts_covered = HEAD|EYES + cold_protection = HEAD|EYES + permeability_coefficient = 0.5 + armor = list(melee = 80, bullet = 83, laser = 50,energy = 25, bomb = 50, bio = 100, rad = 60) + acid_resistance = 1.5 diff --git a/mod_celadon/objects/icons/mob/onmob/lefthand.dmi b/mod_celadon/objects/icons/mob/onmob/lefthand.dmi new file mode 100644 index 0000000000..8b94aa5c4a Binary files /dev/null and b/mod_celadon/objects/icons/mob/onmob/lefthand.dmi differ diff --git a/mod_celadon/objects/icons/mob/onmob/lefthand_hats.dmi b/mod_celadon/objects/icons/mob/onmob/lefthand_hats.dmi new file mode 100644 index 0000000000..7695e5522c Binary files /dev/null and b/mod_celadon/objects/icons/mob/onmob/lefthand_hats.dmi differ diff --git a/mod_celadon/objects/icons/mob/onmob/onmob_head.dmi b/mod_celadon/objects/icons/mob/onmob/onmob_head.dmi new file mode 100644 index 0000000000..8ffb125089 Binary files /dev/null and b/mod_celadon/objects/icons/mob/onmob/onmob_head.dmi differ diff --git a/mod_celadon/objects/icons/mob/onmob/onmob_suit.dmi b/mod_celadon/objects/icons/mob/onmob/onmob_suit.dmi new file mode 100644 index 0000000000..b377b414e1 Binary files /dev/null and b/mod_celadon/objects/icons/mob/onmob/onmob_suit.dmi differ diff --git a/mod_celadon/objects/icons/mob/onmob/righthand.dmi b/mod_celadon/objects/icons/mob/onmob/righthand.dmi new file mode 100644 index 0000000000..cd6b5d4123 Binary files /dev/null and b/mod_celadon/objects/icons/mob/onmob/righthand.dmi differ diff --git a/mod_celadon/objects/icons/mob/onmob/righthand_hats.dmi b/mod_celadon/objects/icons/mob/onmob/righthand_hats.dmi new file mode 100644 index 0000000000..def7afc483 Binary files /dev/null and b/mod_celadon/objects/icons/mob/onmob/righthand_hats.dmi differ diff --git a/mod_celadon/objects/icons/obj/clothing/hats.dmi b/mod_celadon/objects/icons/obj/clothing/hats.dmi new file mode 100644 index 0000000000..bcc48b98a4 Binary files /dev/null and b/mod_celadon/objects/icons/obj/clothing/hats.dmi differ diff --git a/mod_celadon/objects/icons/obj/clothing/obj_head.dmi b/mod_celadon/objects/icons/obj/clothing/obj_head.dmi new file mode 100644 index 0000000000..58a0c5f372 Binary files /dev/null and b/mod_celadon/objects/icons/obj/clothing/obj_head.dmi differ diff --git a/mod_celadon/objects/icons/obj/clothing/obj_suit.dmi b/mod_celadon/objects/icons/obj/clothing/obj_suit.dmi new file mode 100644 index 0000000000..0a8b465c77 Binary files /dev/null and b/mod_celadon/objects/icons/obj/clothing/obj_suit.dmi differ diff --git a/mod_celadon/outfits/_outfits.dm b/mod_celadon/outfits/_outfits.dm new file mode 100644 index 0000000000..98bb0bd346 --- /dev/null +++ b/mod_celadon/outfits/_outfits.dm @@ -0,0 +1,16 @@ +/datum/modpack/outfits + /// A string name for the modpack. Used for looking up other modpacks in init. + name = "Outfits" + /// A string desc for the modpack. Can be used for modpack verb list as description. + desc = "Место для различных наборов одежды" + /// A string with authors of this modpack. + author = "Voiko" + +/datum/modpack/outfits/pre_initialize() + . = ..() + +/datum/modpack/outfits/initialize() + . = ..() + +/datum/modpack/outfits/post_initialize() + . = ..() diff --git a/mod_celadon/outfits/_outfits.dme b/mod_celadon/outfits/_outfits.dme new file mode 100644 index 0000000000..5a48ba6ed6 --- /dev/null +++ b/mod_celadon/outfits/_outfits.dme @@ -0,0 +1,5 @@ +#include "_outfits.dm" + +#include "code/job/engineering.dm" +#include "code/job/security.dm" +#include "code/job/mtf.dm" diff --git a/mod_celadon/outfits/code/job/engineering.dm b/mod_celadon/outfits/code/job/engineering.dm new file mode 100644 index 0000000000..f428e79ab9 --- /dev/null +++ b/mod_celadon/outfits/code/job/engineering.dm @@ -0,0 +1,9 @@ +/decl/hierarchy/outfit/job/engineering/conteng + name = OUTFIT_JOB_NAME("Containment Engineer") + uniform = /obj/item/clothing/under/solgov/utility/fleet/engineering + shoes = /obj/item/clothing/shoes/dutyboots + id_type = /obj/item/card/id/seclvl4conteng + belt = /obj/item/storage/belt/utility/full + l_pocket = /obj/item/device/radio + r_ear = /obj/item/device/radio/headset/conteng/alt + l_ear = /obj/item/device/radio/headset/conteng diff --git a/mod_celadon/outfits/code/job/mtf.dm b/mod_celadon/outfits/code/job/mtf.dm new file mode 100644 index 0000000000..fd5fe0dc50 --- /dev/null +++ b/mod_celadon/outfits/code/job/mtf.dm @@ -0,0 +1,73 @@ +//## FROM: code\datums\outfits\jobs\mtf.dm ## + +/decl/hierarchy/outfit/mtf/epsilon_11/agent + name = OUTFIT_JOB_NAME("MTF Epsilon-11 Agent") + uniform = /obj/item/clothing/under/ert/epsilon11 + suit = /obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight + head = /obj/item/clothing/head/helmet/scp/lwh_helmet + mask = /obj/item/clothing/mask/balaclava/tactical + glasses = /obj/item/clothing/glasses/night + gloves = /obj/item/clothing/gloves/tactical/scp + shoes = /obj/item/clothing/shoes/jackboots + suit_store = /obj/item/gun/projectile/automatic/scp/p90 + r_hand = /obj/item/crowbar/red + l_hand = /obj/item/material/hatchet/tacknife + l_pocket = /obj/item/grenade/flashbang + r_pocket = /obj/item/grenade/flashbang + id_type = /obj/item/card/id/mtf/ninetail + belt = /obj/item/storage/belt/holster/security/fullmk9 + backpack_contents = list(/obj/item/storage/box/ifak = 1,/obj/item/plastique = 2,/obj/item/grenade/frag = 1,/obj/item/ammo_magazine/scp/p90_mag/ap = 5,/obj/item/ammo_magazine/c45m = 2,/obj/item/clothing/mask/gas = 1) + +/decl/hierarchy/outfit/mtf/epsilon_11/breacher + name = OUTFIT_JOB_NAME("MTF Epsilon-11 Breacher") + uniform = /obj/item/clothing/under/ert/epsilon11 + suit = /obj/item/clothing/suit/armor/vest/scp/medarmor/MTFmedium + head = /obj/item/clothing/head/helmet/scp/lwh_helmet + mask = /obj/item/clothing/mask/balaclava/tactical + glasses = /obj/item/clothing/glasses/night + gloves = /obj/item/clothing/gloves/tactical/scp + shoes = /obj/item/clothing/shoes/jackboots + suit_store = /obj/item/gun/projectile/shotgun/pump/combat + r_hand = /obj/item/crowbar/red + l_hand = /obj/item/material/hatchet + l_pocket = /obj/item/grenade/flashbang + r_pocket = /obj/item/grenade/flashbang + id_type = /obj/item/card/id/mtf/ninetail + belt = /obj/item/storage/belt/holster/security/fullmk9 + backpack_contents = list(/obj/item/storage/box/ifak = 1,/obj/item/grenade/frag = 2,/obj/item/ammo_magazine/shotholder/shell = 6,/obj/item/clothing/accessory/storage/bandolier = 1,/obj/item/clothing/mask/gas = 1) + +/decl/hierarchy/outfit/mtf/epsilon_11/leader + name = OUTFIT_JOB_NAME("MTF Epsilon-11 Team Leader") + uniform = /obj/item/clothing/under/ert/epsilon11 + suit = /obj/item/clothing/suit/armor/vest/scp/medarmor/MTFlight + head = /obj/item/clothing/head/helmet/scp/lwh_helmet + mask = /obj/item/clothing/mask/balaclava + glasses = /obj/item/clothing/glasses/night + gloves = /obj/item/clothing/gloves/tactical/scp + shoes = /obj/item/clothing/shoes/jackboots + suit_store = /obj/item/gun/projectile/automatic/scp/m16 + r_hand = /obj/item/storage/box/syndie_kit/spy + l_hand = null + l_pocket = /obj/item/grenade/smokebomb + r_pocket = null + id_type = /obj/item/card/id/mtf/ninetail + belt = /obj/item/storage/belt/holster/security/fullmateba + backpack_contents = list(/obj/item/storage/box/ifak = 1,/obj/item/grenade/frag = 1,/obj/item/crowbar/red = 1,/obj/item/ammo_magazine/scp/m16_mag = 3,/obj/item/ammo_magazine/c44 = 4,/obj/item/clothing/mask/gas = 1) + +/decl/hierarchy/outfit/mtf/epsilon_11/medic + name = OUTFIT_JOB_NAME("MTF Epsilon-11 Medic") + uniform = /obj/item/clothing/under/ert/epsilon11 + suit = /obj/item/clothing/suit/armor/pcarrier/green/scp/mtf_epsilon + head = /obj/item/clothing/head/helmet/ballistic + mask = /obj/item/clothing/mask/balaclava + glasses = /obj/item/clothing/glasses/night + gloves = /obj/item/clothing/gloves/tactical/scp + shoes = /obj/item/clothing/shoes/jackboots + suit_store = /obj/item/gun/projectile/automatic/scp/p90 + r_hand = /obj/item/storage/firstaid/surgery + l_hand = /obj/item/crowbar/red + l_pocket = /obj/item/grenade/smokebomb + r_pocket = null + id_type = /obj/item/card/id/mtf/ninetail + belt = /obj/item/defibrillator/compact/combat/loaded + backpack_contents = list(/obj/item/ammo_magazine/scp/p90_mag/ap = 3,/obj/item/clothing/mask/gas = 1,/obj/item/reagent_containers/ivbag/blood/OMinus = 2,/obj/item/storage/pill_bottle/zoom = 1) diff --git a/mod_celadon/outfits/code/job/security.dm b/mod_celadon/outfits/code/job/security.dm new file mode 100644 index 0000000000..b8308eb57b --- /dev/null +++ b/mod_celadon/outfits/code/job/security.dm @@ -0,0 +1,48 @@ +/datum/job/ncoofficerlcz + title = "LCZ Sergeant" + department = "Light Containment Personnel" + selection_color = "#601c1c" + department_flag = SEC|LCZ + total_positions = 2 + spawn_positions = 2 + balance_limited = TRUE + //duties = "As the Guard you have more access than a Junior Guard, but do not control them. You are to guard tests and SCP's in the zone you spawned in. If in doubt, ask your Zone or Guard Commander. You also have the duty of guarding the D-Class Cell Blocks. You should not leave your zone under usual SoP." + supervisors = "the LCZ Zone Commander" + economic_power = 4 + requirements = list(EXP_TYPE_LCZ = 480) + alt_titles = list("LCZ Senior Containment Response Agent", "LCZ Containment Response Sergeant", "LCZ Senior Combat Medic" = /decl/hierarchy/outfit/job/security/lcz_medic, "LCZ Riot Control Sergeant" = /decl/hierarchy/outfit/job/security/lcz_riot, "LCZ Senior Riot Control Agent" = /decl/hierarchy/outfit/job/security/lcz_riot, "LCZ Senior Agent") + minimal_player_age = 5 + ideal_character_age = 25 + outfit_type = /decl/hierarchy/outfit/job/security/lcz_sergeant + class = CLASS_C + hud_icon = "hudlczsarge" + + access = list( + ACCESS_SEC_COMMS, + ACCESS_SECURITY_LVL1, + ACCESS_SECURITY_LVL2, + ACCESS_SECURITY_LVL3, + ACCESS_SCIENCE_LVL1, + ACCESS_SCIENCE_LVL2, + ACCESS_DCLASS_KITCHEN, + ACCESS_DCLASS_BOTANY, + ACCESS_DCLASS_MINING, + ACCESS_DCLASS_JANITORIAL, + ACCESS_DCLASS_MEDICAL + ) + minimal_access = list() + + min_skill = list( + SKILL_COMPUTER = SKILL_BASIC, + SKILL_HAULING = SKILL_TRAINED, + SKILL_COMBAT = SKILL_TRAINED, + SKILL_WEAPONS = SKILL_TRAINED, + SKILL_FORENSICS = SKILL_BASIC + ) + + max_skill = list( + SKILL_COMBAT = SKILL_EXPERIENCED, + SKILL_WEAPONS = SKILL_EXPERIENCED, + SKILL_FORENSICS = SKILL_TRAINED + ) + skill_points = 21