diff --git a/code/datums/vehicles.dm b/code/datums/vehicles.dm index 67070dd04c0b..3ef318cc8893 100644 --- a/code/datums/vehicles.dm +++ b/code/datums/vehicles.dm @@ -30,6 +30,10 @@ name = "Fancy Locker" interior_id = "fancylocker" +/datum/map_template/interior/fancy_insanity + name = "Fancy Insanity" + interior_id = "fancyinsanity" + /datum/map_template/interior/tank name = "Tank" interior_id = "tank" diff --git a/code/modules/mob/dead/observer/orbit.dm b/code/modules/mob/dead/observer/orbit.dm index 173de5338196..52d2bd8ff31e 100644 --- a/code/modules/mob/dead/observer/orbit.dm +++ b/code/modules/mob/dead/observer/orbit.dm @@ -48,6 +48,7 @@ /datum/orbit_menu/ui_static_data(mob/user) var/list/data = list() + var/list/boxers = list() var/list/humans = list() var/list/marines = list() var/list/survivors = list() @@ -106,6 +107,8 @@ if(M.ckey == null) npcs += list(serialized) + if(istype(get_area(M), /area/corsat)) + boxers += list(serialized) continue if(isliving(M)) @@ -119,6 +122,8 @@ serialized["caste"] = caste.caste_type serialized["icon"] = caste.minimap_icon xenos += list(serialized) + if(istype(get_area(player), /area/corsat)) + boxers += list(serialized) continue if(ishuman(player)) @@ -139,6 +144,8 @@ else serialized["background_color"] = human.assigned_equipment_preset?.minimap_background + if(istype(get_area(human), /area/corsat)) + boxers += list(serialized) if(SSticker.mode.is_in_endgame == TRUE && !is_mainship_level(M.z) && !(human.faction in FACTION_LIST_ERT)) escaped += list(serialized) else if(human.faction in FACTION_LIST_WY) @@ -175,6 +182,7 @@ if(isanimal(player)) animals += list(serialized) + data["boxers"] = boxers data["humans"] = humans data["marines"] = marines data["survivors"] = survivors diff --git a/code/modules/vehicles/interior/areas.dm b/code/modules/vehicles/interior/areas.dm index 399e55e11450..7e7a305b933c 100644 --- a/code/modules/vehicles/interior/areas.dm +++ b/code/modules/vehicles/interior/areas.dm @@ -35,3 +35,6 @@ /area/interior/fancylocker name = "closet interior" + +/area/interior/fancylocker/insane + name = "the impossible box" diff --git a/code/modules/vehicles/interior/objects/fancy_locker.dm b/code/modules/vehicles/interior/objects/fancy_locker.dm index 2cc7a02e548b..9cab2a25d791 100644 --- a/code/modules/vehicles/interior/objects/fancy_locker.dm +++ b/code/modules/vehicles/interior/objects/fancy_locker.dm @@ -47,6 +47,9 @@ /obj/structure/closet/fancy/ex_act(severity) return +/obj/structure/closet/fancy/bullet_act(obj/projectile/Proj) + return TRUE + /obj/structure/interior_exit/fancy name = "fancy wooden door" icon = 'icons/obj/structures/doors/mineral_doors.dmi' @@ -75,3 +78,62 @@ if(istype(possible_closet)) return possible_closet return + +/obj/structure/closet/fancy/insane + name = "impossible box" + desc = "You cannot comprehend the depths..." + + interior_map = /datum/map_template/interior/fancy_insanity + passengers_slots = 70 + revivable_dead_slots = 25 + xenos_slots = 50 + + icon = 'icons/obj/structures/crates.dmi' + icon_state = "closed_plastic" + icon_closed = "closed_plastic" + icon_opened = "open_plastic" + + open_sound = 'sound/effects/ghost.ogg' + close_sound = 'sound/effects/ghost2.ogg' + +/obj/structure/closet/fancy/insane/store_mobs(stored_units) + for(var/mob/M in loc) + var/entry_num = rand(1,5) + var/succ = interior.enter(M, "insanity[entry_num]") + if(!succ) + break + +/obj/structure/closet/fancy/insane/verb/verb_climbinto() + set src in oview(1) + set category = "Object" + set name = "Climb Into" + + var/mob/user = usr + + var/entry_num = rand(1,5) + if(isobserver(user)) + interior.enter(user, "insanity[entry_num]") + return TRUE + + if(user.is_mob_incapacitated()) + return FALSE + if(!ishuman(user) && !isxeno(user)) + return FALSE + + if(!opened) + to_chat(user, SPAN_WARNING("You cannot climb into [src] while it's closed!")) + return FALSE + + user.visible_message(SPAN_NOTICE("[user] begins climbing into [src]."), SPAN_NOTICE("You begin climbing into [src].")) + if(!do_after(user, 4 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_HOSTILE, src, INTERRUPT_OUT_OF_RANGE)) + user.visible_message(SPAN_NOTICE("[user] stops climbing into [src]."), SPAN_NOTICE("You stop climbing into [src].")) + return FALSE + interior.enter(user, "insanity[entry_num]") + return TRUE + +/obj/structure/interior_exit/fancy/ladder + name = "very long ladder" + icon = 'icons/obj/structures/structures.dmi' + icon_state = "ladder10" + density = FALSE + layer = LADDER_LAYER diff --git a/maps/interiors/fancyinsanity.dmm b/maps/interiors/fancyinsanity.dmm new file mode 100644 index 000000000000..18d1ce4114b9 --- /dev/null +++ b/maps/interiors/fancyinsanity.dmm @@ -0,0 +1,103037 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aac" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/omega/airlocknorth) +"aaf" = ( +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aag" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/rnr) +"aai" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aaj" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/east) +"aal" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/residential/east) +"aan" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar) +"aap" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"aaq" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aar" = ( +/obj/structure/window/framed/corsat/hull/research, +/turf/open/floor/plating, +/area/corsat/gamma/sigmaremote) +"aas" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"aat" = ( +/obj/structure/surface/rack, +/obj/structure/prop/mech/drill, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"aau" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"aav" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"aaw" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"aax" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/sigmaremote) +"aay" = ( +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/gamma/sigmaremote) +"aaz" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/plating, +/area/corsat/gamma/sigmaremote) +"aaE" = ( +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/residential) +"aaK" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/corsat/gamma/sigmaremote) +"aaL" = ( +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/corsat/gamma/sigmaremote) +"aba" = ( +/obj/structure/surface/table/woodentable, +/obj/item/storage/fancy/cigar, +/obj/item/tool/lighter/zippo, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"abb" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"abe" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/cargo) +"abf" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/sigmaremote) +"abi" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"abn" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaHangarCargoC"; + name = "Security Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/cargo) +"abr" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"abs" = ( +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"abv" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"abw" = ( +/obj/structure/surface/rack, +/obj/item/cell/hyper, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"abD" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/east) +"abE" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"abF" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/sigmaremote) +"abG" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/residential/researcher) +"abH" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"abI" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"abJ" = ( +/obj/structure/surface/table/woodentable, +/obj/item/paper, +/obj/item/tool/pen, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"abL" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"abM" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"abN" = ( +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"abO" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"abP" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/researcher) +"abQ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"abR" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"abS" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/residential/researcher) +"abT" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Quarters"; + req_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"abU" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"acc" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"acg" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"ach" = ( +/obj/structure/bed, +/obj/structure/machinery/light, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aci" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8; + layer = 2.8 + }, +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/item/tool/soap, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"acj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"ack" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential/east) +"acl" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"acm" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 1; + layer = 2.8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"acu" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"acv" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Researcher Quarters"; + req_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"acw" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bathroom" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"acx" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"acz" = ( +/obj/structure/coatrack, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"acB" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 1; + layer = 2.8 + }, +/obj/structure/machinery/shower{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"acC" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/gamma/foyer) +"acD" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"acE" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/gamma/foyer) +"acH" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"acI" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"acK" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"acM" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential) +"acN" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/lounge) +"acO" = ( +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"acP" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"acS" = ( +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"acT" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"acV" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/residential/lounge) +"acW" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 1; + layer = 2.8 + }, +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/item/tool/soap, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"acY" = ( +/obj/structure/surface/rack, +/obj/item/tool/wrench, +/obj/item/device/camera/oldcamera, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"add" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/cafe) +"ade" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"adg" = ( +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"adh" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"adj" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"adl" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"adm" = ( +/obj/structure/bed/chair/wood/normal, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"adn" = ( +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"ado" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"adp" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"ads" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"adt" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/cafe) +"adv" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"adx" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/deck, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"adB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"adC" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + icon_state = "spiralwoodalt" + }, +/area/corsat/gamma/residential/lounge) +"adD" = ( +/obj/structure/coatrack, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"adE" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"adF" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/residential/east) +"adG" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/item/folder/blue, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"adH" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"adI" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/hangar/cargo) +"adJ" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/west) +"adK" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"adM" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/residential/lounge) +"adN" = ( +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"adO" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"adP" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"adQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 2; + name = "\improper Researcher's Lounge" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"adR" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"adS" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"adT" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/space) +"adU" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"adV" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/researcher) +"adY" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/deck, +/obj/item/spacecash/c10, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"adZ" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplecorner" + }, +/area/corsat/gamma/residential) +"aea" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"aeb" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar/cargo) +"aec" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"aed" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aee" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aef" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aeg" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/corsat/gamma/residential/lounge) +"aei" = ( +/obj/structure/bed, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aek" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/residential) +"ael" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaHangarCargoC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/hangar/cargo) +"aem" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"aen" = ( +/turf/open/mars, +/area/corsat/sigma/biodome) +"aep" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/corsat/gamma/residential/lounge) +"aeq" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/corsat/gamma/residential/lounge) +"aer" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/lounge) +"aes" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"aet" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/cargo) +"aeu" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aex" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/arrivals) +"aeB" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"aeC" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"aeD" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) +"aeE" = ( +/turf/open/floor/plating{ + dir = 9; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"aeF" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"aeG" = ( +/turf/open/floor/plating{ + dir = 5; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"aeI" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar) +"aeJ" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"aeL" = ( +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"aeM" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar/office) +"aeN" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating/icefloor, +/area/corsat/sigma/hangar) +"aeO" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"aeP" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/corsat/gamma/sigmaremote) +"aeQ" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"aeR" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"aeS" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"aeT" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"aeU" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar) +"aeV" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"aeW" = ( +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"aeX" = ( +/obj/structure/surface/table/woodentable, +/obj/item/spacecash/c10, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aeZ" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/airlock/south) +"afa" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/cargo/disposal) +"afb" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"afc" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"afd" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/south) +"afe" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/office) +"aff" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"afg" = ( +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/foyer) +"afi" = ( +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afj" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/corsat/gamma/residential/lounge) +"afk" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afl" = ( +/obj/structure/machinery/landinglight/ds2/delayone, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afm" = ( +/obj/structure/machinery/landinglight/ds2, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afn" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afo" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afp" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afq" = ( +/obj/structure/machinery/landinglight/ds2, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afr" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/corsat/gamma/residential/lounge) +"afs" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"aft" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afu" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter) +"afv" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afx" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/corsat/gamma/residential/lounge) +"afy" = ( +/obj/structure/surface/table/woodentable, +/obj/item/folder/white, +/obj/item/spacecash/c10, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"afz" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"afA" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"afB" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afC" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afD" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afE" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afF" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afG" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afH" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afJ" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar/arrivals) +"afK" = ( +/obj/structure/window/reinforced, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"afL" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afM" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afN" = ( +/turf/open/floor/plating{ + dir = 10; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afP" = ( +/turf/open/floor/plating/icefloor{ + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afQ" = ( +/turf/open/floor/plating{ + dir = 6; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afS" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afT" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"afV" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afW" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afX" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"afY" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"aga" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/airlock/north/id) +"agb" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar/security) +"agd" = ( +/obj/structure/window/reinforced, +/obj/structure/platform, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"age" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/south/id) +"agf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/medical_pod/sleeper{ + flags_atom = 18 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"agg" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/security) +"agj" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar/id) +"agk" = ( +/obj/structure/bed, +/obj/item/spacecash/c10, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"agl" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"agm" = ( +/obj/structure/surface/table, +/obj/item/clipboard, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"agq" = ( +/obj/structure/machinery/atm{ + pixel_x = -30 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"ags" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"agu" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Laundry Unit" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"agv" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"agw" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"agx" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/checkpoint) +"agz" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"agC" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/north) +"agD" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/south) +"agF" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/gamma/hallwaysouth) +"agG" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south) +"agH" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"agI" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/laundry) +"agJ" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Airlock Control" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/airlock/north) +"agK" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/cargo) +"agL" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/cargo) +"agM" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/rnr/library) +"agN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"agO" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"agQ" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"agR" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/checkpoint) +"agS" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"agT" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"agU" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/engineering/core) +"agW" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar) +"agX" = ( +/mob/living/simple_animal/hostile/carp{ + color = "orange"; + faction = "neutral"; + harm_intent_damage = 0; + melee_damage_lower = 0; + melee_damage_upper = 0 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"agY" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"agZ" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/checkpoint) +"aha" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/secure{ + id = "delta_gamma2"; + name = "Gamma Checkpoint"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/checkpoint) +"ahc" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + damage_cap = 4000; + dir = 1; + locked = 0; + name = "\improper Emergency Access"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"ahd" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"ahf" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"ahg" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ahi" = ( +/obj/structure/machinery/vending/shared_vending, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"ahk" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/sigmaremote) +"ahm" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"ahn" = ( +/turf/closed/wall/biodome, +/area/corsat/omega/cargo) +"aho" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/checkpoint) +"ahp" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"ahq" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"ahr" = ( +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/north) +"ahs" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/lavatory) +"aht" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/engineering/atmos) +"ahu" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"ahv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + layer = 3.8 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/gamma/foyer) +"ahw" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/laundry) +"ahx" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"ahy" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/window/reinforced{ + layer = 3.8 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/gamma/hallwaysouth) +"ahz" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/maint) +"ahA" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/omega/offices) +"ahB" = ( +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"ahC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"ahD" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + name = "Cargo Bay"; + req_one_access_txt = "100" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"ahF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"ahG" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/airlock/south) +"ahH" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "GammaHCargoN"; + name = "Checkpoint Control"; + pixel_x = -5; + pixel_y = 6; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaHCargoW"; + name = "Checkpoint Control"; + pixel_x = -5; + pixel_y = -3; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaHangarCargoC"; + name = "Security Shutters"; + pixel_x = 5; + pixel_y = 2; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"ahJ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/checkpoint) +"ahL" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"ahM" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/id) +"ahN" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"ahP" = ( +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/residential) +"ahQ" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/security) +"ahS" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/omega/cargo) +"ahV" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Hangar Security"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"ahW" = ( +/turf/open/floor/plating, +/area/prison/hangar_storage/research/shuttle) +"ahX" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/bronze, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"ahY" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "specimen control cabinet"; + req_access_txt = "103" + }, +/obj/item/weapon/gun/flamer, +/obj/item/explosive/grenade/incendiary, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"ahZ" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar) +"aia" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy22" + }, +/area/prison/hangar_storage/research/shuttle) +"aib" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"aic" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "OmegaHangarN"; + name = "Checkpoint Control"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"aid" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/hangar/security) +"aie" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy4" + }, +/area/prison/hangar_storage/research/shuttle) +"aig" = ( +/obj/structure/machinery/computer3, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"aih" = ( +/obj/structure/machinery/light, +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aii" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy23" + }, +/area/prison/hangar_storage/research/shuttle) +"aij" = ( +/turf/open/shuttle/dropship{ + icon_state = "floor8" + }, +/area/prison/hangar_storage/research/shuttle) +"aik" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/prison/hangar_storage/research/shuttle) +"ail" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/west) +"aim" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tech_supply, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"ain" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/prison/hangar_storage/research/shuttle) +"aio" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"aip" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"aiq" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy5" + }, +/area/prison/hangar_storage/research/shuttle) +"ait" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"aiu" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"aiv" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy_leftengine" + }, +/area/prison/hangar_storage/research/shuttle) +"aiw" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy8" + }, +/area/prison/hangar_storage/research/shuttle) +"aix" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin8" + }, +/area/prison/hangar_storage/research/shuttle) +"aiz" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/prison/hangar_storage/research/shuttle) +"aiA" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy9" + }, +/area/prison/hangar_storage/research/shuttle) +"aiB" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/hangar/security) +"aiC" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) +"aiD" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/omega/hangar) +"aiE" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy_rightengine" + }, +/area/prison/hangar_storage/research/shuttle) +"aiF" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/prison/hangar_storage/research/shuttle) +"aiG" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3"; + opacity = 0 + }, +/area/prison/hangar_storage/research/shuttle) +"aiH" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/prison/hangar_storage/research/shuttle) +"aiI" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 + }, +/area/prison/hangar_storage/research/shuttle) +"aiJ" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/checkpoint) +"aiK" = ( +/obj/structure/closet/secure_closet/guncabinet/riot_control, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"aiL" = ( +/turf/closed/wall/biodome, +/area/corsat/omega/offices) +"aiO" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/airlock/south) +"aiQ" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/omega/offices) +"aiS" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/corsat/gamma/administration) +"aiT" = ( +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/airlock/north) +"aiW" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"aiX" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = -32 + }, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/north) +"aiZ" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/gamma/hallwaysouth) +"aja" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/airlock/south/id) +"ajb" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"ajc" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south) +"ajd" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"aje" = ( +/turf/open/floor/corsat{ + icon_state = "purple" + }, +/area/corsat/sigma/south) +"ajf" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/omega/security) +"ajg" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"ajh" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/turf/open/floor/plating/icefloor{ + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"aji" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8 + }, +/turf/open/floor/plating/icefloor{ + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"ajj" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/north) +"ajk" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/cargo) +"ajm" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/south) +"ajn" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/south) +"ajo" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/cargo) +"ajp" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"ajq" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/biodome) +"ajr" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/laundry) +"ajs" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"ajt" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"aju" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"ajv" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"ajw" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/sigma/cargo) +"ajx" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"ajy" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/laundry) +"ajz" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/north) +"ajA" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/checkpoint) +"ajB" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/lavatory) +"ajE" = ( +/obj/structure/curtain, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"ajG" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/east) +"ajH" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"ajI" = ( +/obj/structure/surface/table, +/obj/effect/landmark/crap_item, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"ajJ" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"ajK" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"ajL" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaCheckpointC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/checkpoint) +"ajM" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"ajN" = ( +/obj/item/clothing/mask/breath, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"ajQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/east/id) +"ajR" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"ajS" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"ajT" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"ajU" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"ajV" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"ajX" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/south/complex) +"akb" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"akc" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) +"akd" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/plating, +/area/corsat/sigma/south/complex) +"ake" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"akf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/reinforced, +/obj/item/paper, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"akg" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + name = "Cargo Bay"; + req_one_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"aki" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/dorms) +"akk" = ( +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"akl" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/dorms) +"akm" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"akn" = ( +/obj/structure/stairs, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"akp" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"akq" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/airlock/south) +"akr" = ( +/obj/structure/computer3frame/server{ + icon_state = "4" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aks" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"akt" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/rnr/library) +"aku" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"akv" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/south/complex) +"akx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/clothing/head/welding, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"aky" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/omega/hallways) +"akz" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/hangar) +"akB" = ( +/turf/closed/wall/biodome, +/area/corsat/theta/airlock/east) +"akC" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"akD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"akE" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"akG" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"akH" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"akI" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Class Room"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"akJ" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"akL" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"akQ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"akR" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"akS" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"akT" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/morgue) +"akU" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"akV" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"akW" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"akX" = ( +/obj/structure/surface/table/woodentable, +/obj/item/folder/blue, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"akY" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"ala" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/plastic, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"alb" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"alc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"ald" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/residential) +"ale" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/camera/oldcamera, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"alh" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"ali" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/keycard_auth/lockdown/corsat, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"alj" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"alk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/skills{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"all" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"alp" = ( +/obj/structure/machinery/door_control{ + id = "GammaAdmin"; + name = "Security Shutters"; + pixel_x = 24; + use_power = 0 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"alr" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/flashlight/lamp/green, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"als" = ( +/obj/structure/stairs, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"alt" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/gamma/residential) +"alu" = ( +/obj/structure/surface/table, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"alv" = ( +/obj/structure/stairs, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"alw" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/dorms) +"alx" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/hangar/arrivals) +"aly" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"alz" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"alA" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/airlock/north) +"alB" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaIDSC2"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"alC" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"alE" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"alF" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"alG" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"alH" = ( +/obj/structure/surface/rack, +/obj/item/tool/screwdriver, +/obj/item/device/assembly/igniter, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"alI" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/rnr/bar) +"alK" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/rnr/bar) +"alL" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"alM" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"alN" = ( +/obj/structure/surface/table/woodentable, +/obj/item/spacecash/c10, +/obj/item/toy/deck, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"alO" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"alQ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"alR" = ( +/obj/structure/bed, +/obj/item/folder/yellow, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"alS" = ( +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/corsat/gamma/sigmaremote) +"alU" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/item/device/camera, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"alW" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Cargo Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Cargo Desk"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo/lobby) +"alY" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"alZ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"ama" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/dorms) +"amb" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/residential) +"amc" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"amd" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"amf" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"amg" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"amh" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/dorms) +"ami" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"amk" = ( +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aml" = ( +/obj/item/trash/raisins, +/obj/item/trash/popcorn, +/obj/item/trash/chips, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"amn" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amo" = ( +/obj/item/trash/chips, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"amp" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + dir = 1; + name = "Cargo Bay"; + req_one_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"amq" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amr" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"ams" = ( +/obj/structure/surface/table/woodentable, +/obj/item/folder/blue, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amt" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/deck, +/obj/item/spacecash/c10, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amu" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amv" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/airlock/south/id) +"amw" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amx" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"amy" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"amz" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"amA" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amC" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/flashlight/lamp/green, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amD" = ( +/obj/structure/surface/table/woodentable, +/obj/item/newspaper, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amE" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amF" = ( +/obj/item/trash/chips, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amG" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"amH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amI" = ( +/obj/structure/surface/rack, +/obj/item/device/assembly/igniter, +/obj/item/tool/screwdriver, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amJ" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/bronze, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amK" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/dorms) +"amL" = ( +/obj/structure/surface/table/woodentable, +/obj/item/pizzabox/margherita, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amM" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/item/folder/yellow, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amN" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/checkpoint) +"amO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/residential) +"amP" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"amQ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"amS" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"amT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"amU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"amV" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"amW" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) +"amX" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Disposals"; + req_one_access_txt = "102;101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo/disposal) +"amY" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"amZ" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Engineering Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Engineering Desk"; + req_access_txt = "13" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering/lobby) +"ana" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"anb" = ( +/obj/structure/stairs{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"anc" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"and" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"ane" = ( +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"anf" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"ang" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/cargo/disposal) +"anh" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"ani" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"anj" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"ank" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"anl" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/sigma/dorms) +"anm" = ( +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/sigma/dorms) +"ann" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/cargo/lobby) +"ano" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"anq" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"anr" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/airlock/north) +"ans" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/camera, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"ant" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"anu" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"anv" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/airlock/east) +"anw" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hallwaysouth) +"anx" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/sigma/south/complex) +"any" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"anz" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/item/folder/red, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"anA" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/omega/hallways) +"anB" = ( +/obj/structure/surface/table/woodentable, +/obj/item/folder/yellow, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"anD" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/theta/airlock/east) +"anE" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/south/security) +"anF" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/south/id) +"anG" = ( +/turf/open/floor/corsat{ + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"anI" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"anJ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/hangar/arrivals) +"anM" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Security Office"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) +"anN" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"anO" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/containment) +"anP" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/almayer/research/containment/floor2, +/area/corsat/omega/containment) +"anQ" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) +"anR" = ( +/turf/open/floor/almayer/research/containment/corner1, +/area/corsat/omega/containment) +"anS" = ( +/turf/open/floor/almayer/research/containment/corner4, +/area/corsat/omega/containment) +"anT" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/airlocknorth/id) +"anU" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/airlock/south) +"anV" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/scalpel, +/obj/item/tool/surgery/retractor, +/obj/item/tool/surgery/bonegel, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"anW" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/disposal) +"anX" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/gamma/residential) +"anY" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/id) +"anZ" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"aoa" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/omega/airlocknorth/id) +"aob" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/lobby) +"aoc" = ( +/turf/closed/wall/biodome, +/area/corsat/omega/complex) +"aod" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"aoe" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/airlock/west/id) +"aof" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"aog" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/hangar/checkpoint) +"aoh" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/checkpoint) +"aoi" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/sigma/cargo) +"aoj" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/sigma/dorms) +"aok" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"aol" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"aom" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/north) +"aoo" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"aop" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/airlock/north) +"aoq" = ( +/obj/structure/surface/table/almayer, +/obj/item/handcuffs, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"aor" = ( +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/cargo) +"aos" = ( +/turf/open/floor/almayer/research/containment/corner2, +/area/corsat/omega/containment) +"aot" = ( +/turf/open/floor/almayer/research/containment/corner3, +/area/corsat/omega/containment) +"aou" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo/disposal) +"aov" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aow" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/theta/airlock/west) +"aox" = ( +/obj/structure/sink, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"aoy" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8; + layer = 2.8 + }, +/obj/structure/machinery/shower{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"aoz" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/south) +"aoA" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/airlocknorth) +"aoB" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"aoC" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/airlocknorth) +"aoD" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/dorms) +"aoE" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/complex) +"aoF" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth/id) +"aoG" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth) +"aoH" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/theta/airlock/west/id) +"aoI" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"aoJ" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/theta/airlock/west) +"aoK" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/hallways) +"aoL" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/binoculars, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aoN" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/plating, +/area/corsat/omega/complex) +"aoO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/checkpoint) +"aoP" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/west/id) +"aoQ" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"aoR" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/theta/airlock/west) +"aoS" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft, +/obj/structure/machinery/door/window/brigdoor/eastleft, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"aoT" = ( +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/checkpoint) +"aoX" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/airlock/control) +"aoY" = ( +/turf/closed/wall/biodome, +/area/corsat/omega/maint) +"aoZ" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"apa" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"apb" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"apc" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/omega/hallways) +"apd" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"ape" = ( +/obj/structure/window/framed/corsat/research, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/omega/complex) +"apf" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"apg" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/hangar) +"aph" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/airlock/east) +"api" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"apj" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/prison/hangar_storage/research/shuttle) +"apk" = ( +/turf/open/floor/plating, +/area/corsat/omega/hangar) +"apl" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/laundry) +"apm" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy1" + }, +/area/prison/hangar_storage/research/shuttle) +"apn" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"apo" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Researcher Quarters"; + req_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"app" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/cargo) +"apq" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/red, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"apr" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential) +"aps" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Security Office"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/id) +"apt" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"apu" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/airlock/north/id) +"apv" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/residential) +"apw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/north/id) +"apx" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"apy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"apz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"apA" = ( +/obj/structure/fence, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/checkpoint) +"apB" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo/lobby) +"apD" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast/generator) +"apE" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/generator) +"apF" = ( +/obj/structure/machinery/computer3/laptop/secure_data, +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"apG" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"apH" = ( +/obj/structure/machinery/computer/telecomms/monitor{ + req_one_access_txt = "19;106;104" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"apI" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/engineering/core) +"apJ" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/north) +"apK" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"apL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/generator) +"apM" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"apN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/generator) +"apO" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"apP" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Toilet Unit" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"apQ" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/residential/maint) +"apR" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/maint) +"apS" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/maint) +"apT" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/airlock/north) +"apU" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"apV" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/dorms) +"apX" = ( +/obj/effect/decal/cleanable/cobweb{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"apY" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"apZ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/core) +"aqa" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/core) +"aqb" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aqc" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"aqd" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"aqe" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"aqf" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/airlock/north) +"aqg" = ( +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"aqh" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/airlock/north) +"aqi" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/engineering) +"aqj" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"aqk" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/airlock/north) +"aql" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aqm" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"aqo" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/theta/airlock/control) +"aqp" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast/generator) +"aqr" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/hallways) +"aqs" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/checkpoint) +"aqt" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/engineering/atmos) +"aqu" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aqv" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aqw" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/residential/maint) +"aqx" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"aqy" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/engineering/lobby) +"aqz" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Engineering"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"aqA" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/lobby) +"aqB" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/lobby) +"aqC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"aqD" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aqE" = ( +/obj/structure/machinery/meter, +/obj/structure/pipes/standard/simple/visible{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"aqF" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"aqG" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"aqH" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"aqI" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"aqJ" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/hallwaysouth) +"aqK" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/hallwaysouth) +"aqL" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/theta/biodome) +"aqM" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greencorner" + }, +/area/corsat/gamma/hallwaysouth) +"aqN" = ( +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay/morgue) +"aqO" = ( +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay) +"aqP" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"aqQ" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"aqR" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"aqS" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/med_data/laptop, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"aqT" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aqU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast/generator) +"aqV" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Telecommunications"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/generator) +"aqW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/morgue) +"aqX" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"aqY" = ( +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay/lobby) +"aqZ" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"ara" = ( +/turf/open/floor/corsat{ + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/lobby) +"arb" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/lobby) +"ard" = ( +/obj/structure/showcase{ + icon_state = "broadcast receiver"; + name = "Subspace Receiver" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"are" = ( +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"arf" = ( +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay/surgery) +"arg" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"arh" = ( +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay/chemistry) +"ari" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"arj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"ark" = ( +/obj/structure/showcase{ + icon_state = "comm_server"; + name = "Communications Server" + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"arl" = ( +/obj/structure/closet/crate/freezer, +/obj/item/organ/heart, +/obj/item/organ/kidneys, +/obj/item/organ/kidneys, +/obj/item/organ/liver, +/obj/item/organ/lungs, +/obj/item/organ/brain, +/obj/item/organ/eyes, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"arm" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/sigma/north) +"aro" = ( +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"arp" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/administration) +"arr" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/administration) +"art" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/cobweb{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"aru" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"arv" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + damage_cap = 4000; + locked = 0; + name = "\improper Emergency Access"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"arx" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/freezer) +"ary" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/hydroponics) +"arA" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/cargo) +"arB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"arC" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"arE" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"arF" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"arG" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/north) +"arH" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"arI" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"arJ" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/south) +"arK" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"arL" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/rnr/arcade) +"arM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"arN" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/laundry) +"arO" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"arP" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo/disposal) +"arQ" = ( +/obj/structure/bedsheetbin, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"arR" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"arT" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"arU" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"arV" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/offices) +"arW" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/lavatory) +"arY" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"arZ" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"asa" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"asb" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Reactor Core"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/core) +"asc" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/kitchen) +"asd" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"ase" = ( +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"asf" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/rack, +/obj/item/tool/extinguisher, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"asg" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"ash" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"asi" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"asj" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/rnr) +"ask" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) +"asm" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/showers) +"asn" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"aso" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"asp" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/rnr/library) +"asq" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/rnr/library) +"asr" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"ass" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/rnr) +"ast" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/airlock/south) +"asu" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"asv" = ( +/obj/structure/curtain/shower, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"asw" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) +"asy" = ( +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"asz" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/security) +"asB" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"asC" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/canteen) +"asD" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/airlock/south) +"asE" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"asF" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"asG" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"asH" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/airlock/south/id) +"asI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/window/reinforced{ + layer = 3.8 + }, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"asJ" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/southeast) +"asK" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/southeast/dataoffice) +"asL" = ( +/obj/structure/window/reinforced{ + layer = 3.8 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"asM" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + layer = 3.8 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/sigma/north) +"asN" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/camera/oldcamera, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"asQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"asS" = ( +/obj/structure/surface/table/woodentable, +/obj/item/trash/popcorn, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"asT" = ( +/obj/item/trash/candy, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"asU" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"asV" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/assembly/signaller, +/obj/item/tool/screwdriver, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"asW" = ( +/obj/structure/surface/table/woodentable, +/obj/item/storage/donut_box, +/obj/item/tool/lighter, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"asX" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) +"asY" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/southeast) +"asZ" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"atb" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"atc" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen, +/obj/item/tool/stamp, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo/lobby) +"atd" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/southeast) +"ate" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/north) +"atf" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"atg" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/southeast/dataoffice) +"ath" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/corsat/gamma/administration) +"ati" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/southeast/generator) +"atj" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/corsat/gamma/administration) +"atk" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/southeast/dataoffice) +"atl" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/southeast/generator) +"atm" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast) +"atn" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"ato" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/southeast/telecomm) +"atp" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/southeast/dataoffice) +"atr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"ats" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"att" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/southeast/datalab) +"atu" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"atv" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/southeast/datalab) +"atw" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/dorms) +"atx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/gamma/residential) +"aty" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/corsat/gamma/administration) +"atz" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/southeast/telecomm) +"atA" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/theta/airlock/east) +"atB" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/southeast/datamaint) +"atC" = ( +/obj/structure/closet/cabinet, +/obj/effect/spawner/random/tool, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"atD" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) +"atF" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/containment) +"atG" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/southeast/datamaint) +"atH" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/theta/airlock/west) +"atI" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/east) +"atJ" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/airlock/east/id) +"atO" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) +"atP" = ( +/obj/structure/foamed_metal, +/turf/open/floor/corsat, +/area/corsat/sigma/hangar/id) +"atQ" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/airlock/east) +"atR" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/checkpoint) +"atS" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"atT" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHCargoC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/id) +"atW" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) +"atX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/checkpoint) +"atY" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"atZ" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Food Storage"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"aua" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/north/id) +"aub" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"auc" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaDSC2"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/airlock/north/id) +"aud" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/airlock/east) +"aue" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"auf" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aug" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"auh" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/airlock/east) +"aui" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/theta/airlock/east) +"auj" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/airlock/east/id) +"auk" = ( +/obj/structure/window/reinforced, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aul" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"aum" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Administration"; + req_access_txt = "106" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaAdmin"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"aun" = ( +/obj/structure/window/reinforced, +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"auo" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) +"aup" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Senior Engineer's Office"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"aur" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/theta/airlock/east) +"aus" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/checkpoint) +"aut" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ + id = "SigmaSouthN"; + name = "Sigma South Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/south) +"auu" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) +"auv" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/south) +"auw" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"aux" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"auy" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"auz" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/southeast/datalab) +"auA" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/corsat/gamma/administration) +"auB" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/south/offices) +"auC" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"auD" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/south/id) +"auE" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/south/offices) +"auF" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south) +"auG" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/complex) +"auH" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/south/engineering) +"auJ" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/south/robotics) +"auK" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/south/robotics) +"auL" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/airlocknorth) +"auN" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"auO" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/sigma/dorms) +"auP" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"auQ" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/south/engineering) +"auR" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/south/robotics) +"auS" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/south/engineering) +"auV" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south) +"auW" = ( +/obj/structure/machinery/power/smes, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"auX" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/airlock/north) +"auY" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/airlock/north) +"auZ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "GammaNorthN"; + name = "Airlock Control"; + pixel_x = -5; + pixel_y = 6; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaNorthS"; + name = "Airlock Control"; + pixel_x = -5; + pixel_y = -3; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"ava" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"avb" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Bar Rear" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"avc" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/airlock/north) +"avd" = ( +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/airlock/north) +"avf" = ( +/obj/item/cell/crap, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) +"avh" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"avj" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar/checkpoint) +"avl" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/checkpoint) +"avm" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/south/offices) +"avn" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"avo" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/checkpoint) +"avq" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Medical Bay"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"avr" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/south) +"avs" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/sigma/hangar/checkpoint) +"avt" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical{ + id = "SigmaEastW"; + name = "Sigma East Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/east) +"avu" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/south/id) +"avx" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"avy" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"avz" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/corsat/gamma/administration) +"avA" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"avD" = ( +/obj/structure/surface/table/woodentable, +/obj/item/paper, +/obj/item/tool/pen, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"avE" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/hangar) +"avF" = ( +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"avH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/east/id) +"avI" = ( +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/hangar) +"avJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar) +"avK" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/omega/cargo) +"avL" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/cargo) +"avM" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/southeast) +"avN" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"avO" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/gamma/residential) +"avP" = ( +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/gamma/residential) +"avQ" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/maint) +"avR" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Security Office"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) +"avS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"avT" = ( +/obj/structure/window/framed/corsat/cell/research, +/turf/open/floor/plating, +/area/corsat/omega/containment) +"avU" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Morgue"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/medbay/morgue) +"avV" = ( +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/gamma/residential) +"avW" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = -32 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/gamma/residential) +"avX" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/biodome) +"avY" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/residential) +"avZ" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"awa" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/gamma/residential) +"awb" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/airlock/north) +"awc" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/residential) +"awd" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/residential) +"awe" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/residential) +"awf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/residential/maint) +"awg" = ( +/obj/structure/machinery/bot/medbot/mysterious, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"awh" = ( +/obj/structure/surface/table/almayer, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"awi" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaHangarCargoC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/cargo) +"awk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"awl" = ( +/obj/structure/surface/rack, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"awm" = ( +/obj/structure/closet/secure_closet/chemical{ + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"awn" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/chemistry) +"awo" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"awp" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/id) +"awq" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"aws" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"awt" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/administration) +"awu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"awv" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"aww" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Administration Desk"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"awx" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaDSC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/airlock/north/id) +"awz" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaDSC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/north/id) +"awA" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/bed/stool, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"awB" = ( +/obj/structure/machinery/computer/secure_data{ + dir = 4 + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"awC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"awE" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"awF" = ( +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"awG" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/north/id) +"awH" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"awJ" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"awK" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "GammaDSC"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"awL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"awM" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"awN" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/north/id) +"awO" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"awQ" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/residential/lavatory) +"awR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/gamma/airlock/north/id) +"awS" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Autopsy"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/morgue) +"awT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo/disposal) +"awU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"awV" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"awW" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "GammaDSC2"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"awX" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/mask/rebreather, +/obj/item/clothing/mask/rebreather, +/obj/item/clothing/shoes/snow, +/obj/item/clothing/shoes/snow, +/obj/item/clothing/gloves/black, +/obj/item/clothing/gloves/black, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/suit/storage/snow_suit, +/obj/item/clothing/suit/storage/snow_suit, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"awZ" = ( +/obj/structure/machinery/computer/emails, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"axe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"axg" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"axh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/administration) +"axi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"axj" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"axk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/flora/pottedplant, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/administration) +"axl" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/showers) +"axn" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"axo" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"axp" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering/core) +"axq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"axr" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Custorial Closet"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/maint) +"axs" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"axt" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"axu" = ( +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/administration) +"axv" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"axw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"axx" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/administration) +"axy" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bathroom" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"axz" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"axB" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/core) +"axC" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"axD" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"axE" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"axF" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"axG" = ( +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/omega/checkpoint) +"axH" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/corsat, +/area/corsat/omega/checkpoint) +"axI" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"axJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Laundry" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"axK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/checkpoint) +"axL" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"axM" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"axN" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"axO" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"axP" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"axQ" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"axR" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/airlock/east/id) +"axS" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"axT" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"axV" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"axW" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"axX" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/east/id) +"axY" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/rnr/bar) +"axZ" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/east/id) +"aya" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaEastID2"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"ayb" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/hangar/office) +"ayc" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "SigmaEastID2"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/east/id) +"ayd" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/id) +"aye" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/north) +"ayf" = ( +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/north) +"ayg" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayh" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"ayi" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/id) +"ayj" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayl" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/checkpoint) +"aym" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"ayn" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayo" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"ayp" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/id) +"ayr" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/guestpass, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayt" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = -32 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/north) +"ayu" = ( +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/sigma/north) +"ayv" = ( +/obj/structure/machinery/optable, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"ayw" = ( +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/north) +"ayx" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayz" = ( +/obj/structure/bed, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/bedsheet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"ayA" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/id) +"ayC" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"ayD" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"ayE" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/id) +"ayF" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayG" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"ayH" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purple" + }, +/area/corsat/omega/airlocknorth) +"ayI" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaHCargoS"; + name = "Checkpoint Control"; + pixel_y = 7; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "SigmaHCargoN"; + name = "Checkpoint Control"; + pixel_x = -5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "SigmaHCargoC"; + name = "Security Shutters"; + pixel_x = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"ayJ" = ( +/obj/structure/machinery/door_control{ + id = "SigmaEastW"; + name = "Airlock Control"; + pixel_x = -5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "SigmaEastE"; + name = "Airlock Control"; + pixel_x = 5; + use_power = 0 + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayK" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaHCargoN"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/id) +"ayL" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayM" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/chemimp, +/obj/item/storage/box/trackimp, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"ayN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/north) +"ayP" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayQ" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayR" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"ayS" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"ayT" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + health = 250 + }, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"ayV" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayW" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayX" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayY" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"ayZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/airlock/east) +"azb" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/east) +"azc" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + health = 250 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/east) +"azd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"aze" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/east) +"azf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"azg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/checkpoint) +"azh" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/airlock/east) +"azi" = ( +/obj/structure/pipes/binary/pump/on{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"azj" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"azk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"azl" = ( +/obj/structure/stairs{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"azm" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"azn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/east) +"azo" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/security) +"azp" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"azq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/east) +"azr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"azs" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"azt" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/east) +"azu" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/security) +"azv" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/security) +"azw" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"azx" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 2; + name = "Airlock Control"; + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/east) +"azy" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"azz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"azA" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"azB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"azC" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/administration) +"azD" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"azE" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"azF" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"azG" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"azH" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"azI" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"azJ" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"azK" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"azL" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"azM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/east) +"azN" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/east) +"azO" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"azP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/south) +"azR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/airlock/south) +"azT" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"azU" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"azV" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaIDSC2"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/south/id) +"azX" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/biodome) +"azY" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"azZ" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + dir = 1; + name = "Cargo Bay"; + req_one_access_txt = "100" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"aAa" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + dir = 1; + name = "Cargo Bay"; + req_one_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"aAb" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAc" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAd" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"aAe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"aAf" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aAg" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/security) +"aAh" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"aAi" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"aAj" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"aAk" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaSouthS"; + name = "Airlock Control"; + pixel_x = 5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "SigmaSouthN"; + name = "Airlock Control"; + pixel_x = -5; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAl" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAm" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aAo" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 8; + name = "Harmful Gas Ejector" + }, +/turf/open/space, +/area/space) +"aAp" = ( +/obj/structure/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aAq" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aAr" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"aAs" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAt" = ( +/obj/structure/pipes/standard/simple/hidden/universal, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"aAv" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/lobby) +"aAw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"aAx" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 32 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/south) +"aAy" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo) +"aAz" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aAA" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAB" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAC" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access{ + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aAD" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aAE" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/medbay/morgue) +"aAF" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAG" = ( +/obj/effect/decal/mecha_wreckage/hoverpod, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"aAH" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/airlock/south) +"aAI" = ( +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/airlock/south) +"aAJ" = ( +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aAK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/airlock/south) +"aAL" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"aAM" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/surgery) +"aAO" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"aAP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aAQ" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"aAR" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aAT" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/south) +"aAU" = ( +/obj/item/tool/pen, +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aAV" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/sigma/south) +"aAW" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"aAX" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/south) +"aAY" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aAZ" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaAdmin"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"aBa" = ( +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/airlock/south) +"aBb" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo) +"aBc" = ( +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aBe" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"aBf" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/omega/cargo) +"aBg" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"aBh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"aBi" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + name = "Cargo Bay"; + req_one_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"aBj" = ( +/turf/open/floor/almayer/research/containment/corner_var1{ + icon_state = "containment_corner_variant_2" + }, +/area/corsat/omega/containment) +"aBk" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/corsat/omega/containment) +"aBl" = ( +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/corsat/omega/containment) +"aBn" = ( +/turf/open/floor/almayer/research/containment/entrance{ + dir = 8 + }, +/area/corsat/omega/containment) +"aBo" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/corsat/omega/containment) +"aBq" = ( +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 + }, +/area/corsat/omega/containment) +"aBr" = ( +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 + }, +/area/corsat/omega/containment) +"aBs" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aBt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/south) +"aBv" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aBw" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/airlock/south) +"aBx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"aBy" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aBz" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aBD" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aBE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/west/id) +"aBF" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical{ + id = "SigmaEastE"; + name = "Sigma East Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/east) +"aBG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/west) +"aBH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"aBJ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"aBK" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aBL" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aBM" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"aBO" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"aBP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"aBQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aBR" = ( +/obj/structure/machinery/door_control{ + id = "SigmaWestW"; + name = "Airlock Control"; + pixel_x = -5; + use_power = 0 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaWestE"; + name = "Airlock Control"; + pixel_x = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"aBS" = ( +/obj/structure/bed/chair/office/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aBT" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/south) +"aBU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aBV" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hallways) +"aBW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aBX" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/theta/airlock/east) +"aBY" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 2; + name = "Airlock Control Office"; + req_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/airlock/south) +"aBZ" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"aCa" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"aCb" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aCc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"aCd" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aCe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"aCf" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aCg" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"aCh" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"aCi" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/structure/window/reinforced{ + dir = 8; + health = 250 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aCl" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 2; + name = "Airlock Control Office"; + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/theta/airlock/east) +"aCm" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aCn" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Administration Desk"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"aCo" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/south) +"aCp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"aCq" = ( +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/inaccessible) +"aCr" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"aCs" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"aCt" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aCu" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/airlock/south) +"aCv" = ( +/obj/structure/surface/table/reinforced, +/obj/item/implantcase, +/obj/item/implantcase, +/obj/item/implantcase, +/obj/item/implantpad, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"aCw" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"aCx" = ( +/obj/structure/prop/almayer/cannon_cables{ + color = "#55BBFF"; + name = "\improper Cables" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/inaccessible) +"aCy" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast) +"aCz" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"aCA" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"aCB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"aCC" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"aCD" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"aCE" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/lobby) +"aCF" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"aCG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"aCH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aCI" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Medical Bay"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"aCJ" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/inaccessible) +"aCK" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/sigma/airlock/south) +"aCL" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/lobby) +"aCM" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "Research Complex"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"aCN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"aCO" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/theta/airlock/east) +"aCP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"aCQ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/theta/airlock/east) +"aCR" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"aCS" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Reception Desk"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/lobby) +"aCT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aCU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aCV" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/checkpoint) +"aCW" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"aCX" = ( +/turf/open/floor/corsat, +/area/corsat/theta/airlock/east) +"aCY" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ + dir = 1; + name = "Medical Lobby"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"aCZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/dorms) +"aDa" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"aDb" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aDc" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"aDd" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/sigma/south) +"aDe" = ( +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/south) +"aDf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"aDg" = ( +/obj/structure/closet/crate/science, +/obj/item/cell/hyper/empty, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aDh" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aDi" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/gamma/residential) +"aDj" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/westleft{ + name = "Medical Desk" + }, +/obj/structure/machinery/door/window/eastright{ + name = "Medical Desk" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/lobby) +"aDk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aDl" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"aDm" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aDn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"aDo" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"aDp" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"aDq" = ( +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aDr" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aDs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"aDt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"aDu" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/sigma/cargo) +"aDv" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aDw" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/theta/airlock/east) +"aDx" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 1; + network = list("theta") + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/theta/airlock/east) +"aDy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Cafe" + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"aDz" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"aDA" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "ThetaEastE"; + name = "Airlock Control"; + pixel_x = 5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "ThetaEastW"; + name = "Airlock Control"; + pixel_x = -5; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/theta/airlock/east) +"aDB" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aDC" = ( +/obj/structure/showcase{ + icon_state = "broadcast receiver"; + name = "Subspace Receiver" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/inaccessible) +"aDD" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bathroom" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"aDE" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/theta/airlock/east) +"aDF" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/east) +"aDG" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"aDH" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/theta/airlock/east) +"aDI" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/id) +"aDJ" = ( +/obj/structure/machinery/door_control{ + id = "SigmaCargo"; + name = "Cargo Door"; + pixel_x = -24; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"aDK" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/sigma/hangar) +"aDL" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"aDM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"aDQ" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/sigma/hangar) +"aDS" = ( +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"aDT" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/chem_master/condimaster, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"aDU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"aDV" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Firing Range"; + req_access_txt = "106"; + use_power = 0 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"aDX" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"aDY" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy20" + }, +/area/corsat/omega/hangar) +"aDZ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Control Room"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"aEa" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Teleporter Power Room"; + req_access_txt = "103"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/sigmaremote) +"aEc" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy27" + }, +/area/corsat/omega/hangar) +"aEd" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy25" + }, +/area/corsat/omega/hangar) +"aEe" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy21" + }, +/area/corsat/omega/hangar) +"aEf" = ( +/obj/structure/window/framed/corsat/hull, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/omega/hallways) +"aEh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar) +"aEi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hallways) +"aEj" = ( +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/prison/hangar_storage/research/shuttle) +"aEk" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplecorner" + }, +/area/corsat/omega/airlocknorth) +"aEl" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/omega/airlocknorth) +"aEp" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering/core) +"aEq" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/cargo) +"aEr" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/cargo/lobby) +"aEs" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "0-8"; + layer = 2.1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering/core) +"aEt" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/gamma/engineering/core) +"aEu" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 32 + }, +/turf/open/floor/corsat{ + icon_state = "purplecorner" + }, +/area/corsat/omega/airlocknorth) +"aEv" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_north" + }, +/area/corsat/sigma/southeast/generator) +"aEw" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/south/engineering) +"aEx" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/south/robotics) +"aEy" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/hangar) +"aEA" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "0-8"; + layer = 2.1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"aEC" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth) +"aED" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"aEE" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"aEF" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "OmegaO"; + name = "Dome Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"aEG" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth) +"aEH" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth) +"aEJ" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aEK" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/generator) +"aEL" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"aEM" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Secondary Generators"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/generator) +"aEN" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"aEQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aES" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aET" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Administration"; + req_access_txt = "106" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"aEU" = ( +/obj/structure/closet/secure_closet/engineering_chief{ + req_access_txt = "101" + }, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aEV" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/disposal) +"aEY" = ( +/obj/structure/bed, +/obj/structure/machinery/light, +/obj/item/bedsheet, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aFi" = ( +/obj/structure/toilet, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"aFj" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"aFk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"aFl" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aFm" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"aFn" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aFo" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer3/laptop/secure_data, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aFp" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aFq" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aFt" = ( +/obj/structure/closet/cabinet, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aFu" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aFv" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aFx" = ( +/obj/structure/surface/table/woodentable, +/obj/item/pizzabox/margherita, +/obj/item/trash/chips, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aFz" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/foyer) +"aFA" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aFC" = ( +/obj/structure/surface/table/woodentable, +/obj/item/storage/donut_box, +/obj/item/tool/lighter, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aFE" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/woodentable, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"aFH" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aFI" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aFJ" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aFK" = ( +/obj/structure/platform{ + density = 0; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"aFL" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/theta/airlock/east) +"aFM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aFN" = ( +/obj/structure/machinery/photocopier, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aFO" = ( +/obj/item/paper, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aFP" = ( +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/theta/airlock/east) +"aFR" = ( +/obj/structure/bed, +/obj/item/pizzabox/margherita, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aFS" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aFT" = ( +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Waste Tank Control" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"aFU" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aFV" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"aFW" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/researcher) +"aFX" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"aFY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"aGb" = ( +/obj/structure/surface/table/woodentable, +/obj/item/paper, +/obj/item/tool/pen, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aGc" = ( +/obj/item/weapon/gun/pistol/mod88, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/weapon/gun/pistol/mod88, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aGd" = ( +/obj/structure/surface/table, +/obj/item/folder/yellow, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aGe" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aGf" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/control) +"aGg" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"aGh" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"aGi" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aGj" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aGk" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"aGm" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"aGn" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"aGo" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aGp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth/id) +"aGq" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth/id) +"aGr" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south) +"aGs" = ( +/obj/structure/toilet, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"aGt" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Surgery Room"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/surgery) +"aGu" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/theta/airlock/east) +"aGv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/theta/airlock/east) +"aGw" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/east) +"aGx" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaAdmin"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/administration) +"aGy" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ + id = "OmegaN"; + name = "Omega Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/airlocknorth) +"aGz" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aGA" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/rnr) +"aGB" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/airlocknorth) +"aGC" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"aGD" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"aGE" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"aGG" = ( +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/theta/airlock/east) +"aGI" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"aGJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"aGK" = ( +/obj/structure/bedsheetbin, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"aGL" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"aGM" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/mp27, +/obj/item/weapon/gun/smg/mp27, +/obj/item/ammo_magazine/smg/mp27, +/obj/item/ammo_magazine/smg/mp27, +/obj/item/ammo_magazine/smg/mp27, +/obj/item/ammo_magazine/smg/mp27, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aGN" = ( +/obj/structure/machinery/bioprinter{ + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aGO" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aGP" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Data Laboratory"; + req_access_txt = "106;102;103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"aGQ" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Chemistry"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/chemistry) +"aGR" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Engineering"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"aGS" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Secondary Generators"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/generator) +"aGT" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"aGU" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aGV" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "riot cabinet"; + req_access_txt = "100" + }, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aGW" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"aGX" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"aGY" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aHa" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aHb" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"aHc" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Administration"; + req_access_txt = "106" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"aHd" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/east/id) +"aHe" = ( +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"aHf" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Toilet Unit" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"aHg" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Quarters"; + req_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aHh" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "Administration"; + req_access_txt = "106" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"aHi" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "Administration"; + req_access_txt = "106" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"aHj" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Access Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"aHk" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Security Center"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"aHm" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"aHn" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/hallways) +"aHo" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood{ + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aHp" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/west/id) +"aHq" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Airlock Control"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/west) +"aHr" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + name = "Cargo Bay"; + req_one_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"aHt" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aHu" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"aHv" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"aHw" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"aHx" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aHy" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Remote Complex"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"aHz" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "Teleportation Lab"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"aHB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"aHE" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/juicer, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"aHG" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Access Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"aHH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/omega/cargo) +"aHI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"aHJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"aHK" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aHL" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/hangar/security) +"aHM" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ + id = "OmegaS"; + name = "Omega Airlock" + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/airlocknorth) +"aHN" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aHO" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Hydroponics"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"aHP" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Food Storage"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"aHQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Food Storage"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"aHR" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/freezer) +"aHS" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aHT" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"aHU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/theta/airlock/east) +"aHV" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 2; + name = "Kitchen" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"aHW" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 2; + name = "\improper Canteen" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"aHX" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"aHY" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Cafe"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"aHZ" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"aIb" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/maint) +"aId" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/corsat/gamma/sigmaremote) +"aIf" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/east/id) +"aIg" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Administration Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Administration Desk"; + req_access_txt = "104" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaAdmin"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/administration) +"aIh" = ( +/obj/structure/closet/crate/science, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aIi" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"aIt" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aIv" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/hangar/office) +"aIz" = ( +/obj/structure/closet/crate/science, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aIA" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/airlock/control) +"aIE" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"aIF" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"aIM" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"aIN" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aIT" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"aIU" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Teleporter Power Room"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/sigmaremote) +"aJh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"aJj" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/theta/airlock/east) +"aJk" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"aJl" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/control) +"aJm" = ( +/turf/closed/wall/r_wall, +/area/corsat/sigma/biodome/gunrange) +"aJn" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"aJu" = ( +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/hallwaysouth) +"aJv" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/airlock/control) +"aJw" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"aJx" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"aJz" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south) +"aJA" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/disposal) +"aJE" = ( +/obj/structure/disposaloutlet, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/disposal) +"aJH" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"aJI" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"aJJ" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"aJK" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/control) +"aJL" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 2; + name = "Sigma Dome Control" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"aJM" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aJO" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/control) +"aJP" = ( +/obj/vehicle/train/cargo/engine, +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/gamma/cargo) +"aJQ" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aJR" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Sigma Remote Complex"; + req_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"aJS" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"aJT" = ( +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aJU" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"aJV" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"aJW" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/airlock/control) +"aJX" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"aJY" = ( +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/airlock/control) +"aJZ" = ( +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"aKa" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/theta/airlock/control) +"aKb" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"aKc" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaHCargoS"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/id) +"aKf" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/control) +"aKg" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/theta/airlock/control) +"aKh" = ( +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"aKi" = ( +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"aKj" = ( +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"aKk" = ( +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"aKl" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"aKm" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"aKn" = ( +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"aKo" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"aKp" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/corsat/theta/biodome) +"aKq" = ( +/turf/closed/wall/biodome, +/area/corsat/theta/biodome) +"aKs" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/theta/biodome/hydrowest) +"aKt" = ( +/turf/closed/wall/biodome, +/area/corsat/theta/biodome/complex) +"aKu" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/plating, +/area/corsat/theta/biodome/complex) +"aKv" = ( +/obj/structure/closet/crate/science, +/obj/item/ore/diamond, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aKw" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aKx" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/sigma/south) +"aKy" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/theta/biodome/hydroeast) +"aKz" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydrowest) +"aKA" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/sigma/south) +"aKB" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/south) +"aKC" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/theta/biodome/complex) +"aKD" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bathroom" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/theta/biodome/complex) +"aKE" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"aKF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/south) +"aKG" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"aKH" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/biodome/complex) +"aKJ" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("theta") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplecorner" + }, +/area/corsat/theta/biodome/complex) +"aKK" = ( +/turf/closed/wall/biodome, +/area/corsat/theta/biodome/hydrowest) +"aKL" = ( +/turf/closed/wall/biodome, +/area/corsat/theta/biodome/hydroeast) +"aKM" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydrowest) +"aKN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydrowest) +"aKO" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydrowest) +"aKP" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydrowest) +"aKQ" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydroeast) +"aKR" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydroeast) +"aKS" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydroeast) +"aKT" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydroeast) +"aKV" = ( +/obj/structure/prop/almayer/particle_cannon/corsat, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/inaccessible) +"aKW" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aKX" = ( +/obj/structure/closet/crate/freezer, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"aLa" = ( +/obj/structure/closet/crate/trashcart, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/disposal) +"aLb" = ( +/obj/structure/closet/secure_closet{ + name = "secure evidence locker"; + req_access_txt = "104" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aLc" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aLd" = ( +/obj/structure/closet/secure_closet{ + name = "secure evidence locker"; + req_access_txt = "104" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aLe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/storage/box/donkpockets, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aLf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Hangar Office" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/hangar/office) +"aLg" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aLh" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/control) +"aLj" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/control) +"aLk" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/control) +"aLl" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"aLm" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aLp" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"aLq" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"aLs" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/control) +"aLt" = ( +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/control) +"aLu" = ( +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/hallways) +"aLv" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/control) +"aLw" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"aLx" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/east/id) +"aLy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/sigma/south) +"aLA" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south/id) +"aLB" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south/id) +"aLC" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"aLD" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"aLE" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/south) +"aLH" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "GammaCargo"; + name = "Gamma Cargo Bay"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/gamma/cargo) +"aLI" = ( +/obj/structure/machinery/door_control{ + id = "GammaCargo"; + name = "Cargo Door"; + pixel_x = -24; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "arrow_north" + }, +/area/corsat/gamma/cargo) +"aLK" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/security) +"aLL" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"aLM" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"aLN" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"aLO" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"aLP" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/south) +"aLQ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/south) +"aLS" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aLT" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aLU" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "ThetaIDEC2"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/theta/airlock/east/id) +"aLV" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/theta/airlock/east/id) +"aLX" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"aLY" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "ThetaIDEC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/theta/airlock/east/id) +"aLZ" = ( +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/airlock/west) +"aMa" = ( +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/airlock/east) +"aMb" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aMc" = ( +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/airlocknorth) +"aMd" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/west/id) +"aMf" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aMg" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "ThetaIDEC2"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aMh" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aMi" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"aMj" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aMk" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/east/id) +"aMl" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/east/id) +"aMm" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aMn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"aMo" = ( +/obj/item/device/assembly/voice, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aMp" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"aMq" = ( +/obj/structure/machinery/autolathe, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aMr" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/security) +"aMs" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/closet/wardrobe/medic_white, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aMt" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth/id) +"aMu" = ( +/obj/structure/machinery/r_n_d/organic_analyzer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aMv" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth/id) +"aMw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth/id) +"aMx" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth/id) +"aMy" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/east/id) +"aMz" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth/id) +"aMA" = ( +/obj/structure/surface/table/reinforced, +/obj/item/restraints, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth/id) +"aMB" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth) +"aMC" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth) +"aMD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth) +"aME" = ( +/obj/structure/bedsheetbin, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"aMF" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"aMG" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_south" + }, +/area/corsat/gamma/cargo) +"aMH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/gamma/cargo) +"aMI" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aMJ" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_north" + }, +/area/corsat/gamma/cargo) +"aMK" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo/disposal) +"aML" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"aMM" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Data Maintainence"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datamaint) +"aMN" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aMO" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datamaint) +"aMP" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aMR" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aMS" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "ThetaIDEC"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aMT" = ( +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/sigma/south) +"aMU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south) +"aMV" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aMW" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) +"aMX" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datamaint) +"aMY" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal{ + amount = 25; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/rods{ + amount = 25 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"aMZ" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"aNb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Administration Office" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"aNc" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"aNe" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"aNg" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/dataoffice) +"aNh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"aNj" = ( +/obj/structure/surface/rack, +/obj/item/evidencebag, +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aNk" = ( +/obj/structure/machinery/computer/cameras{ + network = list("omega"); + pixel_y = 22 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aNl" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/theta/airlock/east/id) +"aNm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 2; + name = "Data Office"; + req_access_txt = "102;103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/dataoffice) +"aNn" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"aNo" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Administration"; + req_access_txt = "106" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"aNp" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Administration"; + req_access_txt = "106" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"aNq" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/south/offices) +"aNr" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/southeast/datalab) +"aNs" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/datalab) +"aNt" = ( +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/datalab) +"aNu" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "Data Laboratory"; + req_access_txt = "106;102;103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/datalab) +"aNv" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"aNw" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/theta/airlock/east/id) +"aNx" = ( +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"aNy" = ( +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"aNz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"aNB" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"aNC" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/surgery) +"aND" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/chemistry) +"aNE" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aNF" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/chemistry) +"aNG" = ( +/obj/structure/surface/rack, +/obj/item/clothing/glasses/material, +/obj/structure/machinery/door/window/eastright{ + name = "Prototype Racks"; + req_access_txt = "103" + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aNH" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "SigmaResC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/checkpoint) +"aNI" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"aNJ" = ( +/obj/structure/machinery/door_control{ + id = "GammaCargo"; + name = "Cargo Door"; + pixel_x = 24; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "arrow_north" + }, +/area/corsat/gamma/cargo) +"aNM" = ( +/obj/structure/surface/rack, +/obj/item/clothing/glasses/night, +/obj/structure/machinery/door/window/eastright{ + name = "Prototype Racks"; + req_access_txt = "103" + }, +/obj/structure/window/reinforced/toughened, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aNO" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"aOg" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplecorner" + }, +/area/corsat/sigma/south) +"aOk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aOm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ + dir = 1; + name = "Medbay"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"aOn" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aOo" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/south) +"aOv" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aOy" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aOz" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/cargo) +"aOA" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/hangar/cargo) +"aOB" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aOC" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/biodome) +"aOD" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"aOE" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/window/reinforced/toughened{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/south) +"aOF" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aOH" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"aOI" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aOJ" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/hangar) +"aOK" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aOL" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aOM" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_south" + }, +/area/corsat/sigma/hangar) +"aON" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/hangar/id) +"aOP" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aOQ" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/inaccessible) +"aOR" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/obj/structure/platform{ + density = 0; + dir = 1; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"aOS" = ( +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" + }, +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"aOT" = ( +/turf/closed/wall/biodome, +/area/corsat/emergency_access) +"aOU" = ( +/turf/open/floor/corsat{ + icon_state = "purplecorner" + }, +/area/corsat/theta/biodome/complex) +"aOW" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aPb" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/cobweb{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"aPc" = ( +/obj/effect/decal/cleanable/cobweb{ + dir = 1 + }, +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"aPj" = ( +/obj/item/paper, +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aPm" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering/atmos) +"aPp" = ( +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock/master, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aPr" = ( +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"aPs" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aPt" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"aPv" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aPC" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"aPD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"aPG" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"aPJ" = ( +/obj/structure/flora/jungle/alienplant1, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"aPR" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aPS" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/gamma/engineering/core) +"aPT" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/engineering) +"aPU" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "ThetaIDEC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/east/id) +"aPW" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/engineering/lobby) +"aPX" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"aPY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"aPZ" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"aQa" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"aQb" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"aQc" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"aQd" = ( +/obj/structure/closet/jcloset, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"aQe" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy2" + }, +/area/prison/hangar_storage/research/shuttle) +"aQf" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy3" + }, +/area/prison/hangar_storage/research/shuttle) +"aQg" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/area/prison/hangar_storage/research/shuttle) +"aQh" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"aQi" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/omega/hangar/security) +"aQj" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/omega/hangar/office) +"aQl" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "ThetaNorthS"; + name = "Airlock Control"; + pixel_y = -2; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "ThetaNorthN"; + name = "Airlock Control"; + pixel_y = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"aQm" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/hangar/office) +"aQn" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin4" + }, +/area/prison/hangar_storage/research/shuttle) +"aQo" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/omega/hangar/security) +"aQp" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/raisins, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"aQq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"aQr" = ( +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/hangar) +"aQs" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"aQt" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar) +"aQu" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/omega/hangar) +"aQv" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/glass, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"aQw" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"aQz" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/emergency_access) +"aQA" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"aQB" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"aQC" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/emergency_access) +"aQD" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/security) +"aQE" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"aQF" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"aQG" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aQH" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"aQI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"aQJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"aQK" = ( +/obj/item/tool/wet_sign, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"aQM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"aQN" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/glass{ + amount = 30 + }, +/obj/item/stack/sheet/glass{ + amount = 30 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"aQO" = ( +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"aQP" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"aQQ" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"aQR" = ( +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"aQS" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"aQT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aQU" = ( +/obj/effect/decal/cleanable/cobweb{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"aQV" = ( +/obj/structure/computerframe, +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"aQW" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"aQX" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"aQY" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"aQZ" = ( +/obj/item/paper_bin, +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/corsat/gamma/residential/lounge) +"aRa" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"aRb" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/cobweb{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"aRc" = ( +/obj/effect/decal/cleanable/cobweb{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"aRd" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aRe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"aRf" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"aRg" = ( +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/residential/lounge) +"aRh" = ( +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/item/reagent_container/food/snacks/grown/tomato, +/obj/structure/closet/crate/freezer, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"aRj" = ( +/obj/item/paper, +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/residential/lounge) +"aRk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"aRl" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"aRm" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/yellow, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"aRn" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/kitchen) +"aRr" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"aRs" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/residential/lounge) +"aRt" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/sigmaremote) +"aRv" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/canteen) +"aRw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"aRx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"aRz" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"aRA" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"aRD" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"aRE" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"aRF" = ( +/obj/item/paper, +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/corsat/gamma/residential/lounge) +"aRG" = ( +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aRJ" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"aRM" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/freezer) +"aRP" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"aRQ" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aRS" = ( +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"aRT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aRU" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"aRV" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"aRX" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/disposal) +"aRY" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"aRZ" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aSa" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space) +"aSb" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"aSc" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"aSd" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"aSe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aSf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aSg" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"aSh" = ( +/obj/structure/machinery/light, +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"aSi" = ( +/obj/structure/surface/table/almayer, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aSl" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"aSm" = ( +/obj/structure/window/framed/almayer/white, +/turf/open/floor/plating, +/area/corsat/gamma/medbay) +"aSn" = ( +/obj/structure/window/framed/almayer/white, +/turf/open/floor/plating, +/area/corsat/gamma/medbay/lobby) +"aSo" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aSp" = ( +/obj/structure/window/framed/almayer/white, +/turf/open/floor/plating, +/area/corsat/gamma/medbay/surgery) +"aSq" = ( +/obj/structure/window/framed/almayer/white, +/turf/open/floor/plating, +/area/corsat/gamma/medbay/chemistry) +"aSr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/secure_closet/medical2{ + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aSs" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"aSu" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"aSv" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"aSw" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/rnr) +"aSx" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHangarC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/checkpoint) +"aSz" = ( +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"aSB" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"aSF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"aSH" = ( +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"aSJ" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"aSM" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + name = "Reception Desk"; + req_one_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo/lobby) +"aSP" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"aSQ" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"aSR" = ( +/obj/item/trash/chips, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"aSS" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"aST" = ( +/obj/item/trash/candy, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"aSV" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 4; + id_tag = "waste_corsat_out" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"aSW" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"aSX" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydrowest) +"aTd" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"aTe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"aTf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"aTg" = ( +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"aTi" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"aTj" = ( +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/food/drinks/drinkingglass, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"aTk" = ( +/obj/item/trash/burger, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"aTp" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/hallwaysouth) +"aTq" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"aTr" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"aTs" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"aTt" = ( +/obj/item/trash/buritto, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"aTv" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 4; + id_tag = "mixed_corsat_out" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"aTx" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"aTz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"aTD" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"aTE" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/sigma/north) +"aTF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"aTG" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aTH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aTN" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/sigma/north) +"aTP" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/biodome) +"aTT" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"aTW" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"aTX" = ( +/obj/item/storage/box/monkeycubes, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/containment) +"aTY" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"aUb" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"aUd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/north) +"aUh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"aUi" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/north) +"aUj" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"aUn" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar) +"aUo" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"aUp" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"aUq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"aUr" = ( +/obj/item/storage/fancy/cigar, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aUs" = ( +/obj/item/weapon/pole/fancy_cane, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aUt" = ( +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"aUv" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/gamma/foyer) +"aUw" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"aUx" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"aUy" = ( +/obj/item/disk/botany, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aUz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"aUB" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"aUC" = ( +/obj/item/toy/prize/ripley{ + pixel_y = 15 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aUD" = ( +/obj/structure/surface/table/woodentable, +/obj/item/newspaper, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aUE" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aUF" = ( +/obj/structure/closet/cabinet, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aUJ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aUK" = ( +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/corsat/gamma/administration) +"aUL" = ( +/obj/structure/surface/table/woodentable, +/obj/item/newspaper, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aUM" = ( +/obj/structure/surface/rack, +/obj/item/tank/air, +/obj/item/tank/air, +/obj/item/clothing/mask/breath, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aUN" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 4; + id_tag = "nit_corsat_out" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"aUO" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"aUP" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"aUQ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"aUR" = ( +/obj/effect/decal/cleanable/cobweb{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/checkpoint) +"aUS" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"aUT" = ( +/obj/structure/surface/rack, +/obj/item/tank/oxygen, +/obj/item/tank/oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aUU" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/corsat/gamma/administration) +"aUV" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/dorms) +"aUW" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/checkpoint) +"aUX" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/dorms) +"aUY" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"aUZ" = ( +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/corsat/gamma/administration) +"aVa" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"aVb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/checkpoint) +"aVc" = ( +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"aVd" = ( +/obj/structure/flora/pottedplant, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aVe" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/deck, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aVf" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aVg" = ( +/obj/structure/closet/cabinet, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aVh" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"aVi" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"aVj" = ( +/obj/structure/surface/table/woodentable, +/obj/item/storage/fancy/cigar, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aVl" = ( +/obj/item/folder/blue, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/corsat/gamma/administration) +"aVm" = ( +/obj/item/paper, +/obj/item/tool/pen/red, +/obj/item/tool/stamp/rd, +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aVn" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/stamp/rd, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/omega/offices) +"aVp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"aVq" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"aVr" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aVs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"aVt" = ( +/obj/item/device/flashlight/lamp, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/corsat/gamma/administration) +"aVu" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/hallways) +"aVv" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/checkpoint) +"aVw" = ( +/obj/item/folder/black, +/obj/item/tool/stamp/rd, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/corsat/gamma/administration) +"aVx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/south/id) +"aVy" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aVz" = ( +/obj/item/device/flashlight/lamp, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/corsat/gamma/administration) +"aVA" = ( +/obj/item/folder/white, +/obj/item/tool/stamp/rd, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/corsat/gamma/administration) +"aVB" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/theta/biodome/complex) +"aVC" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aVD" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south) +"aVE" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast) +"aVF" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"aVG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/airlock/north) +"aVH" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"aVI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"aVJ" = ( +/obj/item/paper, +/obj/item/tool/pen/red, +/obj/item/tool/stamp/rd, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/corsat/gamma/administration) +"aVK" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/south) +"aVL" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"aVO" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Security Armory"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"aVQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/southeast/dataoffice) +"aVT" = ( +/obj/item/folder/yellow, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aVU" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"aVV" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/arrivals) +"aVW" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"aVX" = ( +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aVZ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"aWb" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/storage/firstaid/rad, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aWc" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/security) +"aWd" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_north" + }, +/area/corsat/sigma/cargo) +"aWf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"aWh" = ( +/obj/structure/largecrate/cow, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"aWi" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"aWj" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/platform{ + dir = 4; + layer = 2.8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"aWk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/security_empty{ + name = "Warden's Locker" + }, +/obj/item/clothing/head/beret/sec/warden, +/obj/item/clothing/mask/fakemoustache, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/security) +"aWl" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/crap_item, +/obj/structure/platform{ + dir = 8; + layer = 2.8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"aWm" = ( +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aWn" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"aWo" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"aWp" = ( +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/hangar/office) +"aWq" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/hallways) +"aWr" = ( +/obj/structure/machinery/conveyor{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"aWs" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/south) +"aWt" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast) +"aWu" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/secure_data, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"aWv" = ( +/obj/structure/machinery/conveyor_switch, +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo/disposal) +"aWw" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/southeast) +"aWx" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hallways) +"aWy" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"aWz" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"aWA" = ( +/obj/structure/machinery/conveyor, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"aWB" = ( +/obj/structure/machinery/light, +/obj/structure/surface/rack, +/obj/item/storage/firstaid/rad, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aWC" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aWF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"aWG" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast/datalab) +"aWH" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purple" + }, +/area/corsat/sigma/south) +"aWI" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"aWK" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"aWM" = ( +/obj/item/tool/stamp/hop, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aWN" = ( +/obj/item/ashtray/bronze, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aWO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aWP" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"aWQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"aWR" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/containment) +"aWS" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/hallways) +"aWT" = ( +/obj/structure/machinery/faxmachine{ + density = 0; + req_one_access_txt = "106" + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/gamma/administration) +"aWW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/closet/radiation, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aWY" = ( +/obj/structure/surface/rack, +/obj/item/device/toner, +/obj/item/device/toner, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"aWZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"aXa" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"aXb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/datalab) +"aXc" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth/id) +"aXd" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/airlock/south) +"aXe" = ( +/obj/structure/machinery/faxmachine, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/security) +"aXg" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aXh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"aXi" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"aXj" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"aXk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/checkpoint) +"aXl" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"aXm" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"aXn" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/airlocknorth) +"aXo" = ( +/obj/structure/machinery/computer/telecomms/server{ + req_one_access_txt = "19;106;102" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aXp" = ( +/obj/structure/showcase{ + icon_state = "broadcaster_send" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aXq" = ( +/obj/structure/showcase{ + icon_state = "relay"; + name = "Telecommunication Relay" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aXr" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Telecommunications"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/telecomm) +"aXs" = ( +/obj/structure/machinery/door_control{ + id = "OmegaAccessC"; + name = "Security Shutters"; + pixel_y = 5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "OmegaWarden"; + name = "Privacy Shutters"; + pixel_y = -3; + use_power = 0 + }, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"aXt" = ( +/obj/structure/machinery/recycler, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/disposal) +"aXu" = ( +/obj/item/folder/black_random, +/obj/item/clothing/mask/cigarette/cigar/havana, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"aXv" = ( +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/item/tool/lighter/random, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"aXw" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/sigma/southeast/datalab) +"aXx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"aXy" = ( +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"aXz" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"aXB" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"aXC" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"aXD" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"aXE" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth) +"aXH" = ( +/obj/structure/closet/wardrobe/science_white, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"aXJ" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/id) +"aXN" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"aXO" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "Hazardous Materials Lab"; + req_one_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"aXR" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/biodome/complex) +"aXS" = ( +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"aXT" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"aXU" = ( +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"aXV" = ( +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/security) +"aXW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/corsat/theta/biodome/complex) +"aXX" = ( +/obj/item/toy/deck, +/obj/structure/machinery/light, +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"aXY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"aXZ" = ( +/obj/item/folder/black_random, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"aYa" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aYb" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aYc" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/bot/cleanbot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydrowest) +"aYd" = ( +/obj/structure/machinery/shower, +/obj/structure/machinery/door/window/southleft{ + opacity = 1 + }, +/obj/item/tool/soap, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"aYe" = ( +/obj/structure/machinery/shower, +/obj/structure/machinery/door/window/southleft{ + opacity = 1 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"aYf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydroeast) +"aYg" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydrowest) +"aYi" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"aYj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/structure/mirror{ + dir = 4; + pixel_x = -32 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"aYk" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"aYl" = ( +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"aYn" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydroeast) +"aYp" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"aYq" = ( +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Waste Tank Control" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"aYr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"aYs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"aYu" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"aYw" = ( +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"aYy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south) +"aYB" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"aYD" = ( +/obj/structure/cargo_container/arious/leftmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"aYE" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"aYF" = ( +/obj/effect/decal/mecha_wreckage/ripley/firefighter, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"aYG" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"aYH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"aYI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"aYJ" = ( +/obj/structure/cargo_container/arious/rightmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"aYL" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/chemistry) +"aYM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar) +"aYN" = ( +/obj/structure/machinery/pipedispenser, +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aYO" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"aYP" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"aYQ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"aYR" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/biodome) +"aYS" = ( +/obj/structure/machinery/processor, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"aYT" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"aYV" = ( +/obj/structure/cargo_container/watatsumi/leftmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"aYW" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/airlock/south) +"aYX" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"aYY" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"aYZ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"aZa" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/omega/checkpoint) +"aZb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"aZc" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "OmegaAccessC"; + name = "Security Shutters"; + pixel_y = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"aZd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar) +"aZe" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/rnr/library) +"aZf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"aZg" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"aZh" = ( +/obj/structure/stairs, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aZi" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar) +"aZj" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"aZk" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"aZl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/checkpoint) +"aZm" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"aZn" = ( +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aZo" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"aZp" = ( +/obj/structure/cargo_container/watatsumi/rightmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"aZq" = ( +/obj/structure/bed/chair/wood/normal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aZr" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/deck, +/obj/item/spacecash/c10, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aZs" = ( +/obj/structure/cargo_container/watatsumi/right, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"aZt" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aZu" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"aZv" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aZw" = ( +/obj/structure/bed/chair/wood/normal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aZx" = ( +/obj/structure/bed/chair/wood/normal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aZy" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/bronze, +/obj/item/trash/cigbutt/cigarbutt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aZz" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"aZB" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"aZC" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "delta_gamma"; + name = "Gamma Emergency Access"; + pixel_x = -5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "delta_gamma2"; + name = "Checkpoint Gamma"; + pixel_x = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"aZD" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ + id = "SigmaSouthS"; + name = "Sigma South Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/south) +"aZE" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"aZF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aZG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aZH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"aZI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"aZJ" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"aZL" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/sigma/south/complex) +"aZM" = ( +/obj/structure/stairs, +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aZN" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/sigma/south/complex) +"aZQ" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/entrance{ + dir = 8 + }, +/area/corsat/omega/containment) +"aZR" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/corsat/omega/containment) +"aZS" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datamaint) +"aZT" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"aZV" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"aZW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"aZX" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"aZY" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"aZZ" = ( +/obj/structure/surface/table, +/obj/item/folder/black, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"baa" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/control) +"bab" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"bac" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/control) +"bad" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/obj/effect/spawner/random/tool, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"bae" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/omega/control) +"baf" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/control) +"bag" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"bah" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/control) +"bai" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ + id = "OmegaHangarN"; + name = "Landing Bay Omega" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/hangar/security) +"baj" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ + id = "OmegaHangarNE"; + name = "Landing Bay Omega" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/hangar/security) +"bal" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"bam" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"ban" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"bao" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 2; + name = "Omega Dome Control" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/omega/control) +"bap" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical{ + id = "OmegaHangarW"; + name = "Landing Bay Omega" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/hangar/security) +"baq" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical{ + id = "OmegaHangarE"; + name = "Landing Bay Omega" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/hangar/security) +"bar" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Hangar Security"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"bas" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/spawner/random/technology_scanner, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bau" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Hangar Office"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"bav" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/control) +"baw" = ( +/obj/structure/closet/emcloset, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/control) +"bax" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/control) +"bay" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 2; + name = "Omega Dome Control" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"baz" = ( +/obj/effect/decal/cleanable/cobweb{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"baA" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"baB" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"baC" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"baD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"baE" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"baF" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"baG" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"baH" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "OmegaAccessC"; + name = "Security Shutters" + }, +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"baI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"baJ" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar/checkpoint) +"baK" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"baL" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/control) +"baM" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/control) +"baN" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"baO" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "OmegaAccessC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"baR" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "delta_omega"; + name = "Checkpoint Omega"; + pixel_x = -5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "delta_theta"; + name = "Theta Emergency Access"; + pixel_x = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"baT" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"baU" = ( +/obj/structure/window/framed/corsat/hull, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/omega/airlocknorth) +"baX" = ( +/obj/structure/machinery/computer/cameras{ + dir = 1; + network = list("omega") + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"baY" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Robotics"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"baZ" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Engineering"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bba" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "OmegaCSC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/omega/control) +"bbb" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/control) +"bbc" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "OmegaCSC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/control) +"bbd" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "Sigma Dome Control"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bbe" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Hall Maintainence"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/north) +"bbf" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbg" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bbh" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Theta Dome Control" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bbi" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Airlock Control"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bbj" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Theta Dome Control"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bbk" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bbl" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bbm" = ( +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/omega/checkpoint) +"bbn" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbo" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile{ + id = "ThetaNorthS"; + name = "Theta North Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/control) +"bbp" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbr" = ( +/obj/structure/closet/secure_closet/guncabinet/riot_control, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbs" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "ThetaWestE"; + name = "Airlock Control"; + pixel_x = 5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "ThetaWestW"; + name = "Airlock Control"; + pixel_x = -5; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"bbt" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ + id = "ThetaEastW"; + name = "Theta East Airlock" + }, +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/secure{ + id = "map_lockdown"; + name = "Theta Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/east) +"bbu" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ + id = "ThetaEastE"; + name = "Theta East Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/east) +"bbv" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbx" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Hangar Security"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"bby" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"bbF" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "OmegaAccessC"; + name = "Security Shutters"; + pixel_y = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbK" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/security) +"bbN" = ( +/obj/structure/closet/secure_closet/engineering_electrical{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bbO" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbP" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bbU" = ( +/obj/structure/closet/secure_closet/engineering_welding{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"bbV" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/biodome/complex) +"bbW" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/containment) +"bbZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/sink{ + pixel_y = 25 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bca" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Research Complex"; + req_one_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydrowest) +"bcb" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydrowest) +"bcd" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydroeast) +"bce" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Reception Desk"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"bck" = ( +/obj/structure/window/framed/corsat/research, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "OmegaControl"; + name = "Observation Shutters"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/omega/control) +"bcl" = ( +/obj/structure/window/framed/corsat/research, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaControl"; + name = "Observation Shutters"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/omega/control) +"bcm" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaControl"; + name = "Observation Shutters"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/control) +"bcn" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "SigmaControl"; + name = "Observation Shutters"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/control) +"bco" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "SigmaControl"; + name = "Observation Shutters"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/control) +"bcp" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "ThetaControl"; + name = "Observation Shutters"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/theta/airlock/control) +"bcq" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "ThetaControl"; + name = "Observation Shutters"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/theta/airlock/control) +"bcr" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "ThetaControl"; + name = "Observation Shutters"; + use_power = 0 + }, +/turf/open/floor/plating, +/area/corsat/theta/airlock/control) +"bct" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bcu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/checkpoint) +"bcv" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Hangar Security"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"bcw" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/guestpass{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/checkpoint) +"bcx" = ( +/obj/effect/decal/cleanable/cobweb{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"bcy" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHCargoC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/id) +"bcC" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Research Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Research Desk" + }, +/obj/structure/machinery/bot/medbot, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"bcD" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, +/area/corsat/theta/biodome) +"bcE" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"bcF" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"bcG" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"bcH" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"bcI" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"bcJ" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"bcK" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"bcL" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"bcM" = ( +/obj/structure/fence, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"bcN" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bcO" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 32 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"bcP" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/biodome, +/area/corsat/gamma/cargo) +"bcQ" = ( +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/structure/closet/crate/freezer, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"bcR" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/coast/beachcorner/north_west, +/area/corsat/theta/biodome) +"bcS" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"bcT" = ( +/turf/open/gm/coast/beachcorner2/south_west, +/area/corsat/theta/biodome) +"bcU" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"bcV" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"bcX" = ( +/obj/structure/machinery/colony_floodlight{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"bcY" = ( +/obj/structure/machinery/colony_floodlight{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"bcZ" = ( +/obj/structure/machinery/colony_floodlight{ + dir = 8 + }, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"bda" = ( +/obj/structure/machinery/colony_floodlight{ + dir = 8 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"bdb" = ( +/obj/structure/machinery/colony_floodlight{ + dir = 8 + }, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"bdc" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome/gunrange) +"bdd" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_19" + }, +/area/corsat/sigma/biodome/gunrange) +"bde" = ( +/turf/open/mars{ + icon_state = "mars_dirt_13" + }, +/area/corsat/sigma/biodome) +"bdf" = ( +/turf/open/mars{ + icon_state = "mars_dirt_10" + }, +/area/corsat/sigma/biodome) +"bdg" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/corsat/sigma/biodome/gunrange) +"bdh" = ( +/obj/structure/target/syndicate, +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/corsat/sigma/biodome/gunrange) +"bdi" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/corsat/sigma/biodome/gunrange) +"bdj" = ( +/obj/structure/target, +/obj/item/clothing/suit/storage/militia, +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/corsat/sigma/biodome/gunrange) +"bdk" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_20" + }, +/area/corsat/sigma/biodome/gunrange) +"bdl" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_16" + }, +/area/corsat/sigma/biodome/gunrange) +"bdm" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/gunrange) +"bdn" = ( +/turf/open/mars{ + icon_state = "mars_dirt_14" + }, +/area/corsat/sigma/biodome) +"bdo" = ( +/turf/open/mars{ + icon_state = "mars_dirt_11" + }, +/area/corsat/sigma/biodome) +"bdp" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/corsat/sigma/biodome/gunrange) +"bdq" = ( +/turf/open/mars{ + icon_state = "mars_dirt_12" + }, +/area/corsat/sigma/biodome) +"bdr" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/gunrange) +"bds" = ( +/obj/structure/target, +/obj/item/clothing/suit/storage/militia, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/gunrange) +"bdt" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_13" + }, +/area/corsat/sigma/biodome/gunrange) +"bdu" = ( +/obj/structure/target/syndicate, +/turf/open/mars_cave{ + icon_state = "mars_cave_16" + }, +/area/corsat/sigma/biodome/gunrange) +"bdv" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_22" + }, +/area/corsat/sigma/biodome/gunrange) +"bdw" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/corsat/sigma/biodome/gunrange) +"bdx" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, +/area/corsat/theta/biodome) +"bdy" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"bdz" = ( +/turf/open/gm/coast/beachcorner/north_west, +/area/corsat/theta/biodome) +"bdA" = ( +/turf/open/gm/coast/north, +/area/corsat/theta/biodome) +"bdB" = ( +/turf/open/gm/coast/beachcorner/north_east, +/area/corsat/theta/biodome) +"bdC" = ( +/turf/open/gm/coast/beachcorner2/north_west, +/area/corsat/theta/biodome) +"bdD" = ( +/turf/open/gm/river, +/area/corsat/theta/biodome) +"bdE" = ( +/turf/open/gm/coast/beachcorner2/north_east, +/area/corsat/theta/biodome) +"bdF" = ( +/turf/open/gm/coast/west, +/area/corsat/theta/biodome) +"bdG" = ( +/turf/open/gm/coast/east, +/area/corsat/theta/biodome) +"bdI" = ( +/turf/open/gm/coast/beachcorner/south_east, +/area/corsat/theta/biodome) +"bdJ" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"bdK" = ( +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"bdL" = ( +/turf/open/gm/coast/south, +/area/corsat/theta/biodome) +"bdM" = ( +/turf/open/gm/coast/beachcorner/south_west, +/area/corsat/theta/biodome) +"bdO" = ( +/turf/open/gm/coast/beachcorner2/south_east, +/area/corsat/theta/biodome) +"bdP" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bdQ" = ( +/turf/closed/gm/dense, +/area/corsat/theta/biodome) +"bdR" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bdS" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bdT" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, +/area/corsat/theta/biodome) +"bdU" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"bdV" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"bdW" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"bdX" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"bdY" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"bdZ" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bea" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"beb" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"bec" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"bed" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"bee" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"bef" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_4" + }, +/area/corsat/sigma/biodome/gunrange) +"beg" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"beh" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bei" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bej" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Research Complex Sigma"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bek" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/secure{ + id = "delta_omega"; + name = "Omega Checkpoint"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/checkpoint) +"bel" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"bem" = ( +/obj/structure/flora/jungle/alienplant1, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"ben" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/corsat/theta/biodome) +"beo" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bep" = ( +/obj/structure/flora/jungle/planttop1, +/turf/closed/gm/dense, +/area/corsat/theta/biodome) +"beq" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/corsat/sigma/biodome/gunrange) +"ber" = ( +/obj/structure/flora/jungle/alienplant1, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"bes" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"bet" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/secure/open{ + id = "delta_theta"; + name = "Theta Emergency Access"; + use_power = 0 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/checkpoint) +"beu" = ( +/obj/structure/target/syndicate, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/gunrange) +"bev" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, +/area/corsat/theta/biodome) +"bew" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"bex" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/north, +/area/corsat/theta/biodome) +"bey" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/river, +/area/corsat/theta/biodome) +"bez" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/river, +/area/corsat/theta/biodome) +"beA" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/gm/river, +/area/corsat/theta/biodome) +"beB" = ( +/obj/structure/flora/jungle/alienplant1, +/turf/open/gm/river, +/area/corsat/theta/biodome) +"beD" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"beE" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"beF" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"beG" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"beH" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"beI" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"beJ" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"beK" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_12" + }, +/area/corsat/sigma/biodome/gunrange) +"beL" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_8" + }, +/area/corsat/sigma/biodome/gunrange) +"beM" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_23" + }, +/area/corsat/sigma/biodome/gunrange) +"beN" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/corsat/sigma/biodome/gunrange) +"beQ" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"beR" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"beS" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"beT" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"beU" = ( +/obj/structure/target, +/obj/item/clothing/suit/storage/militia, +/turf/open/mars_cave{ + icon_state = "mars_cave_13" + }, +/area/corsat/sigma/biodome/gunrange) +"beV" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_9" + }, +/area/corsat/sigma/biodome/gunrange) +"beW" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_15" + }, +/area/corsat/sigma/biodome/gunrange) +"beY" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"bfw" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_cave_15" + }, +/area/corsat/sigma/biodome/gunrange) +"bfO" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_14" + }, +/area/corsat/sigma/biodome/gunrange) +"bfP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"bgj" = ( +/turf/open/floor{ + dir = 9; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/gunrange) +"bgl" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/gunrange) +"bgm" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"bgn" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"bgo" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/gunrange) +"bgp" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/gunrange) +"bgq" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/gunrange) +"bgr" = ( +/turf/closed/wall, +/area/corsat/sigma/biodome/gunrange) +"bgs" = ( +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bgt" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"bgu" = ( +/turf/open/mars{ + icon_state = "mars_dirt_3" + }, +/area/corsat/sigma/biodome) +"bgv" = ( +/turf/open/mars{ + icon_state = "mars_dirt_9" + }, +/area/corsat/sigma/biodome) +"bgw" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Research Complex Gamma"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bgx" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/obj/effect/decal/cleanable/cobweb{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/emergency_access) +"bgy" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/grenade/high_explosive, +/obj/item/explosive/grenade/high_explosive, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bgz" = ( +/obj/structure/machinery/m56d_hmg{ + dir = 1 + }, +/obj/structure/machinery/door/window/northright{ + name = "Firing Lane" + }, +/obj/structure/surface/table/almayer, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/gunrange) +"bgB" = ( +/turf/closed/wall, +/area/corsat/sigma/biodome/scrapyard) +"bgC" = ( +/obj/structure/fence, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgD" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgE" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgF" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgG" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_19" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgH" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgI" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgJ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_20" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgK" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_16" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgL" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgM" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgN" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_13" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgO" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_22" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgP" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgQ" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_4" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgR" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_12" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgS" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_23" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgT" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_8" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgU" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgV" = ( +/turf/open/mars{ + icon_state = "mars_dirt_8" + }, +/area/corsat/sigma/biodome) +"bgW" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_9" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgX" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_15" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgY" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_14" + }, +/area/corsat/sigma/biodome/scrapyard) +"bgZ" = ( +/turf/closed/wall/r_wall, +/area/corsat/sigma/biodome/testgrounds) +"bha" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bhb" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bhc" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"bhd" = ( +/obj/structure/largecrate/supply/ammo/m39/half, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bhe" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/corsat/sigma/biodome) +"bhf" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/door/window/eastright{ + name = "Weapon Rack" + }, +/obj/structure/window/reinforced/toughened{ + dir = 1 + }, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bhg" = ( +/turf/open/floor/plating, +/area/corsat/sigma/biodome/testgrounds) +"bhh" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/corsat/sigma/biodome/testgrounds) +"bhi" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"bhj" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/door/window/westright{ + name = "Weapon Rack" + }, +/obj/structure/window/reinforced/toughened{ + dir = 1 + }, +/obj/item/weapon/gun/rifle/m41a, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bhl" = ( +/obj/structure/foamed_metal, +/turf/open/floor/plating, +/area/corsat/sigma/biodome/testgrounds) +"bhm" = ( +/obj/structure/largecrate/supply/ammo/pistol/half, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bhn" = ( +/turf/closed/mineral{ + color = "#c48664" + }, +/area/corsat/sigma/biodome) +"bho" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_23" + }, +/area/corsat/sigma/biodome) +"bhp" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_22" + }, +/area/corsat/sigma/biodome) +"bhq" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_12" + }, +/area/corsat/sigma/biodome) +"bhr" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/corsat/sigma/biodome) +"bhs" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/corsat/sigma/biodome) +"bht" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_15" + }, +/area/corsat/sigma/biodome) +"bhu" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_13" + }, +/area/corsat/sigma/biodome) +"bhv" = ( +/turf/open/mars_cave{ + icon_state = "mars_cave_9" + }, +/area/corsat/sigma/biodome) +"bhw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_14" + }, +/area/corsat/sigma/biodome) +"bhx" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"bhy" = ( +/obj/structure/machinery/botany/editor, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"bhz" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"bhB" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"bhD" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"bhE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"bhF" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"bhI" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"bhK" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/lobby) +"bhL" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Mixed Air Control" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bhM" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bhN" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bhO" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bhR" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Atmospherics"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"bhT" = ( +/obj/structure/machinery/power/monitor{ + name = "Core Power Monitoring" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bhU" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering/atmos) +"bhV" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bhW" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door/window/northright{ + name = "Firing Lane" + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome/gunrange) +"bhX" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bhY" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bhZ" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bia" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bib" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"bic" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/lobby) +"bid" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bie" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"bif" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"big" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bih" = ( +/obj/structure/closet/secure_closet/engineering_personal{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bii" = ( +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"bik" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bil" = ( +/obj/structure/pipes/binary/pump/high_power/on{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bim" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bin" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Nitrogen Control Console" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bio" = ( +/obj/structure/dispenser/phoron, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bip" = ( +/obj/structure/dispenser/oxygen, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bir" = ( +/obj/structure/bed/stool, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bis" = ( +/obj/structure/powerloader_wreckage, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"biu" = ( +/obj/structure/machinery/computer/crew, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"biv" = ( +/obj/structure/closet/crate/internals, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bix" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"biy" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/dice, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"biz" = ( +/obj/structure/pipes/vents/pump{ + dir = 8; + id_tag = "mining_outpost_pump" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/security) +"biA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"biB" = ( +/obj/structure/largecrate/supply/ammo/m41a/half, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"biC" = ( +/obj/structure/pipes/trinary/mixer{ + dir = 4; + name = "Gas mixer N2/O2" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"biE" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"biF" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"biH" = ( +/obj/structure/machinery/optable, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/surgery) +"biI" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"biJ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"biK" = ( +/obj/structure/largecrate/supply/medicine/blood, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"biL" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/toxin, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"biM" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"biR" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/chem_dispenser/soda/beer{ + dir = 8; + pixel_x = 15 + }, +/obj/item/reagent_container/food/drinks/drinkingglass, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"biT" = ( +/obj/structure/machinery/constructable_frame, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"biU" = ( +/obj/structure/machinery/constructable_frame, +/turf/open/mars_cave{ + icon_state = "mars_cave_7" + }, +/area/corsat/sigma/biodome/scrapyard) +"biV" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/chem_dispenser/soda{ + dir = 8; + pixel_x = 15 + }, +/obj/item/reagent_container/food/drinks/shaker, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"biX" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"biZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"bja" = ( +/obj/structure/machinery/message_server, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"bjb" = ( +/obj/structure/showcase{ + icon_state = "hub"; + name = "Telecommunication Hub" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"bjc" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bjd" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bje" = ( +/obj/structure/machinery/botany/extractor, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bjf" = ( +/obj/structure/machinery/r_n_d/bioprinter, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bjg" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bjh" = ( +/obj/structure/machinery/biogenerator, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bji" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/smartfridge/seeds, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bjk" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/atmos) +"bjl" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "OmegaA"; + name = "Airlock Control"; + pixel_x = -5; + pixel_y = 6; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bjm" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"bjn" = ( +/obj/structure/surface/rack, +/obj/item/implanter/neurostim, +/obj/item/implanter/neurostim, +/obj/item/implanter/adrenalin, +/obj/item/implanter/adrenalin, +/obj/item/implanter/loyalty, +/obj/item/implanter/loyalty, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bjp" = ( +/obj/structure/machinery/r_n_d/circuit_imprinter, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bjq" = ( +/obj/structure/bed, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"bjr" = ( +/obj/item/broken_device, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"bjs" = ( +/obj/structure/machinery/mech_bay_recharge_port, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"bjt" = ( +/obj/structure/machinery/mecha_part_fabricator, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bju" = ( +/obj/item/cell/crap, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"bjv" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"bjw" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bjy" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/trash/plate, +/obj/item/reagent_container/glass/rag{ + pixel_y = 10 + }, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"bjz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/microwave, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"bjA" = ( +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/meat/monkey, +/obj/item/reagent_container/food/snacks/flour, +/obj/item/reagent_container/food/snacks/flour, +/obj/item/reagent_container/food/snacks/flour, +/obj/item/reagent_container/food/snacks/flour, +/obj/item/reagent_container/food/snacks/flour, +/obj/structure/closet/crate/freezer, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"bjB" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/administration) +"bjC" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"bjD" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"bjG" = ( +/obj/structure/closet/crate/medical, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bjH" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/adv, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bjI" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bjK" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/freezer) +"bjM" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/grenade/incendiary, +/obj/item/explosive/grenade/incendiary, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bjN" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/grenade/smokebomb, +/obj/item/explosive/grenade/smokebomb, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bjO" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 1 + }, +/obj/structure/machinery/door/window/eastright{ + name = "Weapon Rack" + }, +/obj/item/weapon/gun/pistol/m4a3, +/obj/item/weapon/gun/pistol/m4a3, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bjP" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 1 + }, +/obj/structure/machinery/door/window/westright{ + name = "Weapon Rack" + }, +/obj/item/weapon/gun/smg/mp5, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bjQ" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/surface/table/almayer, +/obj/item/device/camera, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/containment) +"bjR" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bjU" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "CORSAT Library" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bjW" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "SigmaCargo"; + name = "Sigma Cargo Bay"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/cargo) +"bjY" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Security Armory"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"bjZ" = ( +/obj/structure/machinery/door_control{ + id = "OmegaCargo"; + name = "Cargo Door"; + pixel_x = -24; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bka" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "OmegaCargo"; + name = "Omega Cargo Bay"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/cargo) +"bkb" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "OmegaCargo"; + name = "Omega Cargo Bay"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/cargo) +"bkc" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south/id) +"bkd" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Research Complex Theta" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/biodome/complex) +"bke" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + id = "RemoteGateO"; + name = "Outer Gate Shutters"; + pixel_x = 5; + pixel_y = 24; + use_power = 0 + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "RemoteGate"; + name = "Gate Shutters"; + pixel_x = -5; + pixel_y = 24; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bki" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "RemoteGate"; + name = "Gate Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/gamma/sigmaremote) +"bko" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Research Complex"; + req_one_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"bkp" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "Research Complex"; + req_one_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"bkq" = ( +/obj/structure/surface/rack{ + name = "Acid Resistant Rack"; + unacidable = 1 + }, +/obj/item/weed_extract, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bkr" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "Implantation Chamber"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"bkv" = ( +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/rnr) +"bkB" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "GammaHCargoW"; + name = "Gamma Cargo Checkpoint"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/gamma/hangar/cargo) +"bkC" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaResC"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"bkD" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaIDSC"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/airlock/south/id) +"bkE" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "SigmaIDSC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/south/id) +"bkF" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "SigmaIDSC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/south/id) +"bkJ" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaSecC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/south/security) +"bkK" = ( +/obj/structure/machinery/door_control{ + id = "SigmaSecC"; + name = "Security Shutters"; + pixel_x = -24; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/south/security) +"bkL" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"bkO" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ + id = "OmegaO"; + name = "Omega Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/biodome) +"bkR" = ( +/obj/structure/surface/table/almayer, +/obj/item/form_printer, +/obj/item/tool/pen, +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/containment) +"bkS" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"bkT" = ( +/obj/structure/closet/crate/science{ + density = 0; + icon_state = "open_science"; + opened = 1 + }, +/obj/item/organ/lungs, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"bkU" = ( +/obj/structure/closet/crate/science{ + density = 0; + icon_state = "open_science"; + opened = 1 + }, +/obj/item/organ/heart, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"bkV" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/containment) +"bkW" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/stamp/ce, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"bkX" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"bkY" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Chief Engineer's Office"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"bkZ" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"blb" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"blc" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bld" = ( +/obj/structure/target/syndicate, +/obj/structure/target/syndicate, +/obj/structure/target/syndicate, +/obj/structure/target/syndicate, +/obj/structure/target/syndicate, +/obj/structure/closet/crate{ + desc = "A rectangular steel crate containing firing targets."; + name = "target crate" + }, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"blg" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/grenade/flashbang, +/obj/item/explosive/grenade/flashbang, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"blh" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/grenade/high_explosive/training, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"blj" = ( +/obj/structure/machinery/pipedispenser, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"blk" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/cargo) +"bll" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/assembly/igniter, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"blm" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"blL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar/cargo) +"blO" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"bmc" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar) +"bmd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/recharge_station, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar) +"bme" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar) +"bmi" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + id = "OmegaA"; + name = "Xenobiology"; + req_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bmo" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bmq" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/arrivals) +"bms" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/arrivals) +"bmx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) +"bmz" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/arrivals) +"bmV" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Xenobiology"; + req_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bmW" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar/checkpoint) +"bmZ" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/gamma/hangar/cargo) +"bnf" = ( +/obj/structure/sign/safety/fridge, +/turf/closed/wall/biodome, +/area/corsat/gamma/freezer) +"bni" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bnj" = ( +/obj/structure/machinery/cryo_cell, +/obj/structure/pipes/standard/cap/hidden, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"bnk" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Hazardous Materials Storage"; + req_access_txt = "103"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"bnl" = ( +/obj/structure/sign/safety/high_voltage, +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/engineering/core) +"bnm" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"bnn" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"bnp" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"bnq" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"bnr" = ( +/obj/structure/sign/safety/galley, +/turf/closed/wall/biodome, +/area/corsat/gamma/canteen) +"bns" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bnx" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"bny" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"bnA" = ( +/obj/structure/surface/rack{ + name = "Acid Resistant Rack"; + unacidable = 1 + }, +/obj/item/xenos_claw, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bnE" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/visible, +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Oxygen Supply Console" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bnF" = ( +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"bnJ" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay) +"bnK" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay/lobby) +"bnL" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar) +"bnM" = ( +/obj/structure/sign/safety/medical, +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay) +"bnO" = ( +/obj/structure/sign/safety/medical, +/turf/closed/wall/almayer/white, +/area/corsat/gamma/medbay/lobby) +"bnQ" = ( +/obj/structure/sign/safety/chem_lab{ + pixel_y = -30 + }, +/turf/open/floor/corsat{ + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"bnU" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar/security) +"bnV" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"bnW" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 32 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"bnY" = ( +/obj/structure/safe, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"bnZ" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar/id) +"boc" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/north) +"boe" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/biodome) +"bof" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/biodome, +/area/corsat/sigma/cargo) +"bog" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"boh" = ( +/obj/structure/cargo_container/grant/left, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"boi" = ( +/obj/structure/cargo_container/grant/rightmid, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"boj" = ( +/obj/structure/cargo_container/grant/right, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"boo" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = -32 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"bop" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = -32 + }, +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/airlock/control) +"boq" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/biodome, +/area/corsat/omega/cargo) +"bor" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/biodome) +"bou" = ( +/obj/structure/sign/safety/high_voltage, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/southeast/generator) +"bov" = ( +/obj/structure/sign/safety/storage{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"bow" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/south/complex) +"box" = ( +/obj/structure/sign/safety/radio_rad, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/southeast/telecomm) +"boy" = ( +/obj/structure/sign/safety/terminal, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/southeast/telecomm) +"boz" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = -32 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"boA" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 32 + }, +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/hallways) +"boB" = ( +/obj/structure/sign/safety/airlock{ + pixel_x = 32 + }, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"boE" = ( +/obj/structure/sign/safety/biolab{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydrowest) +"boF" = ( +/obj/structure/sign/safety/biolab{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydroeast) +"boG" = ( +/obj/structure/sign/safety/biolab{ + pixel_y = -32 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydrowest) +"boH" = ( +/obj/structure/sign/safety/biolab{ + pixel_y = -32 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydroeast) +"boJ" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/hangar) +"boK" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar) +"boL" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"boM" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo/lobby) +"boN" = ( +/obj/structure/surface/table/almayer, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"boP" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"boQ" = ( +/obj/vehicle/train/cargo/engine{ + dir = 2 + }, +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/sigma/cargo) +"boR" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/cargo) +"boT" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"boU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"boV" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/chips, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"boW" = ( +/obj/item/bananapeel, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"boX" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"boY" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/condiment/sugar, +/obj/item/reagent_container/food/condiment/sugar, +/obj/item/reagent_container/food/condiment/sugar, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"bpa" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"bpb" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplecorner" + }, +/area/corsat/gamma/residential) +"bpd" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/condiment/enzyme, +/obj/item/reagent_container/food/condiment/enzyme, +/obj/item/reagent_container/food/condiment/enzyme, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"bpe" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"bph" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/showers) +"bpi" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"bpj" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/chocolatebar, +/obj/item/reagent_container/food/snacks/chocolatebar, +/obj/item/reagent_container/food/snacks/chocolatebar, +/obj/item/reagent_container/food/snacks/chocolatebar, +/obj/item/reagent_container/food/snacks/chocolatebar, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"bpl" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"bpn" = ( +/obj/structure/surface/table/almayer, +/obj/item/light_bulb/tube/large, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bpq" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen, +/obj/item/tool/stamp/cmo, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bpr" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"bpt" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"bpz" = ( +/obj/structure/machinery/botany/editor, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bpA" = ( +/obj/item/tool/minihoe, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"bpB" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/wardrobe/science_white, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bpC" = ( +/obj/structure/surface/table/almayer, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"bpD" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/tool/kitchen/tray, +/obj/item/tool/kitchen/knife, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"bpE" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/gloves/latex, +/obj/item/clothing/suit/chef/classic, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/obj/item/tool/kitchen/rollingpin, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"bpF" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"bpG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"bpH" = ( +/obj/structure/machinery/meter, +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bpK" = ( +/obj/structure/surface/table, +/obj/item/storage/donut_box, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"bpL" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bpM" = ( +/obj/structure/surface/rack, +/obj/item/device/transfer_valve, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bpN" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bpO" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"bpS" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/north) +"bpT" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/surgery/scalpel, +/obj/item/tool/surgery/retractor, +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/morgue) +"bpU" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"bpW" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"bpX" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bqa" = ( +/obj/structure/pipes/standard/manifold/visible, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"bqb" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bqf" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"bqg" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bqh" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bqi" = ( +/obj/item/cell/super/empty, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"bqj" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/fire, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bqk" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/regular, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bqm" = ( +/obj/structure/closet/secure_closet/medical2{ + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bqn" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bqo" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 4; + id_tag = "oxy_corsat_out" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bqp" = ( +/obj/structure/pipes/unary/outlet_injector{ + name = "Waste Air Injector" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bqq" = ( +/obj/structure/bed/chair/comfy/orange, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/corsat/gamma/administration) +"bqs" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"bqw" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/administration) +"bqy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"bqz" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bqA" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bqD" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bqG" = ( +/obj/structure/pipes/binary/pump/on{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"bqI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/west/id) +"bqJ" = ( +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"bqK" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"bqL" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bqM" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"bqO" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bqR" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) +"bqS" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bqU" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"bqV" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/hangar/office) +"bqW" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"bqY" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"bqZ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"brf" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"brg" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"brj" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"brq" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/administration) +"brr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"brs" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"brt" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"bru" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"brw" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"brx" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bry" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"brz" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"brB" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/corsat/omega/offices) +"brD" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/window/reinforced, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"brE" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"brF" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"brI" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"brN" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/security) +"brO" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"brP" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"brQ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"brR" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"brT" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"brU" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"brX" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"brY" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"brZ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bsa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bsd" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bse" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/security) +"bsf" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/security) +"bsg" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/security) +"bsi" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/security) +"bsl" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/security) +"bsm" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = 32 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"bsn" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"bso" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bsp" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"bsq" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/security) +"bsr" = ( +/obj/structure/surface/rack, +/obj/item/evidencebag, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/security) +"bss" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/security) +"bsx" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"bsy" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/scalpel/laser{ + pixel_y = 10 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bsz" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bsB" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"bsD" = ( +/obj/structure/machinery/computer/cameras{ + network = list("omega") + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"bsE" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"bsG" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"bsI" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/chem_dispenser/soda{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"bsJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bsK" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bsL" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"bsM" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"bsN" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/chem_dispenser/soda/beer{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"bsO" = ( +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydrowest) +"bsP" = ( +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"bsQ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"bsR" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bsS" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bsT" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bsU" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bsW" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydrowest) +"bsX" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bsY" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"bsZ" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"bta" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"btb" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"btf" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"btg" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"bth" = ( +/obj/structure/machinery/lapvend, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"bti" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydrowest) +"btj" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydroeast) +"btk" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"btl" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"btn" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydrowest) +"bto" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"btq" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bts" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"btt" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/hemostat{ + name = "Acid Resistant Hemostat"; + unacidable = 1 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"btv" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/botanydisk, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"btw" = ( +/obj/structure/surface/rack, +/obj/item/cell/potato{ + charge = 1000; + maxcharge = 3000; + name = "overpowered potato" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"btx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"btz" = ( +/obj/structure/surface/rack, +/obj/item/circuitboard/apc, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"btB" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"btC" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/rnr) +"btI" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"btJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"btO" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"btR" = ( +/obj/structure/computerframe, +/turf/open/floor/corsat, +/area/corsat/omega/checkpoint) +"btU" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"btV" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"btW" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"btX" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"btY" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/dataoffice) +"btZ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/clipboard, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bua" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/southeast/dataoffice) +"bub" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"buc" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/dataoffice) +"bud" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/dataoffice) +"bue" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bug" = ( +/obj/structure/surface/table/almayer, +/obj/item/phone, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"buh" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/datalab) +"bui" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/datalab) +"buj" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"bum" = ( +/obj/effect/decal/cleanable/cobweb{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/omega/checkpoint) +"bun" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"buo" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"bup" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"buq" = ( +/obj/structure/bed/chair/wood/wings, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"bur" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"bus" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"but" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"buw" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bux" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"buy" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"buz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"buA" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"buB" = ( +/obj/structure/sign/safety/distribution_pipes{ + desc = "A sign that denotes the proximity of a life support system." + }, +/turf/closed/wall/biodome, +/area/corsat/gamma/engineering/atmos) +"buC" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"buD" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"buE" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen, +/obj/item/tool/stamp, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/lobby) +"buF" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"buG" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"buI" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"buM" = ( +/obj/structure/machinery/light, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"buN" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"buO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/gamma/hallwaysouth) +"buP" = ( +/obj/structure/closet/secure_closet/engineering_personal{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"buQ" = ( +/obj/item/alien_embryo, +/obj/item/alien_embryo, +/obj/item/alien_embryo, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/closet/crate/science{ + density = 0; + icon_state = "open_science"; + opened = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"buR" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"buT" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"buU" = ( +/obj/structure/window/framed/corsat/hull, +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/plating, +/area/corsat/inaccessible) +"buV" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"buW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"buX" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/containment) +"buY" = ( +/obj/structure/prop/mech/drill, +/turf/open/floor/corsat, +/area/corsat/sigma/south/robotics) +"buZ" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Robotics"; + req_one_access_txt = "102" + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/corsat/sigma/south/robotics) +"bvf" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Engineering Head Office"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bvh" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Electronics"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bvi" = ( +/obj/structure/surface/rack, +/obj/item/tool/soap/deluxe, +/obj/item/tool/soap/deluxe, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bvj" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/corsat/sigma/south/robotics) +"bvk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/corsat/sigma/south/robotics) +"bvm" = ( +/obj/structure/machinery/bioprinter, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bvn" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/robot_module/engineering, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bvo" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/robot_module/butler, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bvp" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/robotic_fabricator, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bvq" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clothing/head/welding, +/obj/item/tool/weldingtool, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bvs" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_17" + }, +/area/corsat/sigma/biodome/scrapyard) +"bvt" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bvw" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"bvy" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bvB" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bvC" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bvD" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/gold{ + amount = 10 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bvE" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/tritium{ + amount = 10 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bvF" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"bvJ" = ( +/obj/structure/bed, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"bvK" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bvL" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/obj/effect/spawner/random/powercell, +/obj/effect/spawner/random/powercell, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bvM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/metal{ + amount = 30 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bvN" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/silver{ + amount = 10 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bvO" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal{ + amount = 30 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bvP" = ( +/obj/structure/surface/table/almayer, +/obj/item/stock_parts/smes_coil, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bvQ" = ( +/obj/structure/bed, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"bvR" = ( +/obj/structure/bed, +/obj/structure/machinery/light, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"bvS" = ( +/obj/structure/bed, +/obj/item/tool/lighter/zippo, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"bvT" = ( +/obj/structure/bed, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/bedsheet/brown, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"bvX" = ( +/obj/item/tool/weldingtool/experimental, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bvY" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/glass{ + amount = 30 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bvZ" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/platinum{ + amount = 10 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"bwe" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/bookcase/manuals/engineering, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwh" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwi" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/robot_module/medic, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bwk" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwm" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwn" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwo" = ( +/obj/structure/bed/chair, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bwp" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwq" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Mech Assembly"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"bwr" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bwt" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/device/analyzer, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"bwu" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"bww" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"bwx" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Robotics"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"bwz" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Robotics Workshop"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"bwA" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bwB" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bwC" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/t_scanner, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwD" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwE" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bwG" = ( +/obj/structure/surface/rack, +/obj/item/tool/crowbar, +/obj/item/tool/wirecutters, +/obj/item/tool/screwdriver, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bwH" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwI" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/machine/circuit_imprinter, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bwJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bwN" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bwO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bwP" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/south/robotics) +"bwQ" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bwR" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldingtool, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"bwS" = ( +/obj/structure/machinery/light, +/turf/closed/wall/biodome, +/area/corsat/sigma/south/engineering) +"bwT" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/south/engineering) +"bwU" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/south/engineering) +"bwV" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bwW" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"bwY" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"bwZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/screwdriver, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxa" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"bxb" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Engineering Workshop"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bxe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/surgicaldrill, +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bxf" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/cautery, +/obj/item/tool/surgery/hemostat, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bxg" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bxh" = ( +/obj/item/implant/neurostim, +/obj/item/implant/neurostim, +/obj/item/implant/adrenalin, +/obj/item/implant/adrenalin, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bxi" = ( +/obj/item/implant/loyalty, +/obj/item/implant/loyalty, +/obj/item/implant/compressed, +/obj/item/implant/compressed, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bxj" = ( +/obj/item/implant/death_alarm, +/obj/item/implant/death_alarm, +/obj/item/implant/tracking, +/obj/item/implant/tracking, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bxm" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/mech/tesla_energy_relay, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxn" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxo" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/wirecutters, +/obj/item/stack/cable_coil, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxp" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/weldingtool, +/obj/item/tool/screwdriver, +/obj/item/tool/wrench, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxr" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_north" + }, +/area/corsat/sigma/south/robotics) +"bxs" = ( +/obj/structure/surface/table/almayer, +/obj/item/book/manual/ripley_build_and_repair, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxt" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/mech/armor_booster, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxw" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/sigma/south/robotics) +"bxx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"bxy" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/sigma/south/robotics) +"bxz" = ( +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/south/robotics) +"bxB" = ( +/obj/structure/girder/displaced, +/turf/open/floor/corsat, +/area/corsat/sigma/south/robotics) +"bxC" = ( +/obj/structure/surface/rack, +/obj/structure/prop/mech/hydralic_clamp, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxF" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"bxH" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/yellow, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bxI" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxJ" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxK" = ( +/obj/structure/surface/rack, +/obj/item/holder/drone, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxL" = ( +/obj/structure/surface/rack, +/obj/item/device/lightreplacer, +/obj/item/light_bulb/tube/large, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"bxM" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Engineering Storage"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bxN" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/surface/rack, +/obj/item/powerloader_clamp, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxO" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + autoclose = 0; + density = 0; + icon_state = "door_open"; + id = "CORSAT Containment 4"; + name = "Containment Cell 1"; + req_one_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) +"bxP" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Robotics Storage"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"bxQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/r_n_d/protolathe, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bxS" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + autoclose = 0; + density = 0; + icon_state = "door_open"; + id = "CORSAT Containment 4"; + name = "Containment Cell 4"; + req_one_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) +"bxT" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/cell/secborg, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxU" = ( +/obj/structure/machinery/r_n_d/server, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"bxV" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Cybernetics Lab"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"bxW" = ( +/obj/structure/closet/crate, +/obj/item/organ/brain/prosthetic, +/obj/item/organ/eyes/prosthetic, +/obj/item/organ/heart/prosthetic, +/obj/item/organ/kidneys/prosthetic, +/obj/item/organ/liver/prosthetic, +/obj/item/organ/lungs/prosthetic, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bxX" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bxY" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + autoclose = 0; + density = 0; + icon_state = "door_open"; + id = "CORSAT Containment 2"; + name = "Containment Cell 4"; + req_one_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) +"bxZ" = ( +/obj/structure/closet/crate, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bya" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/obj/item/tool/crowbar, +/obj/item/tool/screwdriver, +/obj/item/tool/wrench, +/obj/item/stack/nanopaste, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"byb" = ( +/obj/structure/machinery/optable, +/obj/item/robot_parts/robot_suit, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"byc" = ( +/obj/structure/surface/rack, +/obj/item/frame/firstaid_arm_assembly, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"byd" = ( +/obj/structure/surface/rack, +/obj/item/frame/bucket_sensor, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bye" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Gamma Director's Office"; + req_access_txt = "106" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"byg" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"byh" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"byi" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal{ + amount = 25; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/south/engineering) +"byj" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"byk" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"byl" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bym" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"byn" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Omega Director's Office"; + req_access_txt = "106" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"byo" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Theta Director's Office"; + req_access_txt = "106" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"byp" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Sigma Director's Office"; + req_access_txt = "106" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"byr" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"bys" = ( +/obj/structure/machinery/microwave, +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"byt" = ( +/obj/structure/machinery/juicer, +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"byu" = ( +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/food/drinks/drinkingglass, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"byv" = ( +/obj/structure/surface/table/woodentable, +/obj/item/storage/box/drinkingglasses, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"byw" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byy" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"byz" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byB" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/masks, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byE" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"byF" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"byG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byH" = ( +/obj/structure/closet/crate/science{ + density = 0; + icon_state = "open_science"; + opened = 1 + }, +/obj/item/organ/liver, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"byI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ + name = "\improper Medical Storage"; + req_access_txt = "100"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"byJ" = ( +/obj/structure/surface/rack, +/obj/item/restraints, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byL" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/camera, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/closed/wall/biodome, +/area/corsat/omega/complex) +"byN" = ( +/obj/structure/machinery/shower, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byO" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byP" = ( +/obj/structure/machinery/optable, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"byQ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/form_printer, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byR" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Omega Research Storage"; + req_access_txt = "103"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"byS" = ( +/obj/structure/sink{ + pixel_y = 25 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byT" = ( +/obj/item/storage/box/masks, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byU" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/storage/box/gloves, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byV" = ( +/obj/structure/closet/crate/science{ + density = 0; + icon_state = "open_science"; + opened = 1 + }, +/obj/item/organ/eyes, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"byW" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"byX" = ( +/obj/structure/closet/crate/science{ + density = 0; + icon_state = "open_science"; + opened = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"byY" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"byZ" = ( +/obj/structure/surface/rack, +/obj/item/stock_parts/console_screen, +/obj/item/stock_parts/console_screen, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bzb" = ( +/obj/structure/surface/table/almayer, +/obj/item/stock_parts/matter_bin/super, +/obj/item/stock_parts/capacitor/super, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bzc" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/assembly/igniter, +/obj/item/device/assembly/voice, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bzd" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/meson, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bze" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/powercell, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"bzf" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"bzg" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/camera, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzj" = ( +/obj/structure/surface/table/almayer, +/obj/item/form_printer, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzk" = ( +/obj/structure/surface/table/almayer, +/obj/item/form_printer, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzl" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzm" = ( +/obj/structure/window/framed/corsat/hull/research, +/turf/open/floor/plating, +/area/corsat/inaccessible) +"bzn" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + autoclose = 0; + density = 0; + icon_state = "door_open"; + id = "CORSAT Containment 4"; + name = "Containment Cell 3"; + req_one_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) +"bzo" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "SigmaIDSC"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bzp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bzq" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Research Complex Theta"; + req_one_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"bzr" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Autopsy Storage"; + req_access_txt = "103"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bzs" = ( +/obj/structure/machinery/door/airlock/almayer/research{ + name = "\improper Containment Chambers"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bzt" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bzu" = ( +/obj/structure/machinery/door/airlock/almayer/research{ + name = "\improper Xeno Autopsy"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bzv" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bzw" = ( +/obj/structure/machinery/door/airlock/almayer/research{ + dir = 1; + locked = 1; + name = "\improper Decontamination Chamber"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bzx" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Xenobiology Reception Desk"; + req_one_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bzy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzz" = ( +/obj/structure/surface/rack, +/obj/item/tool/extinguisher, +/obj/item/tool/extinguisher, +/obj/item/tool/extinguisher, +/obj/item/clothing/glasses/welding, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bzA" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastright{ + dir = 2; + name = "Secure Racks"; + req_access_txt = "103" + }, +/obj/item/tool/weedkiller/triclopyr, +/obj/item/tool/weedkiller/lindane, +/obj/item/tool/weedkiller/D24, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzB" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzC" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzD" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastright{ + dir = 2; + name = "Secure Racks"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzE" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/machine/clonescanner, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bzF" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bzG" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bzH" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/lighter/random, +/obj/item/clothing/glasses/meson, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bzI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bzJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bzK" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bzL" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bzM" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/wirecutters, +/obj/item/stack/cable_coil, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bzN" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/assembly/infra, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bzP" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bzQ" = ( +/obj/structure/machinery/computer/pandemic, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bzS" = ( +/obj/structure/surface/table/almayer, +/obj/item/book/manual/engineering_guide, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"bzT" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bzV" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/robotanalyzer, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bzW" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/regular, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bzY" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/mmi/radio_enabled, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bzZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bAa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAb" = ( +/obj/structure/machinery/optable, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/morgue) +"bAd" = ( +/obj/structure/curtain/open/medical, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bAe" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bAf" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bAg" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bAh" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bAi" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bAj" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/syringe_case/regular, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAk" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access{ + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"bAl" = ( +/obj/structure/machinery/chem_dispenser{ + req_access_txt = "100" + }, +/obj/item/reagent_container/glass/beaker/bluespace, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bAm" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAn" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAo" = ( +/obj/structure/bed/chair/wheelchair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bAp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair/wheelchair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bAq" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastright{ + dir = 1; + name = "Secure Racks"; + req_access_txt = "103" + }, +/obj/item/XenoItem/AntiAcid, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAr" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/o2, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bAs" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/fire, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bAt" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastright{ + dir = 1; + name = "Secure Racks"; + req_access_txt = "103" + }, +/obj/item/XenoItem/ResinPaste, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAu" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bAv" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bAw" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Hydroponics Lab"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"bAx" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Laboratory"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bAy" = ( +/obj/structure/surface/rack, +/obj/item/XenoBio/Resin, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastright{ + dir = 1; + name = "Secure Racks"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAz" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bAA" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bAB" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bAC" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/hemostat, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"bAD" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/cautery, +/obj/item/tool/surgery/scalpel, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 12; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"bAE" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ + dir = 1; + name = "Genetics Lab"; + req_one_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"bAF" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bAG" = ( +/obj/structure/closet/l3closet/virology, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bAH" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"bAI" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + name = "Emergency NanoMed"; + pixel_x = 30 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bAJ" = ( +/obj/structure/closet/l3closet/virology, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/med_data/laptop{ + pixel_y = 3 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAL" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAO" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bAP" = ( +/obj/structure/machinery/sleep_console, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"bAR" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAS" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/rad, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bAT" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bAV" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bAW" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bAX" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"bAY" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/retractor, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"bAZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/regular, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bBa" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bBb" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/defibrillator, +/obj/item/device/defibrillator, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bBc" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "CMO Office"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"bBd" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/med_data/laptop, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bBe" = ( +/obj/structure/surface/table/almayer, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bBf" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bBh" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"bBj" = ( +/obj/structure/surface/rack, +/obj/item/storage/pill_bottle/inaprovaline{ + pixel_x = 7 + }, +/obj/item/storage/pill_bottle/dexalin, +/obj/item/storage/pill_bottle/antitox{ + pixel_x = -5 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bBk" = ( +/obj/structure/machinery/smartfridge/chemistry{ + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/chemistry) +"bBl" = ( +/obj/structure/surface/rack, +/obj/item/storage/pill_bottle/tramadol, +/obj/item/storage/pill_bottle/bicaridine{ + pixel_x = 5 + }, +/obj/item/storage/pill_bottle/kelotane{ + pixel_x = -7 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bBm" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/syringes, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bBn" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/item/storage/box/pillbottles, +/obj/item/storage/box/pillbottles, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bBo" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagentgrinder, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bBp" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/beakers, +/obj/item/storage/box/beakers, +/obj/item/tool/hand_labeler, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bBq" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/regular, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bBr" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/paper, +/obj/item/paper, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bBs" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/clipboard, +/obj/item/clipboard, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bBt" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"bBu" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"bBw" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bBx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bBy" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/adv, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBz" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/fire, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bBA" = ( +/obj/structure/machinery/photocopier, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bBB" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBC" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBD" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/gamma/residential/researcher) +"bBE" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/gloves, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBF" = ( +/obj/item/storage/box/masks, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"bBG" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBH" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastright{ + dir = 2; + name = "Secure Racks"; + req_access_txt = "103" + }, +/obj/item/XenoBio/Blood, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBI" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBJ" = ( +/obj/structure/surface/rack, +/obj/item/XenoBio/Chitin, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastright{ + dir = 1; + name = "Secure Racks"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBL" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Containment"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bBM" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bBN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/omega/complex) +"bBP" = ( +/obj/structure/xenoautopsy/tank/larva, +/turf/open/floor/corsat, +/area/corsat/omega/complex) +"bBQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ + dir = 1; + name = "Dehydration Chamber"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"bBT" = ( +/obj/structure/machinery/door/window/eastright, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bBW" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/camera, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bBY" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/omega/complex) +"bBZ" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/flashlight/lamp, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCa" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bCb" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCd" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bCe" = ( +/obj/structure/bookcase/manuals/medical, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCf" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCg" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCh" = ( +/obj/structure/bookcase{ + icon_state = "book-5"; + name = "\improper Mentor's Guide Bookcase" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bCi" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bCj" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/door/window/eastright{ + name = "Prototype Racks"; + req_access_txt = "103" + }, +/obj/structure/window/reinforced/toughened, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"bCk" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCm" = ( +/obj/structure/bookcase, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCn" = ( +/obj/structure/bookcase, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bCo" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCp" = ( +/obj/structure/surface/table/woodentable, +/obj/item/book/manual/engineering_hacking, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"bCq" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bCr" = ( +/obj/structure/machinery/light, +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bCu" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Laboratory"; + req_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bCv" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bCJ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"bCL" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"bCN" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"bCQ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bCR" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bCS" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "OmegaAccessC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/omega/checkpoint) +"bCV" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "OmegaAccessC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/omega/checkpoint) +"bCW" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"bCX" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaSouthAirlockC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/airlock/south) +"bCZ" = ( +/obj/structure/machinery/r_n_d/destructive_analyzer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"bDa" = ( +/obj/structure/machinery/computer/rdservercontrol, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"bDd" = ( +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/security) +"bDe" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"bDf" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "riot cabinet"; + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"bDg" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"bDk" = ( +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"bDl" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/security) +"bDn" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/checkpoint) +"bDp" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "OmegaSecC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/omega/security) +"bDs" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bDt" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bDu" = ( +/obj/structure/surface/table/almayer, +/obj/item/handcuffs, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bDv" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + locked = 0; + name = "Security Armory"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"bDw" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Warden's Office"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"bDy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bDC" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"bDD" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/flasher{ + pixel_y = 24 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bDF" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bDH" = ( +/obj/structure/window/framed/corsat/cell/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHolding2"; + name = "Holding Cell 2" + }, +/turf/open/floor/plating, +/area/corsat/sigma/south/security) +"bDI" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"bDJ" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Holding Cell 2"; + req_access_txt = "101" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHolding2"; + name = "Holding Cell 2" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"bDM" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 8; + id_tag = "mix_sigma_out" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bDN" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 5 + }, +/obj/structure/machinery/meter, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bDO" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/skills, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bDP" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/keycard_auth/lockdown/corsat, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bDU" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"bDX" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/airlock/south/id) +"bDY" = ( +/obj/item/device/taperecorder, +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/security) +"bDZ" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolbox/mechanical, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"bEb" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"bEf" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bEg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bEi" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "OmegaHangarNE"; + name = "Checkpoint Control"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/security) +"bEj" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/control) +"bEk" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/control) +"bEl" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/cm_vending/sorted/medical/no_access{ + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/chemistry) +"bEm" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"bEn" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/control) +"bEo" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"bEp" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "OmegaHangarE"; + name = "Checkpoint Control"; + pixel_x = 7; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "OmegaHangarW"; + name = "Checkpoint Control"; + pixel_x = -7; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"bEq" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"bEr" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"bEs" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"bEt" = ( +/obj/structure/surface/table/reinforced, +/obj/item/phone, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"bEv" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Research Complex Omega"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"bEy" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Laboratory"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bEC" = ( +/obj/structure/machinery/lapvend, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/administration) +"bED" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bEE" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/almayer, +/obj/item/tool/pen/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bEF" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"bEG" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"bEH" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"bEI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bEK" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor{ + dir = 8; + icon_state = "carpet14-10" + }, +/area/corsat/gamma/administration) +"bEM" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bEN" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/lighter/zippo, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"bEO" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/corsat/gamma/administration) +"bES" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/corsat/gamma/administration) +"bET" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"bEU" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bEV" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/station_alert{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bEW" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/corsat/gamma/administration) +"bEX" = ( +/obj/structure/machinery/light, +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/corsat/gamma/administration) +"bFc" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"bFf" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/corsat/omega/offices) +"bFg" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bFi" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bFj" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bFm" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet7-3" + }, +/area/corsat/omega/offices) +"bFn" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/omega/offices) +"bFo" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bFp" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bFz" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Holding Cell 1"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"bFF" = ( +/obj/structure/surface/table/almayer, +/obj/item/handcuffs, +/obj/item/handcuffs, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"bFL" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bFW" = ( +/obj/effect/landmark/interior/spawn/entrance/step_toward{ + dir = 1; + exit_type = /obj/structure/interior_exit/fancy/ladder; + tag = "insanity1" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter) +"bGa" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bGc" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"bGd" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/hallwaysouth) +"bGg" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bGj" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bGn" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bGu" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bGB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bGE" = ( +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bGP" = ( +/obj/structure/prop/dam/crane, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bGQ" = ( +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"bGT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "CORSAT Library"; + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"bGW" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"bGZ" = ( +/obj/structure/bed/chair, +/obj/item/bananapeel, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"bHa" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/corsat/gamma/administration) +"bHb" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/corsat/gamma/administration) +"bHd" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/gamma/residential/researcher) +"bHe" = ( +/obj/structure/surface/table, +/obj/item/book, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"bHf" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/foyer) +"bHg" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"bHi" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"bHj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"bHk" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"bHl" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"bHy" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"bHz" = ( +/obj/structure/showcase{ + icon_state = "bus" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"bHA" = ( +/obj/structure/surface/table, +/obj/item/trash/plate, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"bHB" = ( +/obj/structure/surface/table, +/obj/item/trash/plate, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"bHC" = ( +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"bHL" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bHR" = ( +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/food/drinks/cans/beer, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"bIa" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"bIk" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bIU" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"bIX" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"bJa" = ( +/obj/structure/machinery/conveyor_switch, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo) +"bJc" = ( +/obj/structure/machinery/conveyor_switch, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"bJf" = ( +/obj/structure/surface/table, +/obj/item/tool/kitchen/utensil/fork, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"bJg" = ( +/obj/structure/surface/table, +/obj/item/tool/kitchen/utensil/fork, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"bJh" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bJi" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/donkpockets, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"bJj" = ( +/obj/vehicle/powerloader, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"bJk" = ( +/obj/vehicle/powerloader, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/cargo) +"bJl" = ( +/obj/vehicle/powerloader, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"bJm" = ( +/obj/structure/powerloader_wreckage, +/turf/open/mars_cave{ + icon_state = "mars_cave_22" + }, +/area/corsat/sigma/biodome/scrapyard) +"bJq" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"bJr" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/west) +"bJu" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"bJw" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/assembly/infra, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bJx" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/guestpass, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"bJB" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bJC" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bJE" = ( +/obj/structure/machinery/floodlight{ + name = "Floodlight"; + unacidable = 0 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"bJG" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bJH" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bJJ" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bJK" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"bJM" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bJP" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bJQ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("theta") + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bJR" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bJS" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bJT" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bJU" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bJV" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bJW" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bJX" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/camera, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bJY" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "SigmaBioAtmos"; + name = "Access Shutter" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bJZ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKa" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "SigmaBioAtmos"; + name = "Access Shutter" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bKb" = ( +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bKc" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/camera, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKd" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper_bin, +/obj/item/tool/pen/red, +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKe" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKf" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKj" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper_bin, +/obj/item/tool/pen/red, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("theta") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKk" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKl" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKm" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKo" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bKp" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKs" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKt" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKv" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKw" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKx" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKz" = ( +/obj/structure/machinery/computer3, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKA" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bKB" = ( +/obj/structure/machinery/computer3, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKC" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bKD" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"bKE" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"bKF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"bKG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"bKH" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"bKI" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"bKJ" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"bKL" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"bKM" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"bKN" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"bKS" = ( +/turf/open/space/basic, +/area/space) +"bKU" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/hangar/arrivals) +"bKX" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/hangar/arrivals) +"bKY" = ( +/obj/structure/closet/jcloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLk" = ( +/obj/structure/surface/rack, +/obj/item/circuitboard/airlock, +/obj/item/circuitboard/airlock, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bLl" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/omega/maint) +"bLs" = ( +/obj/structure/closet/secure_closet/engineering_welding{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLx" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"bLy" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLz" = ( +/obj/structure/closet/secure_closet/engineering_electrical{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLA" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bLB" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"bLC" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLD" = ( +/obj/structure/closet/l3closet/janitor, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLE" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLF" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLG" = ( +/obj/structure/surface/rack, +/obj/item/stock_parts/capacitor/super, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Custodial Closet"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"bLL" = ( +/obj/structure/surface/rack, +/obj/item/device/lightreplacer, +/obj/item/storage/box/lights, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLM" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLO" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLR" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLS" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLT" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert{ + dir = 1 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLW" = ( +/obj/structure/surface/table/almayer, +/obj/item/stock_parts/matter_bin/super, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bLY" = ( +/obj/structure/closet/secure_closet/engineering_personal{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMb" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMc" = ( +/obj/structure/closet/secure_closet/engineering_personal{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"bMf" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMh" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + dir = 1; + name = "Quartermaster's Office"; + req_one_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"bMi" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMj" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMk" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMm" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal{ + amount = 25; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMo" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMp" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/meson, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bMu" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"bMv" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/assembly/timer, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bMw" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/lobby) +"bMI" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bMM" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bMN" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bMO" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bMP" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bMQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bMR" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"bMS" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"bMT" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bMU" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bMX" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bMY" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"bNb" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bNc" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bNd" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/omega/offices) +"bNe" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"bNh" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"bNi" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"bNj" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bNk" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"bNl" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bNm" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bNo" = ( +/obj/structure/surface/table/almayer, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bNp" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bNq" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bNr" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bNs" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bNt" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bNu" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"bNv" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bNw" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNx" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNy" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNz" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced, +/obj/item/storage/donut_box, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNB" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"bNC" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"bND" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"bNE" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"bNF" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNJ" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNK" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"bNM" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"bNN" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/lobby) +"bNO" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Engineering Storage"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"bNP" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bNQ" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bNR" = ( +/obj/structure/surface/rack, +/obj/item/circuitboard/apc, +/obj/item/circuitboard/apc, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bNS" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bNT" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"bNW" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bNX" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bNY" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bNZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/extinguisher, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bOa" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "blue" + }, +/area/corsat/omega/control) +"bOb" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bOc" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/obj/item/pamphlet/skill/powerloader, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"bOd" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/lighter/random, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"bOe" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "blue" + }, +/area/corsat/omega/control) +"bOf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bOg" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bOh" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bOi" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bOl" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bOm" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"bOn" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/sigma/cargo) +"bOo" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bOp" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/sigma/cargo) +"bOq" = ( +/obj/structure/machinery/light, +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bOr" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"bOs" = ( +/obj/structure/largecrate/lisa, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"bOt" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"bOu" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"bOw" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bOx" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bOy" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bOA" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bOB" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bOC" = ( +/obj/structure/surface/table/almayer, +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"bOD" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bOE" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/item/trash/popcorn, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bOF" = ( +/obj/structure/machinery/light, +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"bOG" = ( +/obj/structure/surface/rack, +/obj/item/cell/high, +/obj/item/cell/high, +/obj/item/cell/high, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bOH" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/lobby) +"bOI" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/cargo/lobby) +"bOJ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bOK" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bOL" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"bON" = ( +/obj/structure/machinery/autolathe, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bOP" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bOQ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"bOR" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"bOS" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/obj/item/tool/crowbar, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/gamma/hangar/cargo) +"bOT" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"bOU" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"bPb" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"bPe" = ( +/obj/structure/surface/table/almayer, +/obj/item/robot_parts/robot_component/radio, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"bPf" = ( +/obj/structure/machinery/light, +/obj/structure/surface/rack, +/obj/item/device/radio, +/obj/item/device/radio, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bPg" = ( +/obj/structure/surface/rack, +/obj/item/device/lightreplacer, +/obj/item/storage/box/lights, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"bPi" = ( +/obj/structure/surface/table, +/obj/item/corncob, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"bPj" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/assembly/mousetrap, +/obj/item/device/assembly/mousetrap, +/obj/item/clothing/glasses/welding, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"bPk" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/bucket, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast/datamaint) +"bPl" = ( +/obj/structure/closet/jcloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) +"bPm" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/radio, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"bPn" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPp" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/tool/pen, +/obj/item/tool/stamp{ + name = "Quartermaster's stamp" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPq" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPr" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPs" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"bPv" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPw" = ( +/obj/structure/surface/table/almayer, +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"bPx" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigar, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"bPy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPC" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/chips, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"bPD" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/radio, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"bPE" = ( +/obj/structure/surface/table/almayer, +/obj/item/pizzabox/meat{ + pixel_y = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPG" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box, +/obj/item/storage/box{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPH" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPI" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPJ" = ( +/obj/structure/machinery/light, +/obj/structure/closet/secure_closet/cargotech, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPK" = ( +/obj/structure/closet/secure_closet/cargotech, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPL" = ( +/obj/structure/closet/secure_closet/cargotech, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"bPM" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"bPO" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/lights, +/obj/item/device/lightreplacer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"bPQ" = ( +/obj/structure/machinery/computer/general_air_control, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bPR" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/atmos) +"bPS" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bPV" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Atmospherics"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"bPW" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"bPX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"bPY" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/bucket, +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"bPZ" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"bQa" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"bQb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"bQc" = ( +/obj/structure/closet/jcloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"bQd" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/north) +"bQe" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"bQf" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/glass{ + amount = 30 + }, +/obj/item/stack/sheet/glass{ + amount = 30 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQg" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/wood{ + amount = 10 + }, +/obj/item/stack/sheet/wood{ + amount = 10 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQh" = ( +/obj/structure/surface/rack, +/obj/item/device/lightreplacer, +/obj/item/light_bulb/tube/large, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQi" = ( +/obj/structure/surface/rack, +/obj/item/device/assembly/signaller, +/obj/item/device/assembly/signaller, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/prox_sensor, +/obj/item/device/assembly/prox_sensor, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQj" = ( +/obj/structure/surface/rack, +/obj/item/cell, +/obj/item/cell, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQk" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/camera, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "blue" + }, +/area/corsat/omega/control) +"bQl" = ( +/obj/structure/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bQm" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/lobby) +"bQn" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/lobby) +"bQo" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"bQp" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQq" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal{ + amount = 25; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQr" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQs" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQt" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bQv" = ( +/obj/structure/window/framed/corsat/hull, +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/inaccessible) +"bQw" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/surface/rack, +/obj/item/device/lightreplacer, +/obj/item/storage/box/lights, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) +"bQx" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"bQy" = ( +/turf/open/floor/corsat, +/area/corsat/gamma/hallwaysouth) +"bQA" = ( +/obj/structure/machinery/light, +/obj/structure/surface/rack, +/obj/item/storage/belt/utility/full, +/obj/item/device/multitool, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) +"bQB" = ( +/obj/structure/machinery/meter, +/obj/structure/pipes/standard/simple/visible{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"bQC" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) +"bQE" = ( +/obj/structure/pipes/binary/pump/on{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"bQF" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/southeast) +"bQG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"bQH" = ( +/obj/structure/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bQJ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/portable_atmospherics/powered/pump, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bQK" = ( +/obj/item/tool/wet_sign, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) +"bQL" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"bQM" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"bQN" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/inaccessible) +"bQO" = ( +/obj/structure/surface/rack, +/obj/item/cell/high, +/obj/item/cell/high, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) +"bQP" = ( +/obj/structure/machinery/portable_atmospherics/powered/scrubber, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bQQ" = ( +/obj/structure/machinery/portable_atmospherics/powered/pump, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bQR" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/tool/wet_sign, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bQS" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/emails, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/omega/control) +"bQT" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/science, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bQU" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/meson, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQV" = ( +/obj/structure/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bQW" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bQX" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"bQY" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/obj/item/clothing/glasses/welding, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"bQZ" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"bRa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"bRc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bRd" = ( +/obj/item/device/analyzer/plant_analyzer, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bRe" = ( +/obj/item/reagent_container/glass/bucket, +/obj/item/reagent_container/glass/bucket, +/obj/structure/surface/table/almayer, +/obj/item/tool/minihoe, +/obj/item/tool/hatchet, +/obj/item/tool/shovel/spade, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"bRf" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/security) +"bRg" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "OmegaWarden"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/corsat/omega/security) +"bRh" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Warden's Office"; + req_access_txt = "101" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "OmegaWarden"; + name = "Privacy Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"bRj" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"bRk" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/checkpoint) +"bRn" = ( +/obj/structure/surface/rack, +/obj/item/handcuffs, +/obj/item/handcuffs, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bRo" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/complex) +"bRp" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"bRq" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"bRr" = ( +/obj/structure/closet/secure_closet{ + name = "secure evidence locker"; + req_access_txt = "104" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"bRv" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/security) +"bRw" = ( +/obj/item/clothing/gloves/latex, +/obj/structure/surface/table/reinforced, +/obj/item/clothing/gloves/latex, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/security) +"bRx" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"bRy" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bRz" = ( +/obj/structure/closet/secure_closet/security_empty{ + name = "Warden's Locker" + }, +/obj/item/clothing/head/beret/sec/warden, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bRE" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/security) +"bRH" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Forensics" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/security) +"bRI" = ( +/obj/structure/machinery/computer/rdconsole, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"bRJ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/evidencebag, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/security) +"bRK" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/security) +"bRQ" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/security) +"bRV" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"bRW" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"bRX" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/security) +"bRY" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/security) +"bRZ" = ( +/obj/structure/surface/rack, +/obj/item/evidencebag, +/obj/item/evidencebag, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/security) +"bSa" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/security) +"bSb" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/handcuffs/zip, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/security) +"bSe" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/glass, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"bSf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bSg" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "riot cabinet"; + req_access_txt = "100" + }, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bSh" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "riot cabinet"; + req_access_txt = "100" + }, +/obj/item/handcuffs, +/obj/item/handcuffs, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bSi" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bSk" = ( +/obj/structure/window/framed/corsat/cell/security, +/turf/open/floor/plating, +/area/corsat/omega/checkpoint) +"bSl" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"bSm" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bSn" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/security) +"bSo" = ( +/obj/structure/machinery/door_control{ + id = "OmegaAccessC2"; + name = "Security Shutters"; + pixel_x = -24; + use_power = 0 + }, +/obj/structure/closet/secure_closet{ + name = "secure evidence locker"; + req_access_txt = "104" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"bSp" = ( +/obj/structure/closet/secure_closet{ + name = "secure evidence locker"; + req_access_txt = "104" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/checkpoint) +"bSr" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"bSx" = ( +/obj/structure/surface/table/almayer, +/obj/item/book/manual/engineering_construction, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"bSE" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"bSG" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaCheckpointC"; + name = "Security Shutters"; + pixel_x = 7; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"bSK" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/guestpass, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/checkpoint) +"bSM" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/checkpoint) +"bSO" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"bSW" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"bSX" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"bSZ" = ( +/obj/structure/bed/chair, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"bTb" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"bTh" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"bTj" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/checkpoint) +"bTk" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/theta/airlock/west/id) +"bTl" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"bTo" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"bTp" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"bTq" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 1 + }, +/obj/structure/machinery/door/window/eastright{ + name = "Weapon Rack" + }, +/obj/item/weapon/gun/revolver/m44, +/obj/item/weapon/gun/revolver/m44, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bTr" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced/toughened{ + dir = 1 + }, +/obj/structure/machinery/door/window/westright{ + name = "Weapon Rack" + }, +/obj/item/weapon/gun/smg/m39, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bTs" = ( +/obj/structure/target, +/obj/structure/target, +/obj/structure/target, +/obj/structure/target, +/obj/structure/target, +/obj/structure/target, +/obj/structure/closet/crate{ + desc = "A rectangular steel crate containing firing targets."; + name = "target crate" + }, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"bTt" = ( +/obj/structure/closet/bombcloset, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTu" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaGrounds"; + name = "Testing Grounds" + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTv" = ( +/obj/structure/machinery/door_control{ + id = "SigmaGrounds"; + name = "Testing Grounds"; + pixel_x = 24 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTw" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Testing Grounds"; + req_access_txt = "106"; + use_power = 0 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTx" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "SigmaGrounds"; + name = "Testing Grounds" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTy" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "SigmaGrounds"; + name = "Testing Grounds" + }, +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTz" = ( +/obj/item/explosive/plastic, +/obj/item/explosive/plastic, +/obj/item/explosive/plastic, +/obj/item/explosive/plastic, +/obj/structure/closet/secure_closet/guncabinet{ + name = "explosives cabinet"; + req_access_txt = "100" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTA" = ( +/obj/item/explosive/mine/pmc, +/obj/item/explosive/mine/pmc, +/obj/item/explosive/mine/pmc, +/obj/item/explosive/mine/pmc, +/obj/structure/closet/secure_closet/guncabinet{ + name = "explosives cabinet"; + req_access_txt = "100" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTB" = ( +/obj/item/explosive/grenade/high_explosive/frag, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/item/explosive/grenade/high_explosive/pmc, +/obj/structure/closet/secure_closet/guncabinet{ + name = "explosives cabinet"; + req_access_txt = "100" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTC" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaGrounds"; + name = "Testing Grounds" + }, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/corsat/sigma/biodome/testgrounds) +"bTH" = ( +/obj/item/paper/crumpled, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bTM" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/suit_cooling_unit, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bTN" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clothing/suit/armor/laserproof, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bTQ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/gripper, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bTV" = ( +/obj/structure/surface/table/reinforced, +/obj/item/cell/hyper/empty, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bTW" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clothing/head/helmet/augment, +/obj/item/tool/pen/paralysis, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bTX" = ( +/obj/item/paper/crumpled, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"bTZ" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"bUa" = ( +/obj/structure/surface/rack, +/obj/item/clothing/glasses/welding/superior, +/obj/structure/machinery/door/window/eastright{ + name = "Prototype Racks"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"bUc" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Sigma RnD"; + req_one_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bUg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + icon_state = "containment_corner_variant_2" + }, +/area/corsat/sigma/south/complex) +"bUh" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "Teleport Control"; + req_one_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bUi" = ( +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"bUl" = ( +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/food/drinks/drinkingglass, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"bUm" = ( +/obj/structure/machinery/power/smes, +/turf/open/floor/corsat, +/area/corsat/sigma/south/complex) +"bUn" = ( +/turf/open/floor/corsat, +/area/corsat/omega/complex) +"bUo" = ( +/obj/item/weapon/gun/flamer, +/obj/item/explosive/grenade/incendiary, +/obj/structure/closet/secure_closet/guncabinet{ + name = "specimen control cabinet"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bUr" = ( +/obj/structure/surface/table/reinforced, +/obj/item/explosive/grenade/custom/metal_foam, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"bUs" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/assembly/infra, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"bUt" = ( +/obj/structure/surface/table/reinforced, +/obj/item/explosive/grenade/empgrenade, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"bUv" = ( +/obj/structure/surface/table/reinforced, +/obj/item/explosive/grenade/custom/large, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"bUx" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bUz" = ( +/obj/structure/safe{ + spawnkey = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"bUA" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/explosive/grenade/custom/antiweed, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"bUC" = ( +/obj/structure/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bUD" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"bUI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bUJ" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bUK" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/closed/gm/dense, +/area/corsat/theta/biodome) +"bUL" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bUM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bUN" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bUO" = ( +/obj/structure/machinery/door_control{ + id = "SigmaBioAtmos"; + name = "Access Shutters"; + pixel_y = 24 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bUP" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bUQ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bUS" = ( +/obj/structure/pipes/standard/simple/hidden/universal, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bUT" = ( +/obj/structure/pipes/standard/simple/hidden/universal, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bUU" = ( +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "CO2 Control" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bUV" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 6 + }, +/obj/structure/machinery/meter, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bUW" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 8; + name = "Mixed Air Injector" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bUY" = ( +/obj/structure/pipes/trinary/mixer, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bUZ" = ( +/obj/structure/pipes/binary/pump/high_power/on{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bVb" = ( +/obj/structure/pipes/binary/pump/on{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"bVc" = ( +/obj/structure/surface/rack, +/obj/item/tank/air, +/obj/item/tank/air, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bVg" = ( +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Mixed Air Control" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bVm" = ( +/obj/structure/pipes/standard/simple/hidden/universal{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bVv" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bVw" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bVx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bVC" = ( +/obj/item/device/binoculars, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "SigmaControl"; + name = "Observation Shutters"; + pixel_y = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"bVD" = ( +/obj/structure/machinery/floodlight{ + name = "Floodlight"; + unacidable = 0 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"bVE" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bVH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bVI" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bVJ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bVL" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"bVM" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"bVN" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "car_sigma_out" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bVO" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bVQ" = ( +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bVS" = ( +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Mixed Air Control" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bVT" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 1; + name = "Mixed Air Injector" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bVU" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"bVV" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/machinery/meter, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bVW" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/machinery/meter, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bVX" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"bWb" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/airlock/control) +"bWc" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/computer/cameras{ + network = list("theta") + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWd" = ( +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWe" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWf" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bWg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWh" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bWi" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWj" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bWk" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bWm" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/control) +"bWn" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"bWo" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bWp" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"bWq" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWr" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWs" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWt" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"bWu" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bWv" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bWw" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/airlock/control) +"bWx" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"bWy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWz" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bWA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bWB" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"bWC" = ( +/obj/structure/pipes/standard/simple/hidden/universal{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWD" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/structure/machinery/meter, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWE" = ( +/obj/structure/pipes/binary/pump/high_power/on{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWH" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWJ" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWK" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"bWL" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bWM" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/structure/machinery/meter, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWN" = ( +/obj/structure/pipes/trinary/mixer{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWQ" = ( +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "CO2 Control" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWR" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bWS" = ( +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWT" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bWU" = ( +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + name = "Waste Tank Control" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bWX" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bWZ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"bXa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bXb" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"bXc" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bXd" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bXe" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bXl" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bXn" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"bXo" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXp" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/airlock/control) +"bXq" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXr" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXs" = ( +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXu" = ( +/obj/item/folder/black_random, +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXv" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXw" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXx" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXz" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXA" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXB" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"bXC" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXD" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXE" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"bXG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/control) +"bXH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bXI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bXK" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"bXN" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"bYm" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 4; + name = "Mixed Air Injector" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bYr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"bYQ" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 8; + name = "Waste Air Injector" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bYR" = ( +/obj/structure/surface/rack, +/obj/item/tank/air, +/obj/item/tank/air, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"bYS" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 4; + id_tag = "car_theta_out" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bYT" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "mix_theta_out" + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"bYU" = ( +/obj/structure/closet/l3closet/general, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/control) +"bYW" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/control) +"bYX" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/omega/control) +"bYY" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/omega/control) +"bYZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"bZa" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/binoculars, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/omega/control) +"bZb" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/control) +"bZc" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/omega/control) +"bZd" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/control) +"bZe" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/omega/control) +"bZf" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "Omega Dome Control"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"bZg" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/omega/control) +"bZh" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/omega/control) +"bZi" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"bZj" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/control) +"bZk" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/control) +"bZl" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "blue" + }, +/area/corsat/omega/control) +"bZm" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/control) +"bZp" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Weapons Development"; + req_access = null; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"bZq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/obj/item/restraints, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/control) +"bZr" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/control) +"bZt" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/spawner/random/tool, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"bZu" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"bZv" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"bZy" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"bZz" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/guestpass{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"bZN" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"bZP" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/airlock/south) +"bZW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/theta/airlock/east) +"bZX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/east) +"cab" = ( +/obj/structure/pipes/vents/pump{ + dir = 8; + id_tag = "mining_outpost_pump" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/theta/airlock/west) +"caf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/biodome/complex) +"cah" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydrowest) +"cai" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydroeast) +"cak" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydrowest) +"cal" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "West Hydroponics Wing"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"cam" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"cao" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"cap" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"caq" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "East Hydroponics Wing"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"car" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydroeast) +"cau" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"caw" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"caA" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"caG" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"caH" = ( +/obj/structure/machinery/light, +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"caI" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = -32 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/airlock/control) +"caM" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ + id = "SigmaWestE"; + name = "Sigma West Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/control) +"caQ" = ( +/obj/item/weapon/gun/flamer, +/obj/item/explosive/grenade/incendiary, +/obj/structure/closet/secure_closet/guncabinet{ + name = "specimen control cabinet"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/control) +"caS" = ( +/obj/structure/machinery/floodlight{ + name = "Floodlight"; + unacidable = 0 + }, +/turf/open/floor/plating, +/area/corsat/sigma/biodome/testgrounds) +"caT" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/obj/structure/machinery/colony_floodlight_switch{ + desc = "This switch controls the floodlights around the biodome. It only functions when there is power." + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"caU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"caV" = ( +/obj/structure/machinery/door_control{ + id = "ThetaBioAtmos"; + name = "Access Shutters"; + pixel_x = 24 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"caW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"caX" = ( +/obj/item/device/binoculars, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "ThetaControl"; + name = "Observation Shutters"; + pixel_y = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"caZ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "OmegaControl"; + name = "Observation Shutters"; + pixel_y = 5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "OmegaO"; + name = "Dome Lockdown"; + req_one_access_txt = "106;103"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/omega/control) +"cbc" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "OmegaO"; + name = "Dome Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/control) +"cbo" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"cbS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"cbV" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"cbW" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"cce" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"ccq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"cec" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"cem" = ( +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"ces" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"ceB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/theta/airlock/east) +"ceE" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clipboard, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"ceR" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"cfh" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/slime, +/obj/item/device/flashlight/slime{ + pixel_y = 8 + }, +/obj/item/device/flashlight/slime{ + pixel_x = -10 + }, +/obj/item/device/flashlight/slime{ + pixel_x = 10 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"cfA" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"cfO" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/gamma/foyer) +"cfZ" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"cgh" = ( +/obj/structure/surface/rack, +/obj/item/storage/wallet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"cgs" = ( +/obj/structure/surface/table, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"cgt" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/checkpoint) +"chg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"chJ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"chL" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"cia" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydroeast) +"cii" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"ciW" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/obj/structure/machinery/door/window/southleft{ + dir = 4; + layer = 2.8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"cjg" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dressing room" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"cjs" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/hallwaysouth) +"cjy" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/containment) +"cku" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"ckY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"clp" = ( +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/omega/offices) +"clI" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"cmk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"cmy" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"cnj" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/security) +"cnA" = ( +/obj/structure/surface/rack, +/obj/item/alienjar, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/eastright{ + dir = 2; + name = "Secure Racks"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"cog" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"cok" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"coy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"coS" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) +"cpS" = ( +/obj/item/bodybag, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar) +"cpU" = ( +/obj/structure/surface/rack, +/obj/item/device/flashlight, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"cqv" = ( +/obj/structure/computerframe, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/emergency_access) +"cqy" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"cru" = ( +/turf/open/floor/plating{ + dir = 10; + icon_state = "warnplate" + }, +/area/corsat/omega/hangar) +"crC" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"crG" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"crH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"csE" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/inaccessible) +"csI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"csM" = ( +/obj/structure/surface/table/almayer, +/obj/item/phone, +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/southeast/datalab) +"ctA" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"cuo" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"cut" = ( +/obj/structure/sign/safety/biolab, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/hallwaysouth) +"cvi" = ( +/obj/structure/closet/crate/science, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"cvm" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"cvr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential/researcher) +"cvO" = ( +/obj/structure/flora/jungle/plantbot1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"cvW" = ( +/obj/structure/machinery/door/window/westleft, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/datalab) +"cwr" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/maint) +"cwF" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"cxh" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHangarC-N"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/security) +"cxE" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/foyer) +"cxO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"cyK" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"cyX" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"czg" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"cAg" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar) +"cAV" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"cAX" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"cCK" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"cCP" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar) +"cEC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"cEI" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/lobby) +"cEQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars{ + icon_state = "mars_dirt_14" + }, +/area/corsat/sigma/biodome) +"cFe" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"cGi" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/medbay/morgue) +"cGF" = ( +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/hangar/arrivals) +"cIs" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"cJS" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"cJU" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/sigma/south) +"cJW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/structure/machinery/door/window/southright, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"cKa" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"cKi" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"cKv" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"cLh" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"cLZ" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"cMa" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"cMv" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/checkpoint) +"cMw" = ( +/obj/structure/machinery/computer/telecomms/traffic{ + req_one_access_txt = "19;106;102" + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"cNG" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/control) +"cNI" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"cOf" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"cOU" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar) +"cPT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/omega/hallways) +"cQR" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"cRn" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"cRx" = ( +/obj/item/cell/crap, +/turf/open/floor/corsat, +/area/corsat/gamma/cargo/disposal) +"cSi" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars{ + icon_state = "mars_dirt_9" + }, +/area/corsat/sigma/biodome) +"cSI" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"cTc" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"cTs" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"cUc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"cUp" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"cVq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"cVK" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greencorner" + }, +/area/corsat/gamma/hallwaysouth) +"cVR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"cWf" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/gamma/hallwaysouth) +"cWu" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"cWI" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"cWX" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/sigma/south) +"cXt" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"cXH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"cYU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential) +"cZu" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars, +/area/corsat/sigma/biodome) +"cZw" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("theta") + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"cZO" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south/id) +"daL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"daR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast/datalab) +"dbn" = ( +/obj/structure/surface/table, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"dbY" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"dct" = ( +/turf/open/floor/corsat, +/area/corsat/gamma/airlock/south/id) +"dcw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"dcK" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"dcU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"ddo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"ddS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"dex" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"deD" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"deG" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"deR" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"dfg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"dfB" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"dgp" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"dgq" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"dgx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"dgJ" = ( +/obj/structure/machinery/door_control{ + id = "RemoteGateO"; + name = "Gate Shutters"; + pixel_x = 24; + use_power = 0 + }, +/obj/structure/closet/crate/science, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/corsat/gamma/sigmaremote) +"dhN" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"diw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_cave_9" + }, +/area/corsat/sigma/biodome) +"diD" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"diI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"diP" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"djF" = ( +/turf/open/floor/corsat, +/area/corsat/gamma/residential/researcher) +"djM" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/omega/offices) +"djR" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/donkpockets, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"dlO" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"dlP" = ( +/obj/structure/closet/coffin, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"dlU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"dml" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/checkpoint) +"dmD" = ( +/obj/structure/machinery/door_control{ + id = "SigmaGate"; + name = "Gate Shutters"; + pixel_y = 24; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"dmE" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/east) +"dmP" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydroeast) +"dmR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"dnZ" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"dqt" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Teachers' Office"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"dqu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"dqQ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"drC" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"drW" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast/datamaint) +"dso" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"dsw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"dta" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"dtd" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south) +"dte" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"dui" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"duk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/core) +"duC" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/platform{ + dir = 8; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/sigma/south) +"duW" = ( +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"duY" = ( +/obj/structure/platform{ + dir = 8; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"dvn" = ( +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"dvp" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/platform, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"dvx" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"dvE" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplecorner" + }, +/area/corsat/gamma/residential) +"dwa" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplecorner" + }, +/area/corsat/theta/biodome/complex) +"dwr" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/dorms) +"dwH" = ( +/obj/structure/prop/almayer/computers/mapping_computer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"dwM" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" + }, +/obj/structure/cryofeed/right{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "\improper coolant feed" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/corsat/theta/biodome/complex) +"dwS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"dxx" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/assembly/signaller, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"dxy" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"dxB" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"dxS" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "GammaCargo"; + name = "Gamma Cargo Bay"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/gamma/cargo) +"dyU" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/hangar/arrivals) +"dyY" = ( +/obj/structure/pipes/vents/pump{ + dir = 8; + id_tag = "mining_outpost_pump" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/west) +"dzB" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"dzT" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"dzV" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"dzX" = ( +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/gamma/foyer) +"dzZ" = ( +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/control) +"dAk" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/south) +"dAW" = ( +/obj/structure/closet/crate/science, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"dBi" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"dBx" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"dBy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars{ + icon_state = "mars_dirt_13" + }, +/area/corsat/sigma/biodome) +"dBW" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"dCv" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"dCP" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/sigma/south) +"dDj" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"dDl" = ( +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth/id) +"dDt" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"dEe" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"dET" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"dFe" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"dFL" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"dFP" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"dGb" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"dHa" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"dIo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"dII" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"dJR" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/bronze, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/omega/offices) +"dJV" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy16" + }, +/area/prison/hangar_storage/research/shuttle) +"dKg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/security) +"dKv" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"dLL" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"dLX" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/rad, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"dMo" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"dMH" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"dMR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth) +"dNa" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"dNb" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"dNd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"dNs" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldpack, +/obj/item/tool/weldingtool, +/obj/item/clothing/head/welding, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"dNC" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/sigma/north) +"dNS" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"dOo" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"dOq" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"dOu" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"dOw" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"dOB" = ( +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/gamma/canteen) +"dPK" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"dPV" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/omega/control) +"dQc" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"dQp" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"dQQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"dQW" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"dRz" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south) +"dSi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"dSM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/foyer) +"dTb" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"dTy" = ( +/obj/structure/closet/radiation, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"dUn" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"dVM" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Engineering"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"dWk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential) +"dWY" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"dXy" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"dXO" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"dXW" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/slugs, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"dYh" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/phone, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/omega/offices) +"dYk" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"dYJ" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"dZe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"dZu" = ( +/obj/structure/surface/rack, +/obj/item/device/lightreplacer, +/obj/item/storage/box/lights, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"dZH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"dZW" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"eaL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"ebq" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"eby" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"ebH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"ect" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"ecX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"edy" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"edN" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"eeL" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"eeN" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"efN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/west) +"egq" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"egJ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/airlock/control) +"egM" = ( +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"egZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/corsat/sigma/south/complex) +"ehg" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/vents/pump, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"ehj" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"ehC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"ehS" = ( +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential/researcher) +"ehU" = ( +/obj/structure/surface/table, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"eii" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, +/area/corsat/theta/biodome) +"eiG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"eiQ" = ( +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"eiR" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"ejb" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"eji" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"ejk" = ( +/obj/structure/cargo_container/hd/mid/alt, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"ejl" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"ejD" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/pistachios, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"ejL" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/grenade/high_explosive/frag, +/obj/item/explosive/grenade/high_explosive/frag, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"ekd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"ekK" = ( +/obj/structure/machinery/smartfridge/seeds, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydrowest) +"ekM" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/south/security) +"elt" = ( +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"elR" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"elX" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"ema" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydrowest) +"emb" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south) +"eme" = ( +/obj/structure/janitorialcart, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydroeast) +"enf" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"enu" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"enU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"eon" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"eoE" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"eoF" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"eoZ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"epc" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplecorner" + }, +/area/corsat/omega/hallways) +"epg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"epm" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"epI" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/airlock/south/id) +"epN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"eqa" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/checkpoint) +"eqg" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) +"eql" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"eqt" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"eqz" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/engineering/atmos) +"eqF" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential) +"eqK" = ( +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/foyer) +"erb" = ( +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"erc" = ( +/obj/structure/bed/chair/office/dark, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"erh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/control) +"erP" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/platform{ + dir = 8; + layer = 2.7 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"esg" = ( +/obj/structure/surface/table/reinforced, +/obj/item/ashtray/plastic, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"esA" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"esF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"esV" = ( +/obj/structure/morgue, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"etp" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/west) +"etD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_12" + }, +/area/corsat/sigma/biodome) +"euc" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"euV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/corsat/sigma/biodome) +"evq" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"evv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"ewM" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "CORSAT Academy"; + req_one_access = null + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"ewP" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/checkpoint) +"ewT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 + }, +/area/corsat/gamma/sigmaremote) +"ewW" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/offices) +"exf" = ( +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/datalab) +"exz" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Teleporter Power Room"; + req_access_txt = "103"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"exC" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"exY" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"eym" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast) +"eyz" = ( +/turf/open/floor/plating{ + dir = 5; + icon_state = "warnplate" + }, +/area/corsat/omega/hangar) +"ezs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"ezx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydrowest) +"ezQ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"ezR" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"eAD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/coast/south, +/area/corsat/theta/biodome) +"eBl" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"eBx" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"eDe" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"eDq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/south/id) +"eDz" = ( +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/corsat/sigma/hangar) +"eDK" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"eDM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"eDP" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"eDZ" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"eEJ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"eEW" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast/generator) +"eGx" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/security) +"eGM" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"eGQ" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"eIq" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/sigma/cargo) +"eIL" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/corsat/theta/biodome) +"eJg" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"eKm" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"eKL" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/corsat/gamma/administration) +"eKV" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"eLc" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"eLR" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"eMB" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"eMI" = ( +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" + }, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"eNm" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"eNn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 + }, +/area/corsat/sigma/south/complex) +"eNI" = ( +/obj/structure/platform{ + density = 0; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/sigma/south) +"eNM" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"eOI" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"eOS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"eOZ" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"eQR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"eRE" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"eSY" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"eTg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"eTj" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"eTC" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"eTR" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"eUe" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"eUf" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplecorner" + }, +/area/corsat/sigma/south) +"eUn" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/containment) +"eUB" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"eUE" = ( +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"eUK" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydrowest) +"eUR" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south) +"eVe" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/omega/hallways) +"eVr" = ( +/obj/structure/coatrack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/omega/offices) +"eVQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"eWX" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"eXO" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/camera, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"eXS" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"eXX" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"eYe" = ( +/obj/structure/bedsheetbin, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"eYr" = ( +/obj/structure/surface/rack, +/obj/item/storage/briefcase, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"eYv" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"eYG" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"eYT" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/security) +"eZq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"eZv" = ( +/obj/structure/closet/jcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydroeast) +"eZQ" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"faT" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"fbe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"fbs" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"fcd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"fcq" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"fdc" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/corsat, +/area/corsat/gamma/residential/researcher) +"fdf" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/omega/hallways) +"feg" = ( +/obj/structure/closet/crate/science, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"fey" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"ffa" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"ffc" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"ffl" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"ffp" = ( +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"ffC" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"ffF" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/flashlight/lamp, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"ffQ" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south) +"fgs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/corsat/sigma/south/complex) +"fgu" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"fgN" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"fha" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/sigma/north) +"fhb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"fhG" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/folder/black_random, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/omega/offices) +"fie" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"fip" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"fkn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"fkG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Hangar Security"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"fkV" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"fkX" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"flh" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/omega/cargo) +"fll" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south) +"flo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/gamma/foyer) +"flt" = ( +/obj/vehicle/train/cargo/trolley, +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"flB" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"flQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"fmd" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Engineering"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"fmk" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"fmq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"fmw" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydrowest) +"fmC" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/reinforced, +/obj/item/device/assembly/voice, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"fmZ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/north) +"fnd" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"fnz" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"fog" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) +"fpI" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"fpL" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"fqk" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("theta") + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydrowest) +"fqp" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"frk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_15" + }, +/area/corsat/sigma/biodome) +"fsd" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/red, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"fsu" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/hallways) +"fsL" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"fsP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"fsS" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"ftx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"ftX" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"fue" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/gm/dense, +/area/corsat/theta/biodome) +"fum" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south) +"fuG" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"fuK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth/id) +"fwq" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"fwQ" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"fxf" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/residential/east) +"fxn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth) +"fxM" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/airlock/control) +"fxW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth/id) +"fyq" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"fyy" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/atmos) +"fyO" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"fzd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"fzm" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"fzo" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"fzV" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"fBG" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"fCi" = ( +/obj/structure/surface/table, +/obj/item/folder, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"fCx" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"fCK" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"fCN" = ( +/obj/item/storage/box/masks, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"fDx" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"fDY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential/east) +"fEl" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"fEC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"fEI" = ( +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"fFh" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/maint) +"fFI" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"fGJ" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Teleportation Chamber"; + req_one_access_txt = "103" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/corsat/gamma/sigmaremote) +"fGO" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"fGP" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"fGS" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/hallwaysouth) +"fGV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"fHO" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat, +/area/corsat/sigma/hangar) +"fHP" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/dorms) +"fHX" = ( +/obj/structure/closet, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"fIr" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"fIY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/hallways) +"fIZ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/north) +"fJf" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast) +"fJm" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat, +/area/corsat/gamma/cargo/disposal) +"fJZ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"fKw" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"fLz" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"fMi" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"fMn" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"fMN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/canteen) +"fNy" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"fOd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"fPp" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"fQl" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/airlock/control) +"fQm" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"fRD" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"fRR" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"fSo" = ( +/obj/structure/bed/stool, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"fSr" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"fSA" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"fSB" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) +"fSU" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"fSX" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/turf/open/floor/plating, +/area/prison/hangar_storage/research/shuttle) +"fTw" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/datamaint) +"fTx" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"fTT" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth) +"fUp" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"fUA" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/security) +"fVm" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"fVo" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"fWe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"fWx" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"fWK" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"fWN" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/checkpoint) +"fXx" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"fXA" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"fXP" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"fYL" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"fZq" = ( +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/security) +"fZW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"gab" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"gak" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/east) +"gbd" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"gbw" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"gbQ" = ( +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"gcs" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydroeast) +"gcy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"gcE" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"gcM" = ( +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/corsat/omega/hangar) +"gcW" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/theta/airlock/control) +"gdy" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"gdD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_cave_12" + }, +/area/corsat/sigma/biodome) +"gdM" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/id) +"gdO" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"ged" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth) +"gei" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"geu" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/landmark/interior/spawn/entrance/step_toward{ + dir = 1; + exit_type = /obj/structure/interior_exit/fancy/ladder; + tag = "insanity4" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"gew" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south) +"geN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"gfL" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("theta") + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"gfM" = ( +/obj/structure/machinery/smartfridge/seeds, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydroeast) +"ggc" = ( +/obj/structure/closet/crate/science, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"ggq" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/foyer) +"ggU" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"ghx" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/maint) +"ghB" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"ghJ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"giX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplecorner" + }, +/area/corsat/sigma/south) +"gjb" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/corsat/sigma/biodome/scrapyard) +"gjh" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"gjj" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"gjt" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/plating, +/area/prison/hangar_storage/research/shuttle) +"gjX" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/checkpoint) +"gke" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"gkA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"gkC" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"gkH" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"gkU" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaSouthAirlockC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/airlock/south/id) +"glr" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"gne" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/omega/hallways) +"gnC" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"gnF" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"gnO" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"gnR" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"goe" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/airlocknorth) +"gok" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"gpn" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"gpu" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Engineering Storage"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"gpP" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"gqd" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"gqi" = ( +/obj/structure/bed/chair/office/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"gqo" = ( +/obj/structure/closet/toolcloset, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"gqH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"gqK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"gqT" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/vents/pump, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"gqV" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"gra" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"grc" = ( +/obj/structure/closet/secure_closet/engineering_personal{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"gre" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/river, +/area/corsat/theta/biodome) +"grf" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"grg" = ( +/obj/structure/surface/table, +/obj/item/book, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"grD" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"grK" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"gsg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"gtc" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"gth" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"gtp" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"gtr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"gtI" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"gtP" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/gamma/residential) +"gtX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"gud" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"gui" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"guq" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toolbox, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"guA" = ( +/obj/structure/curtain/open/medical, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"guG" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"guS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/gamma/foyer) +"gvi" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"gvl" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"gvs" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"gwV" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/east/id) +"gwW" = ( +/obj/structure/surface/table/reinforced, +/obj/item/phone, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"gwY" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"gxb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"gxu" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"gyg" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/datalab) +"gys" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/revolver/cmb, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"gyx" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Hangar Security"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"gyK" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"gzf" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat, +/area/corsat/sigma/cargo) +"gzL" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/west) +"gAh" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/morgue) +"gAt" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"gAv" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"gBh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"gBx" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"gCo" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"gCO" = ( +/turf/open/floor/corsat{ + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"gEf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"gEy" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"gEU" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"gFh" = ( +/obj/structure/flora/jungle/alienplant1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"gGb" = ( +/obj/structure/surface/table, +/obj/item/book, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"gGF" = ( +/turf/open/floor/corsat{ + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/morgue) +"gGQ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 1; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/omega/control) +"gGR" = ( +/obj/structure/surface/rack, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"gGT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"gGZ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"gHg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"gHn" = ( +/obj/structure/machinery/computer/crew, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"gIe" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"gIT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/omega/offices) +"gJr" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/emails, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"gJS" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"gJX" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/airlock/west/id) +"gKn" = ( +/obj/structure/closet/wardrobe, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"gKu" = ( +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/gamma/hallwaysouth) +"gKQ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/gamma/sigmaremote) +"gLs" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/inaccessible) +"gLM" = ( +/obj/structure/fence, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"gMC" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"gNb" = ( +/turf/open/floor/corsat{ + icon_state = "purple" + }, +/area/corsat/omega/complex) +"gNt" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"gOk" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"gOx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"gOP" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"gPd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar) +"gPk" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"gPo" = ( +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"gPC" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"gPN" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/security) +"gPU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"gPX" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"gQj" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/corsat/gamma/airlock/south/id) +"gQL" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"gRf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"gRg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"gRm" = ( +/obj/structure/bed/stool{ + pixel_y = 15 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"gRB" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/north) +"gRH" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"gRP" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Morgue"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/morgue) +"gSm" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"gSu" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"gSC" = ( +/obj/structure/largecrate/random/barrel, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/gamma/cargo/disposal) +"gSI" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"gSQ" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/corsat/theta/biodome/complex) +"gUe" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/prop/almayer/computers/mapping_computer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"gUj" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/dorms) +"gUs" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"gUw" = ( +/obj/structure/closet/crate/science{ + density = 0; + icon_state = "open_science"; + opened = 1 + }, +/obj/item/organ/kidneys, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"gUX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"gVr" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"gVw" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/dorms) +"gVM" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/offices) +"gVR" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"gWS" = ( +/obj/structure/surface/table, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"gWU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"gXp" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"gXv" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"gXG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"gXL" = ( +/obj/structure/surface/rack, +/obj/item/device/lightreplacer, +/obj/item/storage/box/lights, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydroeast) +"gXM" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"gXN" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"gYm" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/maint) +"gYA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) +"gYL" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/gamma/sigmaremote) +"gZc" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"gZj" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"gZs" = ( +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/sigma/south) +"gZw" = ( +/obj/effect/landmark/corpsespawner/chef, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"gZB" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"gZH" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/screwdriver, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"hap" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"hat" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"hay" = ( +/obj/structure/closet/secure_closet/security_empty{ + name = "Warden's Locker" + }, +/obj/item/clothing/head/beret/sec/warden, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"haG" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Showers" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"hbB" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"hbF" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/omega/control) +"hbX" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet5-1" + }, +/area/corsat/omega/offices) +"hcg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"hcH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/north) +"hcU" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"hdB" = ( +/obj/structure/flora/jungle/plantbot1, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"hdG" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"hdR" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"hed" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/cargo) +"hei" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"hel" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"heo" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"hep" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/security) +"heL" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"hfG" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8; + layer = 2.8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"hgB" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth/id) +"hhj" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/west) +"hho" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/corsat/gamma/sigmaremote) +"hhA" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"hhP" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/freezer) +"hhT" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"hiw" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"hjq" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"hjU" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"hkn" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"hkp" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"hkZ" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"hlf" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/corsat/gamma/sigmaremote) +"hls" = ( +/obj/structure/xenoautopsy/tank/hugger, +/turf/open/floor/corsat, +/area/corsat/omega/complex) +"hlC" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"hlM" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ + id = "SigmaWestW"; + name = "Sigma West Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/control) +"hmO" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"hnr" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"hnx" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"hnR" = ( +/obj/structure/flora/jungle/plantbot1, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"hoh" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"hok" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"hoC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/security) +"hpB" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"hpC" = ( +/obj/structure/closet/secure_closet{ + name = "secure evidence locker"; + req_access_txt = "104" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"hqa" = ( +/obj/structure/machinery/light, +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"hqv" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"hqA" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"hqU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"hqX" = ( +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"hrf" = ( +/obj/structure/surface/table, +/obj/item/folder/yellow, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"hsq" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"hsD" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"hsJ" = ( +/obj/structure/surface/table, +/obj/item/paper, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"hsM" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + pixel_x = 5; + pixel_y = 2; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/hangar/office) +"hte" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"htv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar) +"htZ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"huc" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"hun" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"huo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/maint) +"hur" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"huK" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"huL" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/bodybags, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"huQ" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"hva" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/dorms) +"hvj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"hvl" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"hvn" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"hvz" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"hvD" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south) +"hvT" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"hvZ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"hws" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"hwI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"hwV" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"hxc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential/researcher) +"hxl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"hxW" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/hangar/office) +"hyf" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"hyY" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/binoculars, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"hzm" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"hzU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"hAB" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"hBo" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"hBp" = ( +/obj/structure/machinery/medical_pod/sleeper{ + flags_atom = 18 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"hBF" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"hCm" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"hCt" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"hCG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"hCJ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Firing Range"; + req_one_access_txt = "106;102;103"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"hCY" = ( +/obj/structure/safe, +/obj/item/stack/sheet/mineral/diamond{ + amount = 5 + }, +/obj/item/stack/sheet/mineral/uranium{ + amount = 5 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"hDE" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/morgue) +"hDF" = ( +/turf/open/floor/corsat, +/area/corsat/gamma/cargo/disposal) +"hDO" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, +/area/corsat/theta/biodome) +"hDX" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/omega/cargo) +"hEb" = ( +/obj/structure/closet/cabinet, +/obj/item/device/camera, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"hEt" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/east) +"hFc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"hFh" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "OmegaSecC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/omega/security) +"hFm" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"hGd" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Security Hub"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"hGf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"hHn" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Airlock Control"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"hHx" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar) +"hHA" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/corsat/omega/containment) +"hHL" = ( +/obj/item/alien_embryo{ + color = "#00ff80"; + name = "corrupted alien embryo" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/corsat/omega/containment) +"hHM" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"hId" = ( +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential) +"hIh" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"hJw" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"hJI" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"hKi" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"hKt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"hKA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"hKD" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"hKH" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"hKZ" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) +"hLh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"hLL" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"hMo" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"hNA" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydrowest) +"hOb" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/airlock/south) +"hOw" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"hOU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintenance Closet"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/sigmaremote) +"hOV" = ( +/obj/structure/machinery/light, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"hPg" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south) +"hPr" = ( +/obj/item/storage/box/gloves, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"hPy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"hPF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"hPL" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"hQf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"hQS" = ( +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/omega/hallways) +"hRI" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"hRK" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"hSo" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/checkpoint) +"hSQ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"hTd" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"hTr" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"hTI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintenance Closet"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"hUR" = ( +/obj/structure/machinery/door/window/southleft, +/obj/structure/machinery/door/window/northleft, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"hUS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"hUY" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"hVq" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"hVx" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"hVF" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ + id = "ThetaWestW"; + name = "Theta West Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/west) +"hWg" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/southeast) +"hWW" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/monkeycubes, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"hXH" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"hYo" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"hYI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast/datamaint) +"hYZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"hZU" = ( +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"iaq" = ( +/obj/effect/landmark/interior/spawn/entrance/step_toward{ + dir = 1; + exit_type = /obj/structure/interior_exit/fancy/ladder; + tag = "insanity5" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/corsat/omega/containment) +"ibe" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"ick" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplecorner" + }, +/area/corsat/omega/hallways) +"icZ" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"idf" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced, +/obj/item/tank/air, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"idU" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"iei" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"ieZ" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"ifh" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"ifj" = ( +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/administration) +"ifx" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"ifS" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/east) +"ifX" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/airlock/south/id) +"igg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"iho" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"ihD" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"ihL" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/datalab) +"ihN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"iik" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"iiI" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"iiS" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"iiX" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"ijA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"ikv" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast/datalab) +"ikC" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Holding Cell"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"ill" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"ilm" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"ilo" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"ilF" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"ilI" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/west/id) +"ilZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"imz" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"imK" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/assembly/timer, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"ing" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"inT" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"inY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/mars{ + icon_state = "mars_dirt_3" + }, +/area/corsat/sigma/biodome) +"inZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/omega/cargo) +"ipE" = ( +/obj/structure/closet/radiation, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"iqp" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"iqx" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/generator) +"iqE" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"iqY" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/sigma/north) +"irp" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "arrow_south" + }, +/area/corsat/sigma/hangar) +"ish" = ( +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"isS" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Laboratory"; + req_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"isY" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"its" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"itD" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"iuz" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar) +"ivW" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/airlock/north/id) +"iwB" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"iwU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"ixd" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"ixZ" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"iyp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "SigmaHangarC-E"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"izl" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "riot cabinet"; + req_access_txt = "100" + }, +/obj/item/restraints, +/obj/item/restraints, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/security) +"izn" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"izt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/sigma/airlock/control) +"iAy" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"iAD" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"iBg" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"iBO" = ( +/obj/structure/pipes/vents/pump{ + dir = 8; + id_tag = "mining_outpost_pump" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/sigmaremote) +"iCm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"iCo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"iCA" = ( +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"iCN" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/machine/clonepod, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"iCP" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/south/id) +"iDB" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/dorms) +"iDD" = ( +/turf/open/floor/plating{ + dir = 6; + icon_state = "warnplate" + }, +/area/corsat/omega/hangar) +"iDV" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"iEg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"iEH" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"iEN" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"iEY" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"iFy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"iFL" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/hallways) +"iGT" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"iHc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/medbay/morgue) +"iHo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"iHY" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/omega/hallways) +"iIf" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Research Hallway"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"iIK" = ( +/obj/structure/bed/sofa/vert/white/bot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"iIU" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"iJv" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"iJz" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/cargo) +"iKn" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"iLj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/hangar/office) +"iLv" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"iLw" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"iLZ" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"iMM" = ( +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/administration) +"iNk" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"iNl" = ( +/obj/structure/machinery/constructable_frame, +/turf/open/floor/corsat, +/area/corsat/gamma/cargo/disposal) +"iNR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"iNZ" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/corsat/omega/offices) +"iOe" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"iOi" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydrowest) +"iOL" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"iOP" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"iPn" = ( +/obj/structure/platform{ + density = 0; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"iPo" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor/corsat, +/area/corsat/sigma/south/robotics) +"iQi" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"iQE" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/researcher) +"iQH" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"iQL" = ( +/obj/structure/closet/wardrobe/robotics_black, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"iQY" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/barricade/handrail, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"iRw" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"iSB" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/arrivals) +"iTt" = ( +/obj/structure/platform{ + density = 0; + dir = 1; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"iTL" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"iTT" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/north/id) +"iTW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/corsat/theta/biodome) +"iVp" = ( +/obj/structure/machinery/light, +/obj/structure/janitorialcart, +/obj/item/tool/mop, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"iWo" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"iWx" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"iWH" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"iWK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"iWO" = ( +/obj/structure/surface/table, +/obj/item/folder/blue, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"iXU" = ( +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"iYj" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"iYG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"iYR" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/core) +"iZv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"iZz" = ( +/obj/structure/closet/cabinet, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"iZQ" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Living Room"; + req_one_access = null + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"iZZ" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"jai" = ( +/obj/structure/platform{ + density = 0; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"jaJ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"jba" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"jbj" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"jcl" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"jdt" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/deck/uno, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"jdV" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"jee" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/west/id) +"jeE" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/theta/airlock/control) +"jgb" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/retractor, +/obj/item/tool/surgery/bonesetter, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"jgG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/hangar/security) +"jhz" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"jhL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"jhN" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/control) +"jhO" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"jja" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/gamma/hallwaysouth) +"jjb" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"jjz" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/morgue) +"jjC" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"jjN" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"jkb" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/sigmaremote) +"jlp" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"jlL" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"jlU" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("theta") + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"jme" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"jmg" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"jmQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 + }, +/area/corsat/sigma/south/complex) +"jmU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"jnt" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaEastID"; + name = "Security Shutters"; + use_power = 0 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"jnA" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"jnI" = ( +/obj/structure/xenoautopsy/tank, +/turf/open/floor/corsat, +/area/corsat/omega/complex) +"jnX" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"jpn" = ( +/obj/structure/surface/rack, +/obj/item/toy/plush/farwa, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"jqo" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/airlock/west) +"jqz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"jrQ" = ( +/obj/structure/bed/stool{ + pixel_y = 15 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"jsp" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/obj/structure/machinery/vending/cola, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"jsq" = ( +/obj/structure/bed/chair/office/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"jsK" = ( +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"juf" = ( +/obj/structure/closet/cabinet, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"juh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"juk" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/security) +"juq" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"juI" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"jvC" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"jwv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars{ + icon_state = "mars_dirt_11" + }, +/area/corsat/sigma/biodome) +"jwx" = ( +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"jwE" = ( +/obj/structure/closet/radiation, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"jxN" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"jyb" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"jyk" = ( +/obj/structure/surface/rack, +/obj/item/device/binoculars, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"jyM" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/omega/hallways) +"jyR" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"jyZ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"jzM" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"jAq" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/security) +"jAz" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"jAE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"jAO" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/sigma/hangar) +"jBx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars{ + icon_state = "mars_dirt_12" + }, +/area/corsat/sigma/biodome) +"jBC" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"jDp" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"jEI" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast) +"jEK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"jFF" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/researcher) +"jFJ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) +"jGa" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"jGd" = ( +/obj/structure/platform{ + density = 0; + dir = 1; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"jGk" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/gamma/sigmaremote) +"jGH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/airlock/east) +"jGZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"jHa" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"jHF" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/gamma/hallwaysouth) +"jIm" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"jIw" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/omega/hallways) +"jJp" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"jJt" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Arrivals" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/checkpoint) +"jJv" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"jJM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"jJQ" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"jKy" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"jLT" = ( +/obj/structure/bed/chair, +/obj/structure/platform{ + dir = 8; + layer = 2.8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"jNU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"jOh" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/airlock/south) +"jOn" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"jOw" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"jOE" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/researcher) +"jPe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"jPL" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/sparker, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"jQL" = ( +/obj/structure/closet/wardrobe, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"jQT" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"jRl" = ( +/obj/structure/pipes/vents/pump, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"jRw" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"jRL" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/hallways) +"jSm" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"jTg" = ( +/obj/structure/machinery/door_control{ + id = "OmegaCargoN"; + name = "Cargo Door"; + pixel_x = 24; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/omega/cargo) +"jTS" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"jUa" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/rnr) +"jVn" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"jVW" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/gamma/hallwaysouth) +"jWb" = ( +/obj/structure/pipes/standard/cap/hidden{ + dir = 1 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/corsat/theta/biodome/complex) +"jWy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"jWE" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/sigma/north) +"jWN" = ( +/obj/effect/landmark/interior/spawn/entrance/step_toward{ + dir = 1; + exit_type = /obj/structure/interior_exit/fancy/ladder; + tag = "insanity2" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) +"jXg" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/sigma/cargo) +"jXo" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"jYc" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/sigmaremote) +"jYs" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"jYC" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"jYD" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"jYY" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/phoron/medium_stack, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"jZA" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential/researcher) +"kad" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"kaf" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"kap" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"kar" = ( +/obj/structure/bed/chair/office/light, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"kat" = ( +/obj/structure/closet/radiation, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"kbm" = ( +/obj/structure/surface/table, +/obj/item/device/megaphone, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"kbS" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/mech_bay_recharge_port{ + pixel_x = 8 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"kcb" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"kdl" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"kdA" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"kdH" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/screwdriver, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"ker" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"keE" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"kfJ" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"kfZ" = ( +/obj/structure/closet/jcloset, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"kgn" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"kgD" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"khv" = ( +/obj/structure/machinery/lapvend, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"khD" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/sigma/south) +"kiO" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/control) +"kje" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/administration) +"kjm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"kjC" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential) +"kjH" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"kky" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"kkK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"kkR" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"kkV" = ( +/obj/structure/closet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"kmf" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/biodome/complex) +"kmj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"kmI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/scrapyard) +"knc" = ( +/obj/effect/landmark/interior/spawn/entrance/step_toward{ + dir = 1; + exit_type = /obj/structure/interior_exit/fancy/ladder; + tag = "insanity3" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/corsat/sigma/biodome/testgrounds) +"knx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"knD" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"knG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"knS" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"kof" = ( +/obj/structure/machinery/computer/secure_data{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"koh" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"kow" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"koV" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"koY" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"kps" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_8" + }, +/area/corsat/sigma/biodome) +"kpS" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"kqm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"kqs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"kqA" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth/id) +"kqZ" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"krn" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/corsat/theta/biodome/complex) +"krR" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"ksk" = ( +/obj/structure/machinery/processor, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"ksn" = ( +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/sigma/cargo) +"ksF" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"ksT" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"ksX" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"kuq" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"kuC" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"kuO" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south/id) +"kuU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"kuW" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/bed/nest, +/turf/open/floor/almayer/research/containment/entrance{ + dir = 8 + }, +/area/corsat/omega/containment) +"kvN" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"kxc" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Hangar Office"; + req_access_txt = "106" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/office) +"kxs" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"kyb" = ( +/obj/structure/surface/rack, +/obj/item/storage/donut_box, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"kyQ" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/maint) +"kzd" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"kzm" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"kzA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"kzN" = ( +/obj/structure/bed/chair, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"kBE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"kBN" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"kBW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"kCb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_12" + }, +/area/corsat/sigma/biodome) +"kCk" = ( +/obj/structure/pipes/vents/pump, +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/corsat/sigma/biodome) +"kCm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"kCq" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth) +"kDt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"kDL" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"kEq" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"kEJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"kFq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/corsat/gamma/sigmaremote) +"kFZ" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"kGi" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"kGK" = ( +/obj/structure/surface/table, +/obj/item/book, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"kGP" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"kGV" = ( +/obj/structure/surface/table, +/obj/item/paper_bin, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"kHP" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"kIz" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greencorner" + }, +/area/corsat/gamma/hallwaysouth) +"kID" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("theta") + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydroeast) +"kJa" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"kJk" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydroeast) +"kKs" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"kKw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"kKB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"kKK" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"kLC" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"kMu" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"kMZ" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"kNB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/chemistry) +"kNQ" = ( +/obj/structure/bed/nest, +/turf/open/floor/corsat, +/area/corsat/sigma/biodome) +"kOc" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"kOd" = ( +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"kOi" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"kOv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"kOA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"kPl" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"kPp" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/security) +"kPH" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/rnr/arcade) +"kPP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"kPS" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"kQd" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"kQe" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"kQS" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/corsat/theta/biodome/complex) +"kRc" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"kRB" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"kRO" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/core) +"kSa" = ( +/turf/open/floor/corsat{ + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"kSt" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"kSx" = ( +/obj/structure/surface/table/reinforced, +/obj/item/bananapeel{ + name = "tactical banana peel" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"kSG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"kSM" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"kSY" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south/id) +"kTg" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"kTx" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplecorner" + }, +/area/corsat/sigma/south) +"kUp" = ( +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"kUt" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"kUV" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/deck, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"kVT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"kVZ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"kWe" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"kWL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"kWZ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"kXp" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"kXz" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"kYn" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"kYC" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/foyer) +"kZy" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 25 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"lac" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/airlock/west) +"laE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"laV" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"lbY" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"lco" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"lda" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"ldg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"ldy" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"ldE" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"ldN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"ldS" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydroeast) +"leg" = ( +/obj/structure/sign/safety/laser{ + pixel_x = 32 + }, +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"leI" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/obj/structure/machinery/door/window/southright, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"leJ" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"leP" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"leR" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"leS" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"leW" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("theta") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"lfF" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"lfH" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/morgue) +"lgo" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/datalab) +"lgt" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"lgv" = ( +/obj/structure/surface/table, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"lgx" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"lhi" = ( +/obj/structure/surface/rack, +/obj/item/clothing/shoes/sandal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"lhl" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"lhL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"lhS" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth) +"lib" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"lig" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"liQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"ljw" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/gamma/residential) +"lkk" = ( +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/datalab) +"lkm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"lko" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"lkv" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"lkF" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"llr" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"llM" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/south) +"lmx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"lmV" = ( +/obj/structure/pipes/vents/pump, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"lnc" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/donkpockets, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"lnG" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "GammaSouthID"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"lnM" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"lnW" = ( +/obj/structure/surface/table/reinforced, +/obj/item/phone, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"lom" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"loF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"lps" = ( +/obj/structure/bed/chair/comfy, +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"lqm" = ( +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"lqR" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/deck/uno, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"lqX" = ( +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"lsc" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"lsk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"lsB" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"lsH" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"ltl" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"lue" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/dice/d20, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"lug" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + dir = 1; + name = "Administration Office" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "OmegaOffice"; + name = "Privacy Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"luj" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"luQ" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"lvg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/hallwaysouth) +"lvR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"lvU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"lwk" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"lwl" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/corsat/gamma/sigmaremote) +"lwu" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/hangar) +"lwL" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"lxj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"lxS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"lyd" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Teleportation Lab"; + req_access = null; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"lyu" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/lobby) +"lyK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"lzc" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"lzI" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/southeast) +"lAd" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"lBj" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"lBx" = ( +/obj/structure/machinery/vending/snack, +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"lCa" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tech_supply, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"lCr" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) +"lDh" = ( +/obj/structure/surface/table/reinforced, +/obj/item/stack/cable_coil, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"lDJ" = ( +/obj/structure/machinery/door_control{ + id = "RemoteGateO"; + name = "Gate Shutters"; + pixel_y = 24; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"lDT" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/dorms) +"lEb" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/hallways) +"lER" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"lFq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"lFU" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Hangar Security"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"lFX" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"lGj" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"lGp" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + name = "Hydroponics"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"lGq" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/checkpoint) +"lGD" = ( +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"lHk" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"lHI" = ( +/obj/structure/surface/table/reinforced, +/obj/item/ammo_rcd, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"lHK" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"lHU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/security) +"lId" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/south/security) +"lIf" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"lIu" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"lIQ" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/sigma/north) +"lIW" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"lIX" = ( +/obj/structure/surface/table/reinforced, +/obj/item/phone, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"lIY" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/south) +"lJj" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) +"lJq" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"lJz" = ( +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/hallwaysouth) +"lJR" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"lKy" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"lKC" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"lLc" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"lLe" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"lLO" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"lMf" = ( +/obj/structure/machinery/bot/cleanbot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydrowest) +"lMU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/checkpoint) +"lNS" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"lOn" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/east) +"lOM" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"lOV" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"lOW" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + autoclose = 0; + density = 0; + dir = 1; + icon_state = "door_open"; + name = "Containment Cell 5"; + req_one_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) +"lPh" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/control) +"lPi" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential) +"lPD" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/rad, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"lPH" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"lQk" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"lQr" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"lQu" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"lQw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/datalab) +"lRg" = ( +/obj/structure/computer3frame/server{ + icon_state = "4" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"lRQ" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/id) +"lSS" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"lTA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/corsat/gamma/sigmaremote) +"lTC" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/omega/offices) +"lUc" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/gamma/airlock/south) +"lUI" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"lUM" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"lVb" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/sigma/airlock/control) +"lVo" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo) +"lVw" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/west) +"lVx" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"lVF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"lVW" = ( +/turf/open/floor/corsat, +/area/corsat/omega/checkpoint) +"lWD" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"lWG" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"lXA" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"lXJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/hangar/id) +"lYc" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"lYd" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"lYq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"lYt" = ( +/obj/structure/sign/safety/high_voltage, +/obj/structure/platform{ + dir = 8 + }, +/obj/item/stack/sheet/metal{ + pixel_x = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"lYv" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/security) +"lYO" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"lZm" = ( +/turf/open/floor/wood, +/area/corsat/omega/offices) +"lZp" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 2; + name = "\improper Researcher's Lounge" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"mab" = ( +/obj/structure/sign/safety/high_rad{ + pixel_x = 32 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"mag" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"mbp" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar) +"mbz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"mbO" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth/id) +"mbZ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"mcj" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"mdI" = ( +/obj/structure/closet/crate/trashcart, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/gamma/cargo/disposal) +"mdV" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"mea" = ( +/obj/structure/bed/sofa/south/white/right, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"mer" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"meu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"meC" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"meJ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"mfm" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/biodome/complex) +"mfw" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/sigma/dorms) +"mfN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"mfX" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"mgt" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"mgw" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"mgW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"mhg" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"miJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/checkpoint) +"miU" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"miX" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"mjc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/complex) +"mjt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"mjv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"mkM" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "SigmaCargo"; + name = "Sigma Cargo Bay"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/cargo) +"mlo" = ( +/obj/structure/surface/rack, +/obj/item/clothing/under/CM_uniform, +/obj/item/clothing/suit/storage/CMB, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"mlr" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"mmh" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"mmj" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydrowest) +"mmr" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"mmy" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"mop" = ( +/obj/structure/surface/rack, +/obj/item/tool/soap/deluxe, +/obj/item/tool/soap/deluxe, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"moU" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast) +"mqn" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"mqr" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/containment) +"mqK" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"mqL" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/recharger, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"mqU" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"mrb" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"mrr" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "GammaHCargoW"; + name = "Gamma Cargo Checkpoint"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/gamma/hangar/cargo) +"mrO" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"msm" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin12" + }, +/area/prison/hangar_storage/research/shuttle) +"msp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"msu" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"msB" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat, +/area/corsat/gamma/cargo/disposal) +"msP" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"msY" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"mti" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"mtG" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/river, +/area/corsat/theta/biodome) +"muo" = ( +/obj/structure/surface/rack, +/obj/item/clothing/shoes/sandal, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"mvL" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/mars, +/area/corsat/sigma/biodome) +"mvM" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"mvS" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/sigma/dorms) +"mwa" = ( +/obj/structure/cargo_container/hd/left/alt, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"mwk" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"mwo" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/north) +"mwy" = ( +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"mwH" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"mxa" = ( +/obj/structure/platform{ + density = 0; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"mxc" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"mxO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/cigar, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/omega/offices) +"mxZ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/FixOVein, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"myt" = ( +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast) +"mzi" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"mzn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/corsat/sigma/south/complex) +"mAt" = ( +/obj/structure/surface/table/almayer, +/obj/item/cell, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/maint) +"mAV" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth/id) +"mBp" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"mBq" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"mCe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/sigma/airlock/control) +"mCj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/cargo) +"mCD" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"mCE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"mCU" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/omega/hallways) +"mDe" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"mEd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"mEt" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"mEy" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"mEG" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"mFm" = ( +/turf/open/floor/corsat{ + icon_state = "greencorner" + }, +/area/corsat/gamma/hallwaysouth) +"mFE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/theta/airlock/control) +"mFP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/security) +"mFS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Interrogation" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"mFT" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"mGl" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"mGn" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"mGL" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"mGU" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ + id = "ThetaNorthD"; + name = "Theta Dome Airlock" + }, +/obj/structure/machinery/door/poddoor/two_tile/four_tile/secure{ + id = "map_lockdown"; + name = "Theta Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/control) +"mHd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"mHM" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/gamma/cargo) +"mIa" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"mIs" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/freezer) +"mIx" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"mIY" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"mJa" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_11" + }, +/area/corsat/sigma/biodome) +"mJm" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/guestpass{ + reason = "Visitor" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"mJq" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"mJy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"mJC" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/rnr) +"mKP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"mLq" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"mLL" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/north) +"mLR" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"mNe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"mNV" = ( +/obj/item/tool/soap, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"mNW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"mOw" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/omega/control) +"mOV" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"mPg" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/checkpoint) +"mPS" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"mQk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"mQu" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/gamma/residential/researcher) +"mQF" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/robot_module/janitor, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"mQG" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"mQU" = ( +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"mRl" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"mRp" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"mRB" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/foyer) +"mSi" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"mSo" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"mSR" = ( +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"mTa" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"mTF" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"mUo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"mUu" = ( +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"mUv" = ( +/obj/structure/machinery/conveyor, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"mUA" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"mUE" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/east/id) +"mVk" = ( +/obj/structure/machinery/smartfridge/seeds, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"mVA" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/obj/effect/spawner/gibspawner/human, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"mWo" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"mYe" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"mYQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"mYS" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "SigmaGate"; + name = "Gate Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/south/complex) +"mZf" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"naG" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"nbl" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy18" + }, +/area/prison/hangar_storage/research/shuttle) +"nbN" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat, +/area/corsat/sigma/hangar) +"nbO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/airlock/south) +"nbS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"nbT" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/corsat/theta/biodome) +"nck" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"ncW" = ( +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"nde" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"nds" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"ndF" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/laundry) +"nen" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"neB" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"neY" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy19" + }, +/area/prison/hangar_storage/research/shuttle) +"ngc" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/omega/cargo) +"ngx" = ( +/obj/structure/closet/crate/science, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"nhE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"nhG" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"nid" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/buckshot, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"niv" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"njh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"nkz" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"nkO" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"nlk" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "CORSAT Academy"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"nlm" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"nln" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"nlU" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"nmb" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth/id) +"nmp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"nna" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"nnm" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"nnx" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/north) +"noy" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"noW" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Cable connector" + }, +/obj/structure/prop/almayer/missile_tube{ + color = "grey"; + desc = "An linear accelerator used in experimental genetic treatments. It hums ominously."; + icon_state = "missiletubesouth"; + name = "\improper genetic LINAC system"; + pixel_x = -15 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/corsat/theta/biodome/complex) +"noY" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Teleportation Chamber"; + req_access = null; + req_one_access_txt = "101;103" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"npl" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"npA" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar) +"nqd" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Administration"; + req_access = null; + req_one_access_txt = "106;104" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"nqE" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"nqF" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"nqI" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"nrd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"nrl" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"nrO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_9" + }, +/area/corsat/sigma/biodome) +"nrT" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaSouthID"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south/id) +"nsg" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/corsat/omega/offices) +"ntg" = ( +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/corsat/theta/biodome/complex) +"ntn" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy13" + }, +/area/prison/hangar_storage/research/shuttle) +"ntp" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south) +"ntt" = ( +/obj/structure/surface/rack, +/obj/item/tool/extinguisher, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"ntx" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"nui" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"nuj" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"nuq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"nuF" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Theta Dome Control"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"nuI" = ( +/obj/structure/closet/athletic_mixed, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"nuS" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"nvx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/omega/control) +"nvA" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"nwj" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"nws" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"nwu" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/rad, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"nwL" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast) +"nxh" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/office) +"nxv" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"nxN" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"nxZ" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"nzR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"nzS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"nAl" = ( +/turf/open/floor/corsat, +/area/corsat/gamma/freezer) +"nAu" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"nAE" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Engineering"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"nAO" = ( +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"nAR" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"nBi" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/sigma/south) +"nBk" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"nBw" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"nBy" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"nBD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"nBO" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_15" + }, +/area/corsat/sigma/biodome) +"nDc" = ( +/obj/structure/machinery/processor, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"nDs" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"nDD" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"nDN" = ( +/obj/structure/safe, +/obj/item/xeno_egg, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/omega/offices) +"nEQ" = ( +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"nFc" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"nFt" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/box/bodybags, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"nFy" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/corsat/sigma/biodome) +"nGq" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"nGs" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"nGU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south) +"nHU" = ( +/obj/structure/surface/rack, +/obj/item/stock_parts/smes_coil, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"nIy" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"nJb" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/residential/east) +"nJl" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/administration) +"nJn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"nJt" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"nJx" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"nJC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"nJP" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"nJR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars{ + icon_state = "mars_dirt_10" + }, +/area/corsat/sigma/biodome) +"nKt" = ( +/obj/structure/pipes/unary/freezer, +/turf/open/shuttle/escapepod{ + icon_state = "floor0" + }, +/area/corsat/theta/biodome/complex) +"nKH" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"nLl" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/rnr) +"nLK" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Hypersleep Chamber"; + req_access_txt = "100" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"nLP" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/omega/maint) +"nLW" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tank/air, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"nLX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/datalab) +"nMk" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"nNq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"nNB" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"nNW" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/atmos) +"nOb" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/checkpoint) +"nOH" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"nOP" = ( +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"nQB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"nQZ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"nSb" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun, +/obj/item/ammo_magazine/shotgun/incendiary, +/obj/item/weapon/gun/shotgun/combat, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"nSm" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"nSA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/sigma/hangar) +"nSL" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/glass, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"nTb" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/morgue) +"nTg" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/analyzer, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"nTx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"nTO" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Arcade" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"nUa" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"nUg" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"nUi" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"nUU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"nWh" = ( +/obj/structure/surface/table/woodentable, +/obj/item/trash/snack_bowl, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"nWr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) +"nWV" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/south/offices) +"nXj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/generator) +"nXv" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"nXD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"nXY" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/dorms) +"nYO" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"nYP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/west) +"nZB" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"nZN" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/north) +"oay" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"oaE" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"oaF" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"oaV" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"obz" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/crate/science, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"obW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo/disposal) +"ocD" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Identification Desk" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHangarC-S"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/security) +"ocT" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"odm" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/sigmaremote) +"odC" = ( +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/sigma/north) +"odN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"odW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/sigmaremote) +"ofq" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"oge" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"ohe" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "blue" + }, +/area/corsat/sigma/southeast) +"oiu" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/corsat/sigma/south/engineering) +"oiE" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"oiI" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"oje" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"ojN" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"oks" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"okE" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/south) +"olm" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("theta") + }, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"olB" = ( +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/sigmaremote) +"olD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"olX" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "omega" + }, +/area/corsat/omega/hallways) +"olY" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/corsat/omega/containment) +"ome" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"omL" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"ong" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"oob" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"ooX" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"opf" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "computer" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor12" + }, +/area/corsat/theta/biodome/complex) +"opl" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/machinery/computer/atmos_alert, +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"opo" = ( +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"opH" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"oqz" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"oqB" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"oqI" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"orz" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/core) +"ost" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"osY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"otC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/hangar/security) +"otY" = ( +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential) +"ouk" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"ouv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"ouM" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"ovc" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"ovC" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"ovP" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/hangar/cargo) +"ovT" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"owL" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"owP" = ( +/obj/structure/bed/nest, +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/corsat/sigma/biodome) +"oxk" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"oxr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"oyu" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr/bar) +"oyA" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"oyJ" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"ozo" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"ozH" = ( +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"ozR" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/bronze, +/obj/item/trash/cigbutt/cigarbutt, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"oAa" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"oBe" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast/datalab) +"oBq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"oBX" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"oCz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"oDt" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"oDD" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar) +"oEa" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"oEu" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/checkpoint) +"oEE" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Holding Cell 1"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"oEK" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"oEU" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/binoculars, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"oFq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/sigma/airlock/control) +"oFU" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat, +/area/corsat/sigma/cargo) +"oGe" = ( +/obj/structure/surface/table/gamblingtable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"oGf" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ + id = "ThetaWestE"; + name = "Theta West Airlock" + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/west) +"oGz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"oGI" = ( +/obj/structure/machinery/constructable_frame, +/turf/open/floor/corsat, +/area/corsat/sigma/south/robotics) +"oHs" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/cargo) +"oHI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo/lobby) +"oHT" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/west) +"oHU" = ( +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/corsat/omega/hangar) +"oIf" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/gamma/residential) +"oIx" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper_bin, +/obj/item/tool/pen, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"oJB" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"oJT" = ( +/obj/item/stack/sheet/metal, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"oKg" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"oKk" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/west/id) +"oKp" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/hallways) +"oKr" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purple" + }, +/area/corsat/theta/biodome/complex) +"oKA" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/omega/hallways) +"oKQ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"oLe" = ( +/obj/structure/flora/jungle/alienplant1, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"oLA" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"oLX" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "RemoteGateO"; + name = "Gate Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/gamma/sigmaremote) +"oMp" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"oMG" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/airlocknorth) +"oMZ" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"oNc" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/complex) +"oNI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"oNL" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/office) +"oOg" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"oOj" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"oOk" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"oOr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"oOz" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"oOH" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"oOL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"oPa" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"oPu" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"oPC" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/security) +"oQf" = ( +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/sigma/dorms) +"oQF" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"oQR" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"oRo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"oRJ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"oTq" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"oTs" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"oTE" = ( +/obj/structure/surface/table, +/obj/item/book, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"oUz" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"oUJ" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"oVe" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"oVr" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"oVF" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"oVM" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"oVO" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/corsat/theta/airlock/west/id) +"oVT" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"oWg" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"oXl" = ( +/obj/structure/closet/coffin, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"oXK" = ( +/obj/structure/closet/coffin, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"oXL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"oXZ" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Holding Cell 1"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"oYH" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"oYP" = ( +/obj/structure/platform{ + dir = 8; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"oYY" = ( +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/gamma/hallwaysouth) +"oZj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"oZv" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"oZD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"oZH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth) +"oZQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"oZW" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"paH" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"pbS" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south) +"pcu" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"pcK" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/checkpoint) +"pdh" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"pdk" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/theta/airlock/west) +"pdw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"pdR" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/researcher) +"pdW" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential) +"peh" = ( +/obj/structure/surface/table, +/obj/item/book, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"pfk" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"pfG" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"pfQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"pge" = ( +/obj/structure/stairs, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"pgf" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"pgn" = ( +/obj/structure/bed/chair/office/light, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"pgC" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"pgH" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"pgO" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"pgV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/airlock/east) +"pgX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"phM" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"phX" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "purple" + }, +/area/corsat/sigma/south) +"pir" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"piI" = ( +/obj/structure/surface/table/almayer, +/obj/item/stack/cable_coil, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"pji" = ( +/obj/structure/machinery/conveyor{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"pjP" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"pkc" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"pkh" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/hallways) +"pkP" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south) +"plI" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/airlock/north) +"plM" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/sigma/southeast/datalab) +"plV" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"pmf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"pnc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"pnt" = ( +/obj/structure/xenoautopsy/tank/alien, +/turf/open/floor/corsat, +/area/corsat/omega/complex) +"pnQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"pov" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"ppi" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"ppr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"ppy" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"pqt" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("theta") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"prw" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/west/id) +"prB" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"prF" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"prI" = ( +/obj/structure/pipes/vents/pump/on, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"psV" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"ptq" = ( +/obj/item/paper/crumpled, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"pue" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast) +"puF" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/foyer) +"pvh" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"pvo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/engineering) +"pvA" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"pwd" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"pws" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/omega/cargo) +"pwu" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"pwO" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"pxH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/platform{ + dir = 8; + layer = 2.8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"pyL" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"pzr" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"pzH" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ + id = "SigmaWestD"; + name = "Sigma Dome Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/control) +"pAo" = ( +/obj/structure/cargo_container/hd/right/alt, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"pAt" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/gamma/airlock/south/id) +"pAB" = ( +/obj/structure/machinery/door/window/northleft, +/obj/structure/machinery/door/window/southleft, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"pAM" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/robotics) +"pBm" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south/id) +"pBJ" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"pCi" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"pCT" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"pCW" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"pDt" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"pDB" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/omega/offices) +"pDP" = ( +/obj/structure/closet/secure_closet/engineering_personal{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"pDR" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/biodome) +"pEj" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"pEm" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/omega/offices) +"pEQ" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/office) +"pEX" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/researcher) +"pFe" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"pFX" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"pIj" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"pIo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"pIU" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/omega/hangar) +"pJa" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"pJn" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"pJo" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"pJP" = ( +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"pJY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"pKi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"pLO" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHangarC-S"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/security) +"pMh" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"pMN" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplecorner" + }, +/area/corsat/gamma/residential) +"pMU" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"pMZ" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"pNa" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/foyer) +"pOs" = ( +/obj/structure/machinery/colony_floodlight{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"pPp" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"pPX" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"pQt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"pQK" = ( +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"pRl" = ( +/turf/open/floor/corsat, +/area/corsat/omega/maint) +"pRE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_6" + }, +/area/corsat/sigma/biodome) +"pRX" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "white" + }, +/area/corsat/sigma/south) +"pSb" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/arrivals) +"pSc" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"pSu" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"pSB" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"pSZ" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"pTp" = ( +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"pTD" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/north) +"pUa" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"pUA" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/omega/offices) +"pVm" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/residential/maint) +"pVo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars{ + icon_state = "mars_dirt_8" + }, +/area/corsat/sigma/biodome) +"pVD" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/rnr) +"pVL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"pVS" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"pWc" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"pWj" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"pWl" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplecorner" + }, +/area/corsat/omega/hallways) +"pWr" = ( +/obj/structure/pipes/unary/freezer{ + icon_state = "freezer_1" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"pWE" = ( +/obj/structure/computer3frame/server{ + icon_state = "4" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"pWR" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"pXx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"pXU" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"pYS" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"pYW" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"pZf" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/south) +"pZt" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"qaa" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"qac" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential/researcher) +"qaf" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/item/phone, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"qaj" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/hangar/office) +"qaB" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"qaG" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"qaO" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/foyer) +"qaS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/surgery) +"qaY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/corsat/gamma/sigmaremote) +"qba" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/obj/item/storage/bag/trash, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"qbc" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"qbB" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"qbG" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydrowest) +"qbV" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHangarC-E"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/security) +"qcx" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"qcR" = ( +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/food/drinks/cans/beer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"qdK" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 12; + pixel_y = 2 + }, +/obj/item/tool/surgery/bonegel, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"qeg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/lobby) +"qeh" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"qeC" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"qeE" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"qeF" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"qeY" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"qfp" = ( +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "OmegaOffice"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/corsat/omega/offices) +"qgg" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"qgl" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"qgo" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"qgt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"qgR" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/testgrounds) +"qig" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) +"qiw" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"qje" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay) +"qjG" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/prison/hangar_storage/research/shuttle) +"qkw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar) +"qkz" = ( +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"qkD" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/hallways) +"qkJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/bed/sofa/vert/white/bot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"qkL" = ( +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"qkW" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"qlh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"qlt" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"qlx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"qlI" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"qmD" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/southeast/dataoffice) +"qnb" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/south/security) +"qnw" = ( +/obj/structure/pipes/vents/pump{ + dir = 8; + id_tag = "mining_outpost_pump" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/west/id) +"qoh" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"qoq" = ( +/obj/structure/coatrack, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"qou" = ( +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"qpo" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/hallwaysouth) +"qpB" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"qpC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"qqg" = ( +/obj/structure/computer3frame/server{ + icon_state = "4" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"qqF" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"qqK" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/omega/airlocknorth) +"qqW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"qqY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"qsg" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"qsC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/hallwaysouth) +"qsT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/corsat/sigma/biodome) +"qsW" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"qtf" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"qti" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"qtm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_11" + }, +/area/corsat/sigma/biodome) +"qtI" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"quG" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"qvz" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin13" + }, +/area/prison/hangar_storage/research/shuttle) +"qvB" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"qvD" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar) +"qwr" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"qww" = ( +/obj/structure/surface/table, +/obj/item/folder, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"qwM" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"qwO" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"qxi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"qxB" = ( +/obj/structure/surface/table/reinforced, +/obj/item/newspaper, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/checkpoint) +"qxR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"qyg" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/rnr) +"qys" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"qzo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"qAg" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"qAk" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"qAl" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/biodome) +"qAG" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"qAH" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"qBk" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"qBJ" = ( +/turf/open/floor/corsat{ + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"qBZ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clothing/glasses/meson, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"qCi" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"qEe" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"qEG" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("theta") + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"qFp" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"qFq" = ( +/obj/structure/surface/table/woodentable, +/obj/item/newspaper, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"qFJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/north) +"qFK" = ( +/obj/structure/surface/table, +/obj/item/folder, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"qGn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"qGz" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, +/area/corsat/theta/biodome) +"qGY" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"qHM" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Airlock Security"; + req_access_txt = "101" + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "OmegaO"; + name = "Omega Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth) +"qIw" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/north) +"qIS" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"qIU" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/inaccessible) +"qJi" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"qJA" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"qJJ" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"qJO" = ( +/obj/structure/pipes/standard/simple/hidden/universal{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"qJZ" = ( +/obj/structure/xenoautopsy/tank/broken, +/turf/open/floor/corsat, +/area/corsat/omega/complex) +"qKc" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/crap_item, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"qKN" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hallways) +"qKZ" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/hallwaysouth) +"qLo" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"qLz" = ( +/obj/structure/prop/mech/tesla_energy_relay, +/turf/open/floor/corsat, +/area/corsat/sigma/south/robotics) +"qLE" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/south) +"qLI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"qMT" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"qNe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"qNJ" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"qNM" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"qOr" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/item/tool/lighter/random, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"qOF" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Hangar Office"; + req_access_txt = "106" + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/office) +"qPo" = ( +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"qQe" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"qQg" = ( +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"qQq" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"qQU" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/morgue) +"qRv" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"qRY" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/sigmaremote) +"qSi" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/airlock/east/id) +"qSt" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/head/ushanka, +/obj/item/clothing/mask/rebreather, +/obj/item/clothing/mask/rebreather, +/obj/item/clothing/shoes/snow, +/obj/item/clothing/shoes/snow, +/obj/item/clothing/gloves/black, +/obj/item/clothing/gloves/black, +/obj/item/clothing/suit/storage/snow_suit, +/obj/item/clothing/suit/storage/snow_suit, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"qSG" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"qST" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"qTd" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"qTe" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/dorms) +"qTj" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/id) +"qTZ" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"qUt" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south/id) +"qUT" = ( +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"qVd" = ( +/obj/structure/machinery/gravity_generator{ + desc = "Absorbs and redirects radiation, hopefully away from you."; + name = "Radiation Collector"; + pixel_x = 15; + pixel_y = -5 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/corsat/theta/biodome/complex) +"qVe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo) +"qVs" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("theta") + }, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"qVF" = ( +/obj/structure/platform{ + density = 0; + dir = 1; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"qVJ" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"qWf" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/morgue) +"qWr" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/residential) +"qWK" = ( +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"qWQ" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"qWX" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"qXL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"qZs" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"qZW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"rba" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"rbC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"rcg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"rch" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"rcT" = ( +/obj/structure/computer3frame/server{ + icon_state = "4" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"rdn" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/glass, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"rdA" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"rdZ" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/gamma/foyer) +"reh" = ( +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"rei" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/hangar/office) +"reN" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + dir = 1; + name = "Lounge"; + req_one_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/theta/biodome/complex) +"rfa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"rfh" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"rfo" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/sigma/north) +"rfQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"rgc" = ( +/obj/structure/bed/nest, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"rgm" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/datalab) +"rhr" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"rhu" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"rhv" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"riC" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast/datalab) +"riE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"rjv" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"rjT" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"rki" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"rlh" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/obj/structure/machinery/door/window/southleft{ + dir = 4; + layer = 2.8 + }, +/obj/item/tool/soap, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"rlk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/gamma/airlock/south/id) +"rlG" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"rlH" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"rmc" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo/disposal) +"rmm" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"rmI" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"rno" = ( +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar) +"rnK" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"roh" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"ros" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/airlock/north) +"rox" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/administration) +"rpi" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"rpB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"rpP" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/core) +"rpZ" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"rqg" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"rqo" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"rrs" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "computer" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor2" + }, +/area/corsat/theta/biodome/complex) +"rrE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"rrG" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"rrY" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar/security) +"rtr" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo/disposal) +"rtT" = ( +/obj/structure/surface/table/almayer, +/obj/item/form_printer, +/obj/item/tool/pen, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"rur" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"rut" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"ruw" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tech_supply, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"rvg" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = 32 + }, +/turf/open/floor/corsat{ + icon_state = "theta" + }, +/area/corsat/theta/airlock/west) +"rvp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + icon_state = "containment_corner_variant_2" + }, +/area/corsat/gamma/sigmaremote) +"rvC" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/sigma/airlock/east/id) +"rvD" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"rvL" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"rwl" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"rwo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"rws" = ( +/obj/structure/platform{ + density = 0; + dir = 1; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"rwF" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar) +"rwK" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/hallways) +"rxd" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/cargo) +"rxk" = ( +/obj/structure/closet/secure_closet/engineering_electrical{ + req_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"rxD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"ryc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"ryE" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"ryR" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/east) +"rzk" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"rzy" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"rzU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"rAm" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/sigma/southeast) +"rBX" = ( +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"rCb" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"rCr" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"rCA" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"rCE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydroeast) +"rCH" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"rCO" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"rDr" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"rDF" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"rEq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"rEG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"rEX" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/omega/control) +"rFf" = ( +/obj/structure/bed/chair, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/canteen) +"rFm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"rFJ" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet10-8" + }, +/area/corsat/omega/offices) +"rFS" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/corsat/omega/hangar) +"rGb" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Cables" + }, +/obj/structure/cryofeed{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "coolant feed" + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/corsat/theta/biodome/complex) +"rGc" = ( +/obj/structure/closet/wardrobe/genetics_white, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"rGn" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"rGu" = ( +/obj/item/paper/crumpled, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"rGC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"rGH" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"rHb" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/security) +"rId" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"rJo" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"rKa" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"rKo" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/hangar/office) +"rKq" = ( +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/sigma/hangar/arrivals) +"rKy" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) +"rKG" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"rKN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"rLp" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"rLw" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"rLZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/maint) +"rMU" = ( +/obj/structure/foamed_metal, +/turf/open/floor/corsat, +/area/corsat/sigma/dorms) +"rMX" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/sigma/south/complex) +"rNc" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"rOH" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/gamma/hangar/cargo) +"rOP" = ( +/obj/structure/window/reinforced, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"rOS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"rPI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluecorner" + }, +/area/corsat/omega/control) +"rPZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hallways) +"rQh" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/mars_cave{ + icon_state = "mars_cave_23" + }, +/area/corsat/sigma/biodome/scrapyard) +"rQQ" = ( +/obj/item/weapon/gun/flamer, +/obj/item/explosive/grenade/incendiary, +/obj/structure/closet/secure_closet/guncabinet{ + name = "specimen control cabinet"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"rQY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"rRh" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"rRm" = ( +/obj/structure/platform{ + dir = 8; + layer = 2.7 + }, +/obj/structure/platform, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"rRR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/corsat/theta/biodome) +"rSG" = ( +/obj/structure/machinery/computer/cameras{ + network = list("gamma"); + pixel_y = 22 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"rSP" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"rSR" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"rTf" = ( +/obj/structure/surface/table, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"rTj" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"rTw" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"rTD" = ( +/obj/structure/platform{ + density = 0; + dir = 1; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"rTX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"rUd" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"rUq" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"rUH" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"rUK" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/omega/cargo) +"rUQ" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/hallwaysouth) +"rVK" = ( +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/medbay/morgue) +"rVS" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/omega/offices) +"rWh" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"rWG" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/maint) +"rWY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplecorner" + }, +/area/corsat/omega/airlocknorth) +"rXj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"rXs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/sigma/dorms) +"rXB" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"rXE" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"rYp" = ( +/obj/structure/closet/radiation, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"rYq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"rYB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplecorner" + }, +/area/corsat/omega/hallways) +"rZC" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/south) +"rZJ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"rZR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"rZU" = ( +/turf/open/floor/corsat{ + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"sam" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"saV" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"sba" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"sbs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datamaint) +"sbw" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"sbF" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"sbJ" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"sbN" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering) +"sdu" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"sem" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"sez" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaHangarC-S"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"seB" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"sfx" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"sfJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Baths" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential/showers) +"sgl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"sgu" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"shg" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Computer Room"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"sid" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"sip" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 + }, +/area/corsat/sigma/south/complex) +"siu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/coast/east, +/area/corsat/theta/biodome) +"siU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"sjs" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/residential) +"sjK" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/morgue) +"sjL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"skc" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"skf" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"skk" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"skK" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"skS" = ( +/obj/item/toy/spinningtoy{ + desc = "It echoed loudly within him because he was hollow at the core." + }, +/turf/open/floor/corsat, +/area/corsat/inaccessible) +"sll" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"smk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/hangar/office) +"smP" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"snc" = ( +/obj/structure/morgue, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/medbay/morgue) +"snA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"snO" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar) +"snP" = ( +/obj/structure/platform{ + density = 0; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"snU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"snW" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/corsat/gamma/sigmaremote) +"soi" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/foyer) +"sor" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"sos" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/grenade/high_explosive/training, +/obj/item/explosive/grenade/high_explosive/training, +/turf/open/floor{ + icon_state = "asteroidplating" + }, +/area/corsat/sigma/biodome/gunrange) +"spD" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "SigmaHangarC-N"; + name = "Security Shutters"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"spU" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"sqn" = ( +/obj/structure/machinery/colony_floodlight{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"sqr" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"srY" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"ssw" = ( +/obj/structure/bed/sofa/south/white/left, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"stg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/autolathe, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"stA" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"suf" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"sur" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"svn" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"svB" = ( +/obj/structure/bed/sofa/vert/white/top, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"svD" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"svH" = ( +/obj/structure/pipes/unary/freezer, +/turf/open/shuttle/escapepod{ + icon_state = "floor4" + }, +/area/corsat/theta/biodome/complex) +"svU" = ( +/obj/structure/surface/rack, +/obj/item/tool/soap, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"svX" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/gamma/hangar/cargo) +"swf" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"swY" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"sxa" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"sxB" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + name = "Emergency NanoMed"; + pixel_y = 30 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"sxJ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"sxO" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "OmegaOffice"; + name = "Privacy Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"sxU" = ( +/obj/structure/prop/dam/crane/cargo, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/corsat/gamma/sigmaremote) +"syG" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"sAj" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"sBc" = ( +/obj/structure/bed/chair/office/light, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"sBV" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"sCf" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"sCl" = ( +/obj/structure/coatrack, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"sCv" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaSouthID"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/airlock/south/id) +"sDi" = ( +/obj/structure/pipes/vents/pump, +/turf/open/mars, +/area/corsat/sigma/biodome) +"sDV" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"sEb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 + }, +/area/corsat/gamma/sigmaremote) +"sFI" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"sGQ" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"sGV" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "Administration"; + req_access_txt = "106" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"sHR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "sterileplate" + }, +/area/corsat/gamma/kitchen) +"sHX" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"sIm" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("theta") + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"sIw" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/sigma/cargo) +"sIC" = ( +/obj/structure/surface/table, +/obj/item/toy/deck/uno, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"sIL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"sIR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south/id) +"sIV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"sJe" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"sJg" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy17" + }, +/area/prison/hangar_storage/research/shuttle) +"sJk" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/corsat/omega/hangar) +"sJr" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/airlock/east/id) +"sKa" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"sKQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"sKZ" = ( +/obj/structure/machinery/door/poddoor/two_tile/four_tile{ + id = "ThetaNorthN"; + name = "Theta North Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/theta/airlock/control) +"sLw" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/residential) +"sLF" = ( +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"sMb" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"sMW" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"sNo" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/closet/radiation, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"sNE" = ( +/obj/structure/morgue/crematorium{ + id = "CORSAT Crema" + }, +/obj/structure/machinery/crema_switch{ + id = "CORSAT Crema"; + pixel_x = 28; + pixel_y = 28; + req_one_access_txt = "2;8;19" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"sNG" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/core) +"sNO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/sigma/cafe) +"sNU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"sOt" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"sON" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/omega/offices) +"sPB" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"sPI" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"sQz" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/omega/offices) +"sQI" = ( +/obj/structure/platform{ + dir = 8; + layer = 2.7 + }, +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"sRe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "SigmaWestD"; + name = "Entrance Airlock Control"; + pixel_x = -5; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/control) +"sRx" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"sRI" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clipboard, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"sRK" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + req_one_access_txt = "201;104" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"sSZ" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/omega/hallways) +"sTq" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"sTr" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"sTt" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/assembly/igniter, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"sTD" = ( +/obj/structure/surface/table/woodentable, +/obj/item/folder/blue, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"sUR" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/atmos) +"sVk" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/south/engineering) +"sVo" = ( +/obj/structure/machinery/mech_bay_recharge_port, +/turf/open/floor/corsat, +/area/corsat/sigma/south/robotics) +"sVs" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"sVt" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"sVA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/corsat/gamma/sigmaremote) +"sVO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/control) +"sXf" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/security) +"sXg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"sXl" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/airlocknorth/id) +"sYc" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"sYk" = ( +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/south) +"sZg" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"tad" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"tae" = ( +/obj/structure/machinery/r_n_d/circuit_imprinter, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"taF" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"taL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluecorner" + }, +/area/corsat/theta/airlock/control) +"taO" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/office) +"taQ" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) +"taX" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"tbc" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"tbd" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"tbm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"tbY" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 2; + name = "Auditorium" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"tdi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"tdH" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "Research Complex"; + req_one_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"teZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"tfi" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"tfu" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"tfz" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"tfC" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/hallwaysouth) +"tfP" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/condiment/saltshaker, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"tfY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/showers) +"tgE" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"tgJ" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"thb" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/freezer) +"thp" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"thv" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"tja" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/sigma/south/complex) +"tjf" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"tjQ" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/rad, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"tjT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"tlD" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"tlP" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/sigma/south) +"tlX" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/security) +"tmv" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/north) +"tnS" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"toi" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"ton" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/hangar/arrivals) +"tov" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar) +"toG" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"toJ" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"toL" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"tpz" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"tpA" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"tpF" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"tpH" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/laundry) +"tpM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south) +"tpW" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"tqb" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat, +/area/corsat/sigma/hangar/arrivals) +"trU" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/surgery/scalpel, +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"trV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay) +"tsb" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/north) +"tsA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/omega/control) +"tta" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/airlock/control) +"ttB" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"ttJ" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaysouth) +"ttK" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"tuu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"tuB" = ( +/obj/structure/surface/rack, +/obj/item/folder/red, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"tvc" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"tvf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"tvG" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/control) +"tvO" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greencorner" + }, +/area/corsat/gamma/medbay/morgue) +"twm" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"twS" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/vents/pump/on, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"twW" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/hydroponics) +"txp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"txB" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"txK" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"tyb" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"tyv" = ( +/turf/open/floor/plating{ + dir = 9; + icon_state = "warnplate" + }, +/area/corsat/omega/hangar) +"tzF" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"tzX" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"tzY" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"tAF" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"tBG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/id) +"tBI" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/robot_module/surgeon, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"tBT" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"tCi" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldpack, +/obj/item/tool/weldingtool, +/obj/item/clothing/head/welding, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"tCs" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/north) +"tCu" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy15" + }, +/area/prison/hangar_storage/research/shuttle) +"tCH" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydroeast) +"tCI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) +"tDf" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"tDK" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"tEJ" = ( +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/omega/hallways) +"tFp" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "green" + }, +/area/corsat/gamma/hallwaysouth) +"tFs" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/pistol/mod88, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"tFG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, +/area/corsat/theta/biodome) +"tGq" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/corsat, +/area/corsat/omega/maint) +"tGG" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"tGV" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, +/area/corsat/theta/biodome) +"tHy" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"tHR" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"tIL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Security Hub"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/security) +"tIP" = ( +/obj/structure/stairs, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"tJf" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"tJv" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"tJA" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"tJY" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydroeast) +"tKy" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"tKI" = ( +/obj/structure/machinery/smartfridge, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"tLa" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/sigma/hangar) +"tLr" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/corsat/sigma/southeast/telecomm) +"tLz" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"tLF" = ( +/turf/open/floor/corsat{ + icon_state = "purplecorner" + }, +/area/corsat/omega/hallways) +"tLR" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"tMq" = ( +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/sigma/airlock/control) +"tMG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"tMX" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"tNp" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/vents/pump, +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"tNJ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"tNS" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"tNT" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"tOo" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"tOL" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/largecrate/goat, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/corsat/gamma/sigmaremote) +"tOT" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"tPk" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Administration"; + req_access_txt = "106" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaAdmin"; + name = "Security Shutters" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"tPT" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"tPV" = ( +/turf/closed/wall/biodome, +/area/corsat/sigma/hangar/security) +"tQk" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"tRA" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/barricade/handrail, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"tRC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"tRM" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/sigma/south) +"tSo" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/residential) +"tSu" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"tSD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"tSE" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/powercell, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"tSG" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/datamaint) +"tTd" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"tTf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"tTv" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"tTE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"tUa" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"tUG" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"tUO" = ( +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/gamma/hallwaysouth) +"tUR" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/north) +"tVu" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"tVW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"tWu" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/door_control{ + id = "OmegaOffice"; + name = "Privacy Shutters"; + pixel_y = 1; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/omega/offices) +"tWD" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"tWM" = ( +/obj/structure/machinery/vending/cigarette/colony, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"tXa" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "OmegaE"; + name = "Airlock Control"; + pixel_x = 8; + pixel_y = 3; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "OmegaN"; + name = "Airlock Control"; + pixel_x = -2; + pixel_y = 8; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "OmegaS"; + name = "Airlock Control"; + pixel_x = -2; + use_power = 0 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth) +"tXo" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/sigma/hangar/office) +"tXq" = ( +/obj/structure/cargo_container/trijent/left, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"tXB" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/checkpoint) +"tYg" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/canteen) +"tYF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"tYX" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin10" + }, +/area/prison/hangar_storage/research/shuttle) +"tZp" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"tZD" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Atmospherics"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/atmos) +"tZN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"tZT" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"uag" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"ubq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome/scrapyard) +"ubJ" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"uco" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) +"ucW" = ( +/obj/structure/surface/table/reinforced, +/obj/item/explosive/grenade/flashbang/cluster, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"ueK" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"ufN" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Reactor Core"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering/core) +"ufT" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"ugy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/control) +"ugB" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy12" + }, +/area/prison/hangar_storage/research/shuttle) +"ugC" = ( +/obj/structure/closet/crate/science, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"ugK" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clipboard, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"ugM" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"uhx" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/cargo) +"uip" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/corsat/omega/offices) +"uji" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"ukb" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"ukf" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/corsat/omega/containment) +"ukQ" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldpack, +/obj/item/tool/weldingtool, +/obj/item/clothing/head/welding, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"ukY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"ulb" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"uli" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"ulq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplecorner" + }, +/area/corsat/sigma/south) +"ulr" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/canteen) +"ulC" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar) +"umo" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/sigma/south/security) +"umz" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"umU" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/omega/offices) +"unf" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/generator) +"unL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/bed/sofa/vert/white/top, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"unN" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"uoh" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"uov" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"upe" = ( +/obj/structure/machinery/computer/cameras{ + network = list("sigma"); + pixel_y = 22 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"upg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"upr" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"upN" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"uqb" = ( +/obj/structure/cargo_container/trijent/right, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"uqx" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/theta/airlock/west) +"urx" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"usK" = ( +/obj/structure/flora/jungle/alienplant1, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"usS" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"utp" = ( +/obj/item/tool/extinguisher, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"utS" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"utV" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/security) +"uua" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/gamma/airlock/south) +"uuu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"uuP" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"uuQ" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"uuT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"uvy" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Airlock Control"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/airlock/south) +"uwo" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clipboard, +/obj/item/paper, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/airlock/north) +"uwy" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/foyer) +"uwC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars_cave{ + icon_state = "mars_cave_15" + }, +/area/corsat/sigma/biodome) +"uwP" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Arcade" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"uya" = ( +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"uyd" = ( +/obj/structure/flora/pottedplant, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"uyT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"uzl" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/arrivals) +"uzS" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/obj/structure/platform{ + dir = 8; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"uzW" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"uAc" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/pen, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"uAN" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"uAW" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "ThetaNorthD"; + name = "Entrance Airlock Control"; + pixel_y = 5; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/airlock/control) +"uBj" = ( +/obj/structure/window/framed/corsat/hull/research, +/turf/open/floor/plating, +/area/corsat/omega/hallways) +"uBk" = ( +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential/showers) +"uBH" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"uCU" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"uDh" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"uDW" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"uDZ" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/maint) +"uEC" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"uEZ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"uFg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"uFr" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"uFy" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/omega/hallways) +"uFJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"uFM" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar) +"uGv" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydrowest) +"uGI" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"uGQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"uHb" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) +"uHm" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy14" + }, +/area/prison/hangar_storage/research/shuttle) +"uHr" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/south/engineering) +"uIh" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, +/area/corsat/theta/biodome) +"uIX" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"uIZ" = ( +/turf/open/shuttle/escapepod{ + icon_state = "floor1" + }, +/area/corsat/theta/biodome/complex) +"uJq" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"uJr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"uJI" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/south) +"uJV" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/bar) +"uKg" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"uKy" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"uKV" = ( +/turf/open/floor/corsat{ + icon_state = "redcorner" + }, +/area/corsat/gamma/hangar/cargo) +"uLN" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("sigma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/dorms) +"uMf" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"uMo" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"uMq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"uMD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential/east) +"uMV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar) +"uNW" = ( +/turf/open/floor/corsat{ + icon_state = "bluecorner" + }, +/area/corsat/theta/airlock/control) +"uOe" = ( +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/airlock/control) +"uOi" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"uOz" = ( +/obj/structure/machinery/portable_atmospherics/powered/pump, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering/atmos) +"uPK" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"uPR" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"uQz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/hallwaysouth) +"uRd" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/omega/hallways) +"uRp" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "gamma" + }, +/area/corsat/gamma/residential/east) +"uRs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/south/security) +"uRw" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/theta/airlock/control) +"uRA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"uRC" = ( +/obj/structure/machinery/botany{ + name = "hydroponics tray" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hydroponics) +"uRQ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clipboard, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"uRU" = ( +/obj/structure/janitorialcart, +/obj/item/tool/mop, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) +"uSc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"uSk" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "SigmaHangarC-N"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar/security) +"uSy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "arrow_north" + }, +/area/corsat/gamma/cargo) +"uSz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"uSM" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluecorner" + }, +/area/corsat/sigma/south) +"uTf" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, +/area/corsat/theta/biodome) +"uTg" = ( +/obj/structure/safe, +/obj/item/device/locator, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/sigmaremote) +"uTq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/freezer) +"uTU" = ( +/obj/structure/closet/crate/trashcart, +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"uUk" = ( +/obj/structure/cryofeed{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + layer = 2; + name = "coolant feed" + }, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) +"uUW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"uVe" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"uVo" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south) +"uVH" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"uWJ" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/rnr/arcade) +"uXa" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/theta/airlock/control) +"uXk" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"uXw" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/dorms) +"uXL" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"uYb" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"uYe" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"uYq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/canteen) +"uYR" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/omega/security) +"uZA" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"vad" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"vaj" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"val" = ( +/obj/structure/machinery/optable, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"var" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"vaw" = ( +/obj/structure/machinery/computer/WYresearch, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"vaI" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"vaY" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"vbB" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"vbW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"vcs" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"vcx" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/vents/pump, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"vcy" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"vcJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"vda" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/residential/west) +"vdt" = ( +/obj/structure/machinery/light, +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"vfb" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"vfd" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/rnr) +"vff" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/gamma/administration) +"vfK" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/rad, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"vgl" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"vgn" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"vgV" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/hallwaysouth) +"vhg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/cargo) +"vht" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"vhz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"vhN" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer3/laptop/secure_data, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"vhS" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/checkpoint) +"vhU" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/control) +"vhZ" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"vic" = ( +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" + }, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/sigma/south/complex) +"vii" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/corsat/omega/offices) +"vim" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/corsat/omega/maint) +"viL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/control) +"vjd" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"vjA" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"vjF" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"vjW" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/southeast/datalab) +"vkq" = ( +/obj/structure/computer3frame/server{ + icon_state = "4" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"vks" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"vkt" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"vkW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"vme" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar/security) +"vmh" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/checkpoint) +"vmJ" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"vnc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/coast/beachcorner/south_west, +/area/corsat/theta/biodome) +"vnH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"voj" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"voo" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south) +"voF" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"vpl" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"vpT" = ( +/obj/structure/closet/crate/science, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/cargo) +"vqA" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"vqF" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) +"vqP" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"vrA" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"vsg" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"vsu" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"vsN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/gamma/hallwaysouth) +"vsP" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"vtq" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast) +"vuq" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"vwu" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/foyer) +"vxb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Baths" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"vxj" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"vxk" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"vxv" = ( +/obj/structure/pipes/standard/cap/hidden{ + dir = 1 + }, +/turf/open/shuttle/escapepod{ + icon_state = "floor5" + }, +/area/corsat/theta/biodome/complex) +"vyk" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/morgue) +"vyA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"vyB" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"vyH" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/theta/airlock/control) +"vyY" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaysouth) +"vza" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/pipes/vents/pump, +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"vzc" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south) +"vzp" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/sigma/southeast/dataoffice) +"vzA" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaHCargoN"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/id) +"vzK" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"vAm" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential/east) +"vAP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"vAX" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"vBS" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"vCj" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) +"vCo" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"vCr" = ( +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/item/tool/mop, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/theta/biodome/hydroeast) +"vCx" = ( +/turf/open/floor/corsat, +/area/corsat/omega/biodome) +"vCR" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay/lobby) +"vCS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/corsat/sigma/biodome) +"vDg" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential/east) +"vDt" = ( +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"vDF" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/airlock/control) +"vEs" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/south) +"vEK" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"vEM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast/datamaint) +"vEY" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"vFf" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) +"vFk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"vFm" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"vFJ" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"vGz" = ( +/obj/structure/closet/wardrobe/science_white, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"vGW" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"vHP" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) +"vHQ" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"vHU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/sigma/lavatory) +"vJr" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"vJz" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/monkeycubes/farwacubes, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"vKa" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/gamma/hangar/cargo) +"vKH" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, +/area/corsat/theta/biodome) +"vKN" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/lobby) +"vLb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"vLO" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hydroponics) +"vLX" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr) +"vLZ" = ( +/obj/structure/flora/pottedplant, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"vMA" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"vMI" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/freezer) +"vMP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"vMV" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"vMX" = ( +/obj/structure/bed/chair, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"vND" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"vOh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"vOK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydrowest) +"vPM" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"vQg" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"vQt" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purple" + }, +/area/corsat/sigma/south) +"vQA" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"vRc" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"vSa" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/taperecorder, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"vSE" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"vSF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) +"vTr" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/hydroeast) +"vTT" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"vUn" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "Omega Dome Control"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"vVc" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"vVA" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydrowest) +"vVI" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/north) +"vVJ" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"vVO" = ( +/obj/item/stool, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"vWM" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/gamma/residential/researcher) +"vXy" = ( +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/sigma/south) +"vYe" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"vYt" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/foyer) +"vYY" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/engineering) +"wah" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "ID Checkpoint"; + req_access_txt = "101" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/id) +"waF" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/rnr) +"wbf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/coast/beachcorner/south_east, +/area/corsat/theta/biodome) +"wbK" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"wcn" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/arcade) +"wcB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_3" + }, +/area/corsat/sigma/biodome) +"wda" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/security) +"wdn" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/chemistry) +"wea" = ( +/obj/structure/surface/rack, +/obj/item/storage/photo_album, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/omega/hangar/security) +"wet" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/corsat/sigma/south/complex) +"wfn" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"wfK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"wfL" = ( +/obj/structure/closet/wardrobe/science_white, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"whe" = ( +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"wie" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/security) +"wim" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"wiJ" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/dirtgrassborder/west, +/area/corsat/theta/biodome) +"wiQ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/hallways) +"wji" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"wjn" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "GammaSouthN"; + name = "Airlock Control"; + pixel_x = -5; + pixel_y = 6; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaSouthS"; + name = "Airlock Control"; + pixel_x = -5; + pixel_y = -3; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaSouthAirlockC"; + name = "Security Shutters"; + pixel_x = 5; + pixel_y = 2; + use_power = 0 + }, +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"wjw" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/sigma/hangar/office) +"wkm" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"wkr" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"wkG" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"wlc" = ( +/obj/vehicle/train/cargo/engine{ + dir = 2 + }, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/corsat/gamma/sigmaremote) +"wlj" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/hangar/office) +"wlY" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, +/area/corsat/theta/biodome) +"wmi" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat, +/area/corsat/sigma/hangar) +"wmj" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/box/gloves, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"wmr" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/emails, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"wmU" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"wmV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Hypersleep Chamber"; + req_access_txt = "100" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/east) +"wnB" = ( +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/complex) +"wnJ" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"wnL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/omega/hangar) +"wnO" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"wop" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/optable, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/theta/biodome/complex) +"woz" = ( +/obj/structure/safe, +/obj/item/device/yautja_teleporter, +/turf/open/floor/corsat{ + icon_state = "lightplate" + }, +/area/corsat/gamma/sigmaremote) +"wpO" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Engineering"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"wpV" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"wpZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hangar/security) +"wqN" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"wqP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/hangar) +"wrd" = ( +/obj/structure/surface/rack, +/obj/item/restraints, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/prison/hangar_storage/research/shuttle) +"wrC" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"wrR" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"wrX" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/south/security) +"wsn" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"wss" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/id) +"wsJ" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/hangar/checkpoint) +"wsQ" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "Construction Yard"; + req_one_access_txt = "102" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) +"wtu" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"wtM" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"wuh" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/airlock/south/id) +"wui" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"wvx" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) +"wvG" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat, +/area/corsat/sigma/south/robotics) +"wvK" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"wvZ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"wwi" = ( +/obj/structure/machinery/computer/area_atmos/area, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/engineering/atmos) +"wwB" = ( +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"wwE" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) +"wwQ" = ( +/obj/structure/largecrate/chick, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) +"wwT" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"wxF" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "SigmaHCargoS"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/id) +"wye" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/north) +"wyz" = ( +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/sigma/hangar) +"wzK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/security) +"wAk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"wAF" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/cargo) +"wBf" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"wBJ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/foyer) +"wBK" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"wBP" = ( +/turf/open/floor/corsat{ + icon_state = "greencorner" + }, +/area/corsat/gamma/medbay/morgue) +"wCI" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/dirtgrassborder/north, +/area/corsat/theta/biodome) +"wCJ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/north) +"wDi" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "Sigma Dome Control"; + req_one_access_txt = "102" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) +"wDw" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential) +"wDC" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"wEd" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/autopsy_scanner, +/obj/item/tool/surgery/scalpel, +/obj/item/tool/surgery/hemostat, +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"wFO" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + pixel_x = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential) +"wFU" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/medbay/lobby) +"wGm" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("omega") + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"wGW" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"wGZ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clipboard, +/obj/item/paper, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"wHN" = ( +/obj/item/weapon/gun/flamer, +/obj/item/explosive/grenade/incendiary, +/obj/structure/closet/secure_closet/guncabinet{ + name = "specimen control cabinet"; + req_access_txt = "103" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/airlocknorth) +"wHQ" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"wIr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/closet/wardrobe/science_white, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"wIu" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"wIy" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential) +"wII" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"wIT" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/omega/security) +"wIZ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/bed/sofa/vert/white, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) +"wJp" = ( +/obj/structure/surface/table/reinforced, +/obj/item/tool/wrench, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"wJq" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/checkpoint) +"wJz" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/engineering) +"wJA" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "SigmaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/hangar/arrivals) +"wJM" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south) +"wJU" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hangar) +"wKb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"wKD" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"wKK" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo/lobby) +"wKL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/airlock/south) +"wKT" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"wLS" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "OmegaCargoN"; + name = "Omega Cargo Room"; + use_power = 0 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/omega/cargo) +"wMg" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/item/stack/sheet/metal{ + pixel_x = 3 + }, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) +"wOt" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegrey" + }, +/area/corsat/gamma/administration) +"wOQ" = ( +/obj/structure/surface/table/woodentable, +/obj/item/storage/fancy/cigarettes/arcturian_ace, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"wOX" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"wQd" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purple" + }, +/area/corsat/omega/complex) +"wQG" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south) +"wQJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/residential/east) +"wQZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/bodybags, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"wRH" = ( +/obj/vehicle/train/cargo/trolley, +/obj/item/pamphlet/skill/powerloader, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/cargo) +"wSb" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"wSg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/gm/coast/west, +/area/corsat/theta/biodome) +"wSq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"wSz" = ( +/obj/structure/cargo_container/trijent/mid, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"wSM" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) +"wUc" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/omega/complex) +"wUd" = ( +/obj/structure/surface/table/almayer, +/obj/item/handcuffs, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/security) +"wUx" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hallwaysouth) +"wVA" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"wVG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"wWr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"wWW" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Identification Desk" + }, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + name = "Identification Desk"; + req_access_txt = "104" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "SigmaEastID"; + name = "Security Shutters" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/airlock/east/id) +"wXE" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/corsat/sigma/dorms) +"wXT" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"wYt" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"wYA" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/security) +"wYD" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/camera, +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"wYP" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"wZg" = ( +/obj/structure/cryofeed/right{ + name = "\improper coolant feed" + }, +/turf/open/floor/corsat, +/area/corsat/sigma/south/complex) +"wZB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential/east) +"wZC" = ( +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/residential) +"xap" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south) +"xaQ" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/platform{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"xbu" = ( +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hallwaysouth) +"xbW" = ( +/obj/structure/safe, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"xbX" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/engineering) +"xdi" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"xeO" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/residential) +"xfe" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"xfC" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/east) +"xfT" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hangar) +"xhd" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/engineering) +"xhx" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/hydroeast) +"xhA" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/sigma/dorms) +"xiy" = ( +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/southeast/dataoffice) +"xiW" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/north) +"xjw" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/sigma/south/security) +"xjX" = ( +/obj/structure/surface/table, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"xkn" = ( +/turf/open/floor/corsat{ + icon_state = "sigma" + }, +/area/corsat/sigma/hangar/arrivals) +"xkB" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south/engineering) +"xkH" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"xlg" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/extinguisher, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"xlv" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/omega/hallways) +"xlF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/cryofeed/right{ + name = "\improper coolant feed" + }, +/turf/open/floor/corsat, +/area/corsat/sigma/south/complex) +"xlG" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"xlR" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"xlU" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) +"xmg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"xmh" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) +"xmC" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/south/offices) +"xmF" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "brown" + }, +/area/corsat/omega/cargo) +"xmV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/sigma/airlock/control) +"xnU" = ( +/obj/structure/machinery/vending/snack, +/obj/structure/machinery/camera/autoname{ + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"xoj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"xoq" = ( +/turf/open/floor/corsat{ + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/residential) +"xoy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"xoG" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/checkpoint) +"xoK" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/southeast/generator) +"xoV" = ( +/obj/structure/surface/table, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"xpk" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"xqh" = ( +/obj/structure/closet/radiation, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/omega/complex) +"xsm" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegreycorner" + }, +/area/corsat/sigma/hangar/office) +"xsE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) +"xsU" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) +"xtF" = ( +/obj/structure/machinery/camera/autoname{ + network = list("theta") + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"xtO" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/rnr/library) +"xtR" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "green" + }, +/area/corsat/gamma/medbay/morgue) +"xuo" = ( +/obj/item/cell/crap, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/researcher) +"xuF" = ( +/obj/structure/closet/crate/science{ + density = 0; + icon_state = "open_science"; + opened = 1 + }, +/obj/item/organ/brain, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/complex) +"xuI" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/morgue) +"xvj" = ( +/obj/structure/surface/table/reinforced, +/obj/item/form_printer, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"xvB" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/item/ashtray/plastic{ + pixel_x = 4 + }, +/obj/item/phone{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/southeast/datalab) +"xvE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"xvV" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"xwg" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/omega/control) +"xxO" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, +/area/corsat/theta/biodome) +"xxZ" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/omega/hangar/office) +"xys" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaysouth) +"xzg" = ( +/turf/open/floor/corsat{ + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay) +"xzI" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/airlock/control) +"xzU" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"xzW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"xzX" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "blue" + }, +/area/corsat/theta/airlock/control) +"xBa" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar) +"xBb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Observation Chamber"; + req_access_txt = "103" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"xBs" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/theta/airlock/west) +"xBz" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreencorner" + }, +/area/corsat/gamma/residential) +"xBA" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/sigma/hangar) +"xCe" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south/id) +"xDC" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "SigmaEastID"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/sigma/airlock/east/id) +"xEP" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"xER" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"xEW" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "red" + }, +/area/corsat/omega/hangar/office) +"xFf" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"xFk" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "blue" + }, +/area/corsat/gamma/hallwaysouth) +"xFK" = ( +/obj/structure/window/framed/corsat/research, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/corsat/theta/biodome/complex) +"xFN" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/mars, +/area/corsat/sigma/biodome) +"xGd" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/hydroeast) +"xGI" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"xHm" = ( +/turf/open/floor/corsat{ + icon_state = "white" + }, +/area/corsat/sigma/dorms) +"xHy" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "greenwhitecorner" + }, +/area/corsat/gamma/medbay) +"xHM" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) +"xHV" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/hallwaysouth) +"xIJ" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) +"xJc" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/south) +"xJB" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"xJH" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/dorms) +"xJI" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"xKu" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/airlock/east) +"xKA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/gamma/hallwaysouth) +"xKC" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("omega") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/omega/airlocknorth/id) +"xKV" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/maint) +"xLg" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"xLv" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/airlock/south) +"xMg" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"xMA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/dataoffice) +"xMJ" = ( +/turf/closed/wall/biodome, +/area/corsat/omega/hallways) +"xNw" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydrowest) +"xNL" = ( +/obj/structure/surface/table/almayer, +/obj/item/evidencebag, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"xNR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/sigma/southeast/datalab) +"xPi" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/theta/airlock/west/id) +"xPw" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/sigma/dorms) +"xPy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) +"xPF" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/omega/offices) +"xQb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) +"xQk" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) +"xQF" = ( +/turf/open/floor/corsat, +/area/corsat/omega/control) +"xQH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) +"xRb" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"xRq" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, +/area/corsat/theta/biodome) +"xRM" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/corsat/sigma/biodome) +"xSj" = ( +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/omega/security) +"xSL" = ( +/turf/open/floor/corsat{ + icon_state = "purplecorner" + }, +/area/corsat/sigma/south) +"xST" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/machinery/vending/snack, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "blue" + }, +/area/corsat/sigma/hangar) +"xTU" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/control) +"xUd" = ( +/turf/open/floor/corsat{ + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/west) +"xUj" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "blue" + }, +/area/corsat/omega/hallways) +"xUr" = ( +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/sigma/south/complex) +"xVS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/wood, +/area/corsat/gamma/rnr/bar) +"xWm" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) +"xWE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/mars{ + icon_state = "mars_dirt_3" + }, +/area/corsat/sigma/biodome) +"xWH" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"xWS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"xYI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Auditorium" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"xYP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/west) +"xZc" = ( +/turf/open/floor/corsat{ + icon_state = "blue" + }, +/area/corsat/sigma/southeast) +"xZB" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/south/complex) +"yaq" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"yaD" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote) +"ybq" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) +"ybv" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/hallwaysouth) +"ybJ" = ( +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north) +"ybP" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "greenwhite" + }, +/area/corsat/gamma/medbay/surgery) +"ybQ" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/hangar/arrivals) +"ycd" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "darkgreen" + }, +/area/corsat/gamma/rnr/bar) +"ycg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) +"ydU" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) +"ydX" = ( +/obj/structure/machinery/camera/autoname{ + network = list("gamma") + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/residential) +"ydY" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/dorms) +"ydZ" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/hydrowest) +"yea" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"yfh" = ( +/turf/open/floor/corsat, +/area/corsat/sigma/cargo) +"yfH" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirtgrassborder/east, +/area/corsat/theta/biodome) +"yfO" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/corsat/theta/biodome) +"ygy" = ( +/obj/structure/pipes/standard/simple/hidden/universal, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/theta/airlock/control) +"ygF" = ( +/obj/structure/machinery/computer/cameras{ + network = list("theta"); + pixel_y = 22 + }, +/turf/open/floor/wood, +/area/corsat/gamma/administration) +"ygN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/residential) +"yhc" = ( +/obj/structure/closet/crate/science, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"yhw" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) +"yhy" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) +"yhC" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) +"yhK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/showers) +"yio" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/rnr) +"yji" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"yki" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) +"ykO" = ( +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"yla" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/corsat/omega/control) +"yle" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/gm/dirtgrassborder/south, +/area/corsat/theta/biodome) +"ylo" = ( +/turf/open/space, +/area/space) +"ylS" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/west) + +(1,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aer +aer +adM +adM +aer +adM +adM +aer +aer +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(2,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aer +adB +adO +adO +aFN +adO +adO +adB +aer +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(3,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aer +aer +aer +adC +adn +adn +adn +adn +adn +lJj +aer +aer +aer +abG +abG +adV +ylo +ylo +ylo +ylo +adV +abG +abG +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(4,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aer +aFH +aPj +lJj +adn +aeg +aQZ +afj +adn +lJj +aRG +aFH +acN +anf +anf +adV +adV +adV +adV +adV +adV +apF +abJ +adV +adV +adV +adV +adV +ylo +ylo +adV +adV +adV +adV +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(5,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +adV +abG +abG +abG +adV +adV +adV +adV +abG +abG +abG +aer +awZ +adj +adn +adn +aep +aRg +afr +adn +adn +aly +aRQ +acN +aFM +abN +abJ +abH +abP +aFW +abP +eTj +abN +ank +abP +aFi +acj +acB +adV +ylo +ylo +adV +aFi +acj +acB +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ahA +ahA +ahA +ahA +ahA +ahA +ahA +ylo +ylo +ylo +ahA +ahA +ahA +ahA +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +azX +azX +azX +azX +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(6,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +adV +adV +abL +abN +eTj +adV +aFi +acj +acg +abN +acH +acI +acN +aAU +adn +llr +adn +aep +aRj +afr +adn +llr +adn +aFH +acN +acu +lsH +abN +ank +abP +aox +acg +abN +lsH +asQ +abP +abP +acw +abP +adV +abG +abG +adV +abP +acw +abP +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ahA +bFj +brx +vHP +brx +bOL +ahA +ylo +ylo +ylo +ahA +bsS +brx +bNb +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +azX +azX +azX +vCx +vCx +vCx +vCx +vCx +vCx +azX +azX +azX +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(7,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abG +abH +abM +abN +eTj +abP +aci +abP +abP +adE +abN +abJ +acN +aFH +adj +dQQ +owL +aep +aRs +afr +adn +dQQ +aly +aRS +acN +abL +oGz +abN +abO +abP +aoy +abP +acz +oGz +abO +abP +acc +abN +acz +abP +xEP +apK +abP +acz +abN +lQu +adV +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ahA +ahA +arV +bNc +brO +aHe +brO +jzM +arV +arV +arV +arV +arV +aZI +brO +aZJ +arV +ahA +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +azX +vCx +vCx +vCx +vCx +vCx +avX +avX +avX +avX +vCx +vCx +vCx +vCx +vCx +azX +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(8,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abG +abJ +abN +lsH +asQ +abP +abP +abP +abL +abN +lsH +aFn +acN +aFO +adn +dQQ +adn +aeq +aRF +afx +adn +dQQ +adn +aPj +acN +eTj +oGz +abP +abP +abP +abP +abP +abP +acv +abP +abP +aqb +rcg +pkc +apo +sCf +cRn +apo +pkc +uDW +acH +acI +abG +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ahA +bjR +aZz +dgq +aHu +aHu +aHu +aHu +aHu +bMM +aiL +ehj +aHu +aHu +aHu +aHu +aHu +bMM +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +vCx +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(9,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +aar +aar +aar +aar +aar +abF +abF +ylo +abF +aar +aar +aar +abF +abF +abF +abF +abF +abF +adE +oGz +abN +acg +acj +abP +abP +adE +oGz +acc +acN +awZ +adj +xQk +pIo +pIo +pIo +pIo +pIo +oEK +aly +aRQ +acN +juf +oGz +abP +aFW +acW +abP +yhy +diP +gth +uya +abP +aIt +aGb +abO +abP +vad +aPr +abP +abL +aMP +eTj +abJ +abG +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ahA +btU +bry +aHw +aMZ +iLZ +aMZ +aMZ +aMZ +gbQ +aiQ +aHw +aMZ +aMZ +aMZ +aMZ +aMZ +gbQ +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(10,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +ajS +aas +aas +aas +aas +aas +mQG +abF +abF +abF +akC +akE +akG +abf +anV +bxe +bxf +bxg +aax +abO +oGz +iZz +abP +aFj +acm +abP +abO +oGz +acz +acN +aGo +aPp +dQQ +adn +aeu +afb +afA +adn +dQQ +aFH +aFH +acN +acz +oGz +acg +acx +abP +abP +aBx +abU +gth +uya +abP +abP +abP +abP +abP +coy +uya +abP +abP +abP +abP +adV +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ahA +btX +bFg +aHw +aMZ +rFm +aMZ +aMZ +aMZ +gbQ +aiQ +aHw +aMZ +bEM +bNj +brw +aMZ +kQe +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +vCx +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(11,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +vkq +ldy +olB +olB +olB +olB +olB +tKy +qqg +abf +tjQ +ldy +nrl +wGZ +abf +ayv +axj +axj +tpW +aax +abP +acv +abP +abP +abP +abP +abP +abP +acv +abP +acN +acV +acV +dQQ +adQ +acV +acV +acV +adn +lZp +acV +acV +acN +abP +acv +abP +abP +abP +yhy +diP +abU +gth +abQ +apK +xEP +bHi +xEP +apK +ifh +aQX +abP +aFi +acj +acB +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ahA +btZ +brD +aHw +aYO +bMI +bsS +aZY +aMZ +aVF +aiL +xmg +aMZ +bNb +aHe +bNl +aMZ +kQe +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +vCx +avX +avX +vCx +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(12,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +rcT +axj +axj +axj +axj +axj +axj +axj +lRg +abf +lPD +axj +axj +azU +abf +aCv +axj +mGL +bxh +aax +atu +mGl +mxc +vhz +vhz +hzU +vhz +loF +chJ +dcK +vhz +vhz +loF +hur +cRn +mxc +vhz +loF +cRn +hur +mxc +vhz +vhz +nBk +chJ +mxc +vhz +hzU +loF +cRn +cRn +vbB +abU +abU +abU +abU +abU +abU +gth +uya +abP +abP +acw +abP +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ahA +bue +bry +aHw +aYO +bFo +bFj +aZY +aMZ +pUA +aNb +sON +aMZ +aHe +aHe +aHe +aMZ +gbQ +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +sXl +sXl +sXl +sXl +sXl +sXl +auL +auL +auL +auL +auL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +"} +(13,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aar +woz +iYj +axj +eXX +nBw +mGL +nlU +ugK +axj +axj +aDZ +axj +axj +mGL +gZB +abf +bjn +axj +oVT +bxi +aax +ppy +gth +aPr +yaq +sam +gth +aPr +aFk +sam +gth +aPr +aFk +sam +gth +aPr +sam +abU +aPr +sam +xQH +aPr +aFk +sam +xQH +aPr +aFk +sam +gth +aPr +sam +abU +mGl +cRn +cRn +unL +wIZ +qkJ +cRn +vbB +ill +abP +acc +abN +eTj +adV +adV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ahA +btX +aHe +aHw +aYO +bGa +aGJ +jaJ +oZD +rVS +tSD +gIT +oZD +pVS +pVS +pVS +sba +gbQ +ahA +ylo +ylo +ylo +ylo +ylo +ylo +ylo +sXl +dDl +dDl +dDl +dDl +anT +aMB +aMB +wHN +wHN +auL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +ylo +ylo +ylo +ylo +ylo +ylo +"} +(14,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aar +uTg +iYj +axj +eXO +nrl +hap +wKb +tMG +xsE +xsE +xsE +xsE +xsE +qST +uRQ +abf +ayM +kBW +oVT +bxj +aax +abR +gth +uya +abP +abP +acv +abP +abP +abP +acv +abP +abP +abP +acv +abP +abP +pEX +abP +abP +acv +abP +abP +abP +acv +abP +abP +abP +acv +abP +aYY +sam +gth +abU +abU +abU +abU +abU +abU +mGl +cRn +apo +pkc +uDW +aqb +uEC +abG +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +arV +gJr +bry +aHw +aYO +bGg +brw +aZY +aMZ +aVF +aiL +xmg +aMZ +bsS +aHe +bNm +rFm +aVF +arV +ylo +ylo +ylo +ylo +ylo +sXl +sXl +sXl +xvV +eji +eji +oMp +anT +aoB +oay +oay +aXD +auL +auL +auL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +"} +(15,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +dwH +axj +axj +axj +axj +axj +axj +axj +rCH +abf +dBW +axj +oVT +xvj +abf +abf +abf +bkr +abf +aax +abR +gth +uya +abP +eTj +oGz +acz +abP +abL +oGz +acc +abP +adE +oGz +eTj +abP +jOE +abP +abJ +oGz +eTj +abP +acz +oGz +adE +abP +abO +oGz +abP +abP +abR +gth +aPr +jWy +yaq +bHj +yaq +jWy +vad +aPr +abP +abO +aQG +abH +abJ +abG +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +arV +bsS +aHe +aHw +aMZ +rFm +aMZ +aMZ +aMZ +gbQ +aiQ +aHw +aMZ +bNc +bEM +bFj +rFm +rDF +arV +ylo +ylo +ylo +ylo +ylo +sXl +xJB +eji +hgB +mbO +mbO +mAV +xKC +kCq +aMC +aMC +oMG +oay +kap +auL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +azX +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +"} +(16,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +izn +dBW +qRY +ahk +qRY +ahk +qRY +rCH +lkv +abf +nYO +dBW +oVT +tKy +abf +hyf +fGO +oVT +oob +aax +abR +mGl +nna +abP +avD +mqn +lQu +abP +aFo +fqp +abJ +abP +aFt +erc +acI +abP +jOE +abP +aFv +fqp +uEC +abP +aFI +erc +acI +abP +avD +mqn +lQu +abP +gab +vbB +uya +abP +abP +abP +abP +abP +coy +uya +abP +abP +abP +abP +adV +adV +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +adT +opl +bry +egM +aMZ +rFm +aMZ +aMZ +aMZ +gbQ +aiQ +aHw +aMZ +aMZ +aMZ +aMZ +rFm +gbQ +arV +aqr +aky +aky +aqr +aqr +sXl +aCe +fxW +aWQ +mPS +pQt +mPS +mPS +aMD +dMR +dMR +fxn +aMC +qgl +auL +auL +auL +ylo +ylo +ylo +ylo +ylo +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +ylo +ylo +ylo +ylo +"} +(17,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +abF +bke +vrA +lnW +agS +oEU +qSG +akf +abF +abF +abF +iYj +hap +xsE +aHy +xsE +kky +igg +oob +aax +abR +gth +uya +abP +abH +abM +abO +abP +abO +abN +eTj +abP +abO +abN +abJ +abP +fdc +abP +acu +abN +abO +abP +alU +abN +eTj +abP +abH +abM +eTj +abP +abR +gth +uya +abP +aFi +acj +acW +abP +vjF +aQX +abP +aFi +acj +acB +adV +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +adT +bEM +bFi +aHw +aMZ +sQz +aMZ +aMZ +clp +bNv +aiL +vLZ +lsc +lsc +lsc +pDB +rFm +edN +aiL +hUY +eiR +eiR +gud +jRL +lUM +fuK +mAV +anT +anT +anT +anT +anT +aIi +aMC +aMC +fTT +aMC +oMG +kap +aEG +auL +aSa +aSa +aSa +aSa +azX +azX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +azX +ylo +ylo +ylo +"} +(18,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +abF +aax +aaz +aaz +aaz +aaz +aaz +aax +abF +abF +abF +kXz +qIS +nqF +abf +dBW +oVT +axj +tpW +aax +abR +gth +uya +abP +abP +acw +abP +abP +abP +acw +abP +abP +abP +acw +abP +abP +djF +abP +abP +acw +abP +abP +abP +acw +abP +abP +abP +acw +abP +abP +abR +gth +uya +abP +abP +acw +abP +abP +coy +uya +abP +abP +acw +abP +adV +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +adT +adT +aiL +aHw +aMZ +aMZ +aMZ +aMZ +gbQ +aiL +aiL +aiL +aiQ +aiQ +aiL +aHw +rFm +gbQ +aiL +rPZ +aLM +aLM +aWx +jRL +aWo +aGq +aMw +aMv +aMw +aXc +aMA +anT +bsD +oZH +aMC +aMC +aMC +aMC +qgl +ged +auL +aSa +aSa +aSa +aSa +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +vCx +avX +avX +vCx +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +ylo +ylo +ylo +"} +(19,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +abF +gYL +gYL +gYL +gYL +gYL +gYL +gYL +abF +abF +abF +abf +abf +abf +abf +vGz +oVT +sYc +tpW +aax +abS +iIf +abS +abP +aFi +acx +acB +abP +aFi +acx +acW +abP +aFi +acx +acB +abP +jFF +abP +aFi +acx +acB +abP +aFi +acx +acW +abP +aFi +acx +acB +abP +abS +iIf +abS +abP +acz +abN +abO +abP +coy +abQ +abP +acz +abN +abL +adV +adV +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +adT +aHe +aHw +aMZ +aMZ +aMZ +aMZ +brI +aiL +bMN +dso +uKg +iEN +eYG +sON +rFm +gbQ +aiQ +agN +sIC +aLN +qKN +jRL +dQp +aGp +nmb +anT +aMx +aMz +kqA +anT +tXa +aEC +aMC +aXE +lda +aEC +qgl +lhS +auL +ylo +ylo +ylo +ylo +azX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +ylo +ylo +ylo +"} +(20,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +gYL +rvp +kFq +kFq +kFq +kFq +kFq +ewT +gYL +aax +auW +auW +asf +ntt +abf +wIr +oVT +wmr +mRl +aax +mQu +hxc +qac +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +jOE +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +cvr +hxc +qac +abP +abH +mfX +pkc +apo +jyZ +cRn +apo +pkc +kJa +abN +eTj +abG +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +adT +iOP +cUp +pDB +aMZ +aMZ +clp +bNv +aiL +bMO +brO +aHe +brO +bjR +aMZ +rFm +gbQ +aiQ +agN +aLO +aLO +qKN +jRL +anT +aMt +anT +anT +aoa +aoF +aoa +aoA +aac +aac +qHM +aoA +aoA +aED +aEE +aoG +auL +ylo +ylo +ylo +ylo +azX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +ylo +ylo +ylo +"} +(21,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +gKQ +hho +afu +afu +afu +afu +afu +qaY +jGk +aax +pTp +jkb +jkb +pTp +abf +ldy +oVT +eXX +meJ +aax +bHd +hxc +ehS +pdR +jOE +jOE +iQE +djF +djF +djF +jOE +jOE +djF +djF +djF +jOE +iQE +jOE +djF +djF +djF +xuo +jOE +djF +djF +djF +iQE +jOE +jOE +pdR +jZA +hxc +vWM +abP +abJ +aGj +abN +abP +aYY +jWy +abP +abO +aRl +abJ +anf +abG +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +adT +arV +aiL +qfp +sxO +lug +qfp +aiL +aiL +bNo +aMZ +aMZ +aMZ +aMZ +aMZ +rFm +gbQ +aiQ +agN +aLL +aLL +pkh +cCK +qkD +azf +pkh +eiR +eiR +qkD +aLu +aGy +aMc +aMC +aoC +nuj +aoA +aLp +aEF +aEH +auL +ylo +ylo +ylo +azX +azX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +azX +ylo +ylo +"} +(22,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +gYL +hho +afu +afu +afu +afu +afu +qaY +gYL +aax +pTp +odW +odm +fKw +aIU +xsE +qST +axj +tpW +aaz +bBD +hxc +ehS +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +pEX +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +pEX +abP +abP +abP +abP +abP +jZA +hxc +ehS +apR +apR +apR +apR +apR +apR +apR +apR +apQ +adV +adV +adV +adV +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +arV +umU +djM +djM +djM +djM +tWu +aiL +bNp +aMZ +iIU +oZD +oZD +oZD +fVo +gbQ +aiQ +xUj +agQ +agQ +agQ +agQ +agQ +azf +agQ +agQ +agQ +agQ +agQ +aGB +aoC +aoC +aoC +qgl +aoA +aac +qqK +aoA +auL +baU +baU +baU +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +ylo +ylo +"} +(23,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +gYL +hho +afu +afu +afu +bFW +afu +qaY +gYL +aEa +pTp +iBO +jkb +nHU +abf +dBW +oVT +axj +tKy +aaz +bpb +vbW +pdW +oPa +adJ +adJ +oTE +mIa +oyA +vxk +ehU +xjX +xjX +vaY +grg +oYH +adJ +adJ +pPp +tIP +vaY +pge +vaY +tIP +vaY +jOn +adJ +adJ +kSG +agT +kjC +vbW +amb +apR +axs +bni +apR +bFL +aqc +aqc +bLk +ahz +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +arV +nDN +lZm +lZm +lZm +lZm +eVr +aiL +bMP +brP +aHe +brP +ojN +aMZ +rFm +gbQ +aiL +xUj +agQ +ahC +azk +azk +azk +iCm +agQ +agQ +agQ +agQ +agQ +aGB +aoC +aoC +aoC +oMG +itD +oay +kCq +aXn +aHM +aoG +aMc +aoG +bkO +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +avX +avX +vCx +vCx +vCx +vCx +vCx +avX +avX +vCx +vCx +vCx +vCx +vCx +avX +avX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +ylo +ylo +"} +(24,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +gYL +hho +afu +afu +afu +afu +afu +qaY +gYL +aax +dEe +jkb +jkb +nHU +abf +ugC +sll +xsE +xsE +aJR +jAE +acK +awk +otY +adJ +avZ +ulb +dbY +adH +adH +adH +dbY +adH +adH +aEJ +gvl +adJ +pPp +ulb +als +aZn +aZM +aZn +aZM +aZn +uCU +jOn +adJ +hKD +aem +all +acK +jAE +axr +ghx +aQK +apR +aWY +apS +apS +bNR +aqw +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +arV +djM +bFf +bFm +bFm +hbX +djM +aiL +bMQ +fPp +kOc +kUt +fcq +pDB +rFm +gbQ +aiL +xUj +agQ +azf +tLF +vGW +vGW +gIe +vGW +vGW +vGW +rYB +boA +aGB +aMc +aoC +aoC +aoC +aoC +aoC +aoC +aoC +goe +aoC +aoC +aoC +aTP +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +ylo +ylo +"} +(25,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +gKQ +hho +afu +afu +afu +afu +afu +qaY +jGk +aax +cvi +jkb +jkb +pTp +abf +obz +oVT +axj +axj +axj +aec +aec +vbW +otY +adJ +rur +adH +adH +adH +adH +uAN +diI +diI +diI +xYP +hnx +adJ +rur +aEJ +pEj +aZt +pEj +aZt +pEj +bab +adH +cLZ +adJ +lPi +aem +vbW +aec +sjs +apR +aQd +bvi +apR +bwG +apS +apS +bOG +aqw +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ahA +djM +brB +dJR +fhG +nsg +djM +aiL +aiL +aiL +aiQ +aiQ +aiL +aHw +rFm +pUA +aiQ +fdf +agQ +azf +anG +atF +atF +atF +atF +atF +atF +atF +atF +atF +rWY +aoC +aoC +aoC +aoC +aoC +aoC +aoC +goe +aoC +aoC +aoC +aTP +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +ylo +ylo +"} +(26,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +gYL +lTA +sVA +sVA +sVA +sVA +sVA +sEb +gYL +aax +eMI +eMI +pJP +eMI +abf +oVr +oVT +axj +cAV +aaz +pMN +aec +vbW +otY +adJ +dLL +adH +pEj +adH +adH +kGV +adH +adH +adH +tdi +sCl +adJ +rur +aEJ +pEj +aZt +cgs +aZt +pEj +bab +adH +fEI +adJ +aRY +aem +vbW +aec +tSo +apR +apR +apR +apR +bzz +xKV +apS +bPf +ahz +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ahA +djM +brB +uip +dYh +nsg +djM +aiL +tWM +brT +bsa +lnc +bJh +sON +aNn +oZD +aNo +azk +azk +azE +anG +atF +aBj +kuW +aBq +atF +aBj +aZQ +aBq +atF +aEl +aoC +aoC +aEu +ayH +ayH +aEk +aMc +goe +aoG +aMc +aoG +aTP +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +ylo +ylo +"} +(27,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +abF +gYL +gYL +gYL +gYL +gYL +gYL +gYL +abF +abF +abF +abf +abf +abf +abf +oVr +oVT +rCH +eNm +aax +aDi +aec +vbW +otY +adJ +dLL +aEJ +sHX +adH +aEJ +wfn +qpB +nSm +qti +tdi +sCl +adJ +qgg +aEJ +bHe +aZt +pEj +aZt +qFK +bab +bHe +fEI +adJ +jyb +aem +vbW +aec +apr +apR +aMY +aQN +aqc +pVm +huo +apS +bPg +aqw +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ahA +djM +brB +bFn +pEm +nsg +djM +aiL +brR +aMZ +aMZ +aMZ +aMZ +aMZ +rFm +clp +aiQ +sSZ +agQ +azf +aWy +atF +hHL +olY +aBk +atF +aBk +olY +aBk +atF +aoE +bkZ +bBL +aoE +aoE +aoN +ape +aoE +auG +baU +baU +baU +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +ylo +ylo +"} +(28,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +abF +abF +bki +bki +bki +bki +bki +bki +bki +abF +abF +abF +uUk +uUk +uUk +abf +abf +aHz +abf +abf +aax +ljw +aec +vbW +otY +adJ +adK +agm +agl +mJq +ajM +pfk +adJ +adJ +adJ +dqt +adJ +adJ +sMW +aEJ +pEj +aZv +pEj +aZt +pEj +bab +kbm +ahd +adJ +kSG +aem +vbW +aec +amb +apR +apS +apS +apS +apS +huo +apS +bGn +aqw +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ahA +djM +brB +uip +aVn +nsg +djM +aiL +xnU +aMZ +iIU +oZD +oZD +oZD +phM +toi +aiQ +xUj +agQ +azf +anG +atF +aBl +aBo +anR +atF +aBl +aBo +aos +atF +bUo +bCv +bCv +aoN +bzg +kVZ +kVZ +aEL +auG +ylo +ylo +ylo +azX +azX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +azX +ylo +ylo +"} +(29,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +abF +abF +abF +aaL +aId +aay +aId +aay +aId +aaK +abF +abF +abF +aav +aas +aas +atn +ldy +oVT +tKy +yki +aax +ljw +aec +vbW +otY +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +lxj +tdi +uCU +vda +ulb +aEJ +qFK +aZF +pEj +aZt +aZZ +bab +cgs +fEI +adJ +hKD +aem +hRI +jAE +jAE +aIb +cwr +cwr +cwr +cwr +awf +bGj +taQ +ahz +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +arV +djM +rFJ +vii +vii +iNZ +djM +aiL +bRj +brU +brX +brE +brU +aMZ +aMZ +pUA +aiQ +fdf +agQ +azf +anG +atF +avT +bxO +avT +atF +avT +bxY +avT +atF +byJ +bCv +bCv +aoN +bzj +bCv +qAH +ocT +auG +ylo +ylo +ylo +ylo +azX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +bcl +bcl +bcl +bcl +bcl +bcl +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +ylo +ylo +ylo +"} +(30,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +tJA +aax +snW +aaL +aId +aay +aId +aay +aId +aaK +snW +aax +sKa +ldy +axj +axj +axj +axj +oVT +axj +oob +aax +ljw +aec +vbW +otY +adJ +tNS +xjX +gXp +fCi +vaY +vaY +iWx +adJ +dLL +tdi +adH +xYI +adH +aEJ +pEj +aZF +bHe +aZt +pEj +bab +adH +fEI +adJ +aRY +aem +vbW +aec +sjs +apR +apS +apS +apS +apS +axt +apR +apR +ahz +aqk +aqk +awb +adT +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +arV +lTC +lZm +lZm +lZm +lZm +bNd +aiL +jAz +brU +brX +brY +brU +aMZ +aMZ +aMZ +aNp +agQ +agQ +azf +anG +atF +bbW +anQ +anO +aWR +eUn +anQ +anO +aWR +aok +bCv +bCv +aoN +byw +bCv +nUa +crG +auG +ylo +ylo +ylo +ylo +azX +vCx +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +bck +bQk +caZ +bZa +bZc +bck +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +vCx +azX +ylo +ylo +ylo +"} +(31,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +uTU +aax +aeP +wlc +aId +aay +aId +aay +aId +aaK +alS +aax +mwH +axj +aav +aas +aas +aas +hUS +axj +gZB +aax +gtP +aec +vbW +otY +vda +pJo +pEj +aEJ +pEj +adH +bHe +ahd +vda +dLL +juq +diI +diI +diI +akD +alu +aZG +pEj +aZt +pEj +bab +adH +cLZ +adJ +aSc +aem +vbW +aec +apr +apR +amc +apx +apy +apM +aqd +apT +ajb +aqe +aqe +ava +kdl +adT +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ewW +lTC +djM +mxO +mxO +djM +bNd +aiL +xPF +hPF +lsc +lsc +lsc +lsc +hPF +bNv +aiQ +sSZ +agQ +sPB +dnZ +atF +bjQ +anQ +anQ +anQ +anQ +anQ +anQ +anQ +bCv +bCv +bCv +aoN +byw +bCv +nUa +crG +auG +aSa +aSa +aSa +aSa +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +bck +bQS +bYZ +bYZ +bZe +bck +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +ylo +ylo +ylo +"} +(32,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +jkb +aax +aId +hlf +aId +aay +aId +aay +aId +aaK +aId +fGJ +dBW +axj +iYj +yaD +qBZ +gkH +knx +axj +nLW +aax +atx +aec +vbW +otY +vda +pJo +lgv +sBc +pEj +adH +qvB +fEI +vda +dLL +tdi +xUd +vda +jme +eZq +aZh +aZT +aZh +aZT +aZh +aZT +xUd +oBX +adJ +jyb +aem +vbW +aec +apr +apR +apR +apR +apR +apR +apR +apT +ajd +aqf +aqf +avc +uwo +adT +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +hOb +aiO +aiO +aiO +aiO +aiO +aiO +aiL +aiL +aiL +aiL +aiL +aiL +aiL +aiL +aiL +aiL +xUj +agQ +azf +anG +atF +bkR +anQ +anQ +anQ +anQ +anQ +anQ +anQ +bCv +bCv +bCv +aoN +byw +bCv +nUa +aYp +auG +aSa +aSa +aSa +aSa +azX +azX +vCx +avX +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +aLh +aLh +bYX +aLl +aLl +bZg +aLh +aLh +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +avX +vCx +azX +azX +ylo +ylo +ylo +"} +(33,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +jkb +hOU +aId +hlf +aId +aay +aId +aay +aId +aaK +aId +aax +lFX +axj +iYj +nTg +abf +fmC +hFc +axj +idf +aax +ljw +aec +vbW +otY +vda +pJo +pEj +jsq +bHe +adH +xUd +grK +adJ +rur +tdi +cLZ +adJ +adJ +jbj +cem +jme +alv +jme +cem +jme +oBX +adJ +adJ +kSG +aem +vbW +aec +amb +awc +awc +awc +awd +akH +avO +apT +alA +aqf +aqf +avd +axN +adT +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +hOb +iiS +aVZ +rTw +rTw +mzi +aiO +hUY +eiR +eiR +qkD +dET +anA +xlv +xlv +oKA +xMJ +xUj +agQ +azf +anG +atF +bkV +anQ +cjy +buX +mqr +anQ +cjy +aTX +aXj +bCv +bCv +aoN +byw +bCv +nUa +aEN +auG +ylo +ylo +ylo +ylo +ylo +azX +vCx +vCx +avX +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +bck +bOa +bYY +wSM +oNI +bZh +gGQ +bck +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +avX +vCx +vCx +azX +ylo +ylo +ylo +ylo +"} +(34,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +jkb +aax +aId +aaL +aId +aay +aId +aay +aId +aaK +aId +aaz +vVO +axj +iYj +wJp +kLC +lDh +tpW +axj +nLW +aax +ljw +aec +vbW +otY +vda +pJo +hrf +jsq +pEj +adH +tLz +adJ +adJ +dLL +tdi +fEI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +aem +hRI +jAE +jAE +jAE +jAE +jAE +jAE +alZ +jAE +agJ +anr +anr +auX +avF +awb +adT +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +hOb +vND +fll +aGr +eUR +kOi +aiO +agN +ahC +azk +azk +azw +azk +azk +oje +hQS +xMJ +xUj +agQ +azf +anG +atF +avT +bxS +avT +atF +avT +bzn +avT +atF +auG +bzs +auG +auG +aoE +bCv +xBb +aoE +auG +auG +auG +auG +auG +auG +azX +azX +vCx +vCx +avX +avX +avX +avX +avX +vCx +avX +avX +avX +avX +bck +bOe +xwg +rEX +tsA +xwg +bZl +bck +avX +avX +avX +avX +vCx +avX +avX +avX +avX +avX +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +"} +(35,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +aDS +aax +aId +aaL +aId +aay +aId +aay +aId +sxU +aId +aaz +vVO +axj +juI +vFm +vFm +vFm +kzm +axj +bXN +aax +ljw +aec +vbW +otY +adJ +dLL +adH +tdi +adH +adH +uCU +adJ +vxk +ulb +tdi +uCU +vaY +vxk +adJ +vaY +tUG +vaY +vaY +ctA +vaY +tUG +vaY +iWx +adJ +aem +vbW +aec +hId +wIy +amO +hId +wIy +vbW +avP +apT +aop +aqf +aqf +awH +awb +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +hOb +xLv +dRz +hvD +fum +oZj +aiO +agN +azf +tLF +epc +olX +tLF +epc +azf +anA +xlv +fdf +agQ +azf +anG +atF +aBj +aBn +anS +atF +aBj +aBn +aot +atF +byN +bCv +qwM +auG +bAF +bCv +nUa +qwM +bBy +byM +bBE +bzQ +bAa +bAj +auG +vCx +vCx +vCx +avX +avX +avX +avX +avX +vCx +vCx +vCx +vCx +vCx +aLh +aLh +aLh +dPV +bao +aLh +aLh +aLh +vCx +vCx +vCx +vCx +vCx +avX +avX +avX +avX +avX +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +"} +(36,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +pTp +aax +tOL +aaL +aId +aay +aId +aay +aId +aaK +alS +aax +iYj +axj +axj +axj +axj +axj +axj +wII +leP +aax +ljw +aec +vbW +otY +adJ +adK +eZq +daL +diI +diI +diI +akI +diI +diI +prF +diI +diI +mRp +akI +diI +diI +pgn +alu +gqi +pEj +adH +adH +fEI +adJ +aem +vbW +aec +otY +acM +acM +acM +aem +vbW +avV +apT +ajd +aqf +auY +axM +awb +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +hOb +wjn +aGr +aGr +aGr +uua +aiO +agN +azf +anG +aqr +aqr +aqr +iOe +sPB +azk +azk +azk +azk +azE +aWy +atF +aBk +anP +hHA +atF +aBk +olY +aBk +atF +bbZ +bCv +bCv +bzw +bCv +bCv +aBJ +wAk +bBz +aoc +bBF +aLX +bAh +bUA +auG +avX +avX +avX +avX +avX +avX +avX +avX +vCx +aLh +aLh +aLh +aLh +aLh +aLk +bae +hbF +rPI +bae +czg +aLh +aLh +aLh +aLh +xQF +vCx +avX +avX +avX +avX +vCx +vCx +azX +ylo +ylo +ylo +ylo +ylo +ylo +"} +(37,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +jkb +aax +dgJ +aaL +aId +aay +aId +aay +aId +lwl +aId +aax +dLX +nwu +nwu +rYp +sNo +rYp +rwl +vrA +ceE +aax +ljw +aec +vbW +otY +adJ +adJ +kqZ +qpB +cbV +gGb +eUe +adJ +mJq +alc +jme +eZq +adH +tTE +adJ +adJ +eZq +aEJ +pEj +kar +iWO +adH +bHe +ahd +adJ +aem +vbW +aec +otY +acM +ylo +acM +aem +vbW +avV +apT +apU +atY +auZ +axN +awb +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +hOb +hSQ +seB +hsD +lUc +gew +aiO +agN +azf +anG +aqr +ylo +aqr +iOe +azf +agQ +agQ +agQ +agQ +azf +anG +atF +ukf +aZR +aBr +atF +aBl +aZR +aBr +atF +byS +bCv +bzT +auG +bAG +bCv +xGI +aBJ +azO +bCu +azO +wAk +hJI +bAn +auG +avX +avX +avX +avX +avX +avX +avX +avX +vCx +aLh +bEj +bZq +bZr +aLh +dzZ +aLt +aLl +kqm +aLt +aLv +aLh +baN +ajR +czg +xQF +avX +avX +avX +avX +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +"} +(38,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +abF +jYc +aax +aax +oLX +oLX +oLX +oLX +oLX +oLX +oLX +aRt +aax +aax +aax +aax +aax +aax +aax +aax +aax +aax +aax +aDi +aec +vbW +otY +kSG +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ylS +adH +jEK +iWx +adJ +kaf +aEJ +lgv +aEJ +pEj +adH +qvB +fEI +adJ +aem +vbW +aec +otY +aek +ylo +aek +aem +vbW +avO +apT +awb +plI +plI +plI +awb +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ast +bCX +bCX +aiO +bCX +uvy +aiO +agN +azf +anG +uBj +ylo +uBj +iOe +azf +tLF +gIe +epc +agQ +azf +fnd +atF +atF +atF +atF +atF +atF +atF +atF +atF +byN +bCv +bAm +auG +bAJ +bCv +bCv +nUa +bCv +bCv +bCv +nUa +qwM +aoE +auG +pDR +pDR +pDR +vCx +vCx +vCx +avX +avX +vCx +aLh +bEk +bEm +cbc +bba +aLj +wSM +wSq +kXp +bZj +aLv +aLh +ajp +aLl +aLv +xQF +avX +avX +avX +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(39,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +acM +acM +akH +qba +qWr +lDJ +aec +aec +aec +aec +aec +aec +dvE +anX +oIf +oIf +oIf +oIf +oIf +anX +oIf +oIf +oIf +oIf +adZ +aec +vbW +pdW +htZ +gAt +htZ +htZ +htZ +htZ +htZ +htZ +htZ +oDt +adJ +hte +jme +qGn +cLZ +adJ +kqZ +oOk +eUe +oOk +gGb +jme +jme +oBX +adJ +aem +vbW +aec +otY +aek +ylo +aek +aem +vbW +akH +ahP +tUR +vVI +aiT +tUR +awb +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ast +aBa +aGr +aGr +tEJ +azf +pkh +qkD +azf +anG +uBj +ylo +uBj +iOe +azf +anG +xMJ +iOe +agQ +azf +anG +atF +aBj +aBn +aBq +avT +aLX +btt +bsy +auG +auG +bzu +auG +auG +bAK +bBw +bCv +nUa +bBA +aoc +rtT +nUa +bCv +bAx +bCv +bCv +bCv +aoE +pDR +pDR +vCx +vCx +vCx +vCx +aLh +caQ +aLl +bbb +bbc +aLj +aLl +aLl +kqm +bZb +bZd +aLh +ajN +aLl +aLv +xQF +vCx +vCx +vCx +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(40,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +acM +akH +akH +iVp +qWr +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +all +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +alZ +acK +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +awk +otY +adJ +adJ +adJ +ilZ +fEI +adJ +adJ +vda +vda +vda +vda +vda +adJ +adJ +adJ +aem +hRI +jAE +eqF +acM +ylo +acM +aem +hRI +jAE +jAE +aVG +ros +aqh +aqh +awb +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ast +ahG +ahG +ahG +agQ +azf +agQ +agQ +azf +anG +aqr +ylo +aqr +iOe +azf +anG +xMJ +iOe +agQ +azf +anG +atF +aBk +olY +iaq +lOW +aLX +jKy +kVZ +kVZ +aok +bCv +byL +aoN +bAL +bCv +bCv +nUa +bBB +aoN +bzy +ect +bCv +bCv +bCv +bCv +byE +kYn +aoE +pDR +pDR +azX +vCx +vCx +aLh +caQ +lLc +bEn +aLh +bac +aLt +aLl +kqm +bZk +bZm +aLh +ajp +lLc +bYU +aLh +vCx +vCx +azX +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(41,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +acM +mop +eby +uyT +hTI +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +ldE +aec +aec +aec +aec +aec +aec +aec +aec +aec +vbW +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +vbW +otY +cKa +vda +vgn +sid +uCU +vaY +vaY +vaY +vaY +vaY +vaY +vaY +iwB +vda +cKa +aem +vbW +aec +otY +acM +ylo +acM +bhi +vbW +aec +aec +aqh +aqh +aqh +aqh +awb +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ast +ahG +bZP +azR +azk +hdR +azk +azk +azE +anG +aqr +ylo +aqr +iOe +azf +anG +xMJ +qeE +agQ +azf +anG +atF +aBl +aZR +aBr +avT +aLX +kGP +byP +bCv +bCv +byE +byO +aoN +kGP +bCv +bCv +nUa +bzk +aoN +bBG +xGI +rXB +aoE +wUc +bCv +bCv +bBW +aoE +aoE +aoE +azX +azX +vCx +aLh +baf +kqm +kiO +bav +aLs +aLl +aLl +vkt +wSq +nvx +bZf +yla +dwS +bYW +aLh +vCx +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(42,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +acM +dZu +wFO +kfZ +qWr +aea +aea +aea +kqs +aea +aea +aea +aea +wIy +aec +vbW +hId +aea +aea +aea +aea +ygN +wIy +ahP +hId +brf +wIy +ahP +hId +ygN +aea +aea +aea +aea +wIy +aec +vbW +otY +ahP +vda +eeN +tdi +adH +svB +iIK +adH +adH +svB +iIK +adH +hnx +vda +ahP +aem +vbW +aec +otY +aek +ylo +aek +aem +vbW +akH +ahP +tUR +tUR +aiT +tUR +awb +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ast +aBa +aGr +aGr +tEJ +azf +lEb +fsu +azf +anG +uBj +ylo +uBj +iOe +azf +anG +xMJ +iOe +agQ +azf +anG +atF +atF +atF +atF +atF +aoE +kGP +bCv +bCv +bCv +hJI +byQ +aoN +bAR +bBx +bCv +nUa +bBC +aoc +bQT +bCv +bBI +aoE +kGP +bCv +bCv +bCv +wGm +bCv +yhc +auG +azX +azX +aGf +bah +baa +viL +cNG +ugy +wSq +wSq +kXp +aLl +mOw +vUn +xTU +akx +bZi +aGf +azX +azX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(43,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +aaj +aal +aal +aal +aaj +qWr +qWr +qWr +qWr +qWr +qWr +qWr +qWr +qWr +qWr +qWr +qWr +aem +aec +vbW +otY +acM +aek +aek +aek +acM +akJ +acS +akR +ald +akJ +aeS +akR +acM +aek +aek +aek +acM +aem +aec +vbW +otY +kSG +vda +rCO +qGn +adH +adH +adH +adH +adH +adH +adH +xUd +pJa +vda +kSG +aem +vbW +aec +otY +aek +ylo +aek +aem +vbW +avW +apu +aga +auc +auc +auc +aga +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ifX +sCv +nrT +aja +gkU +pBm +ifX +agN +azf +anG +uBj +ylo +uBj +iOe +azf +pWl +bYr +ick +agQ +azf +pWl +nJP +nJP +nJP +nJP +pMh +aoE +bkq +bnA +bCv +bzv +bzB +aoE +aoE +aoc +aoc +bCv +bmi +aoc +aoc +bzA +bCv +bAq +aoE +bBN +bBT +xpk +xpk +xpk +bBT +xpk +auG +ylo +ylo +aGf +aGf +aGf +aGf +aGf +baw +bax +aLl +kqm +baL +baM +aGf +aGf +aGf +aGf +aGf +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(44,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +aaj +evq +abs +abE +abD +abD +abD +tuB +abD +abD +abD +abb +abD +hBp +pCT +hBp +abD +wnJ +ack +uMD +lJq +aaj +ylo +ylo +ylo +acM +aek +aek +aek +acM +aek +aek +aek +acM +ylo +ylo +ylo +acM +bhi +aec +vbW +pdW +htZ +adJ +adJ +pPX +diI +siU +rba +jme +jme +eZq +adH +npl +adJ +adJ +htZ +kjC +vbW +aec +otY +acM +ylo +acM +aem +vbW +avY +awx +awB +awK +ivW +awV +aga +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +epI +lnG +aBH +lom +pAt +sIR +aja +agN +azf +anG +aqr +ylo +aqr +iOe +azf +agQ +agQ +agQ +agQ +azf +agQ +agQ +agQ +agQ +agQ +anG +aoE +aoE +aoE +bzr +aoE +aoE +aoE +byT +bCv +bzx +bCv +nUa +crG +aoc +bBH +bCv +bAt +aoE +bBO +bUn +bBO +bBO +bBO +bUn +bBO +auG +ylo +ylo +aSa +ylo +ylo +ylo +aGf +aGf +lPh +mwy +bay +lPh +aGf +aGf +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(45,1,1) = {" +ylo +ylo +ylo +ylo +ylo +aaj +aaj +abs +abs +abb +abD +abs +abs +ads +abD +ads +abs +abv +abD +hBp +pCT +hBp +abD +wnJ +ack +uMD +kUp +aal +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aek +aem +aec +vbW +aec +aec +aec +ewM +adH +adH +fEI +tdi +adH +adH +dLL +adH +adH +ewM +aec +aec +aec +vbW +aec +otY +acM +acM +acM +aem +vbW +avY +awz +awG +aua +aua +awW +aga +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +epI +qSt +aLA +kuO +aLA +rlk +aja +agN +azf +anG +aqr +aqr +aqr +iOe +sPB +azk +azk +azk +azk +azw +azk +azk +azk +azk +oje +aWy +aoE +byH +bib +bib +bib +byH +aoE +byU +bCv +aoc +bzp +dHa +crG +aoc +bzD +bCv +bBJ +aoE +jnI +bUn +qJZ +bUn +hls +bUn +bBP +auG +ylo +ylo +aSa +ylo +ylo +ylo +ylo +aEf +aLL +agQ +azf +aLL +aEf +ylo +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(46,1,1) = {" +ylo +ylo +ylo +ylo +ylo +aal +ozR +abr +ong +ach +abD +aei +adm +jdt +abD +aeX +ong +adR +abD +agf +hcU +hBp +abD +wnJ +ack +uMD +kUp +aal +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aek +aem +aec +vbW +aec +aec +eKm +adJ +aai +qwO +fEI +tdi +hTd +adH +dLL +qwO +adH +adJ +ydX +aec +aec +vbW +aec +pdW +kjC +apv +pdW +kjC +vbW +awa +awx +aua +awN +aua +axv +aga +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +epI +iNR +kSY +aLB +cZO +dcw +aja +agN +azf +pWl +ick +aHn +pWl +ick +azf +lEb +oaV +oaV +oaV +oaV +oaV +oaV +fsu +agQ +azf +anG +aoE +bkT +bib +bib +bib +byV +aoE +bjl +byF +bzo +bCv +nUa +crG +aoc +cnA +aol +bAy +aoE +pnt +bUn +bBP +bUn +bBP +bUn +qJZ +auG +ylo +ylo +aSa +ylo +ylo +ylo +ylo +aEf +aLu +agQ +azf +aLu +aEf +ylo +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(47,1,1) = {" +ylo +ylo +ylo +ylo +ylo +aal +aba +abr +mfN +abb +abD +abb +mfN +aaq +abD +adY +mfN +abb +abD +hBp +kBE +hBp +abD +wnJ +ack +uMD +kUp +aal +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aek +aem +aec +hRI +jAE +jAE +jAE +nlk +diI +prF +xLg +prF +diI +mRp +hvl +prF +diI +nlk +jAE +jAE +jAE +acK +jAE +alZ +jAE +jAE +jAE +jAE +acK +jAE +iTT +apw +awR +axq +awX +aga +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +epI +elt +aLA +aLA +bkc +vht +aja +agN +kKw +azk +azk +anI +azk +azk +iCm +qKN +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +agN +agQ +azf +anG +aoE +xuF +bkU +buQ +byX +gUw +aoE +byW +byG +aoN +bCv +nUa +crG +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +auG +ylo +ylo +aSa +ylo +ylo +ylo +ylo +aEf +aLL +agQ +azf +aLL +aEf +ylo +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(48,1,1) = {" +ylo +ylo +ylo +ylo +ylo +aaj +abD +abI +mfN +abv +abD +abv +mfN +adD +abD +aaq +mfN +abv +abD +hBp +kBE +hBp +abD +wnJ +ack +uMD +lJq +aaj +ylo +ylo +ylo +aaj +aal +aal +aal +aaj +aal +aal +aal +aaj +ylo +ylo +ylo +acM +bhi +aec +vbW +hId +aea +adJ +adJ +qxR +adH +uCU +vaY +vaY +xPy +ulb +adH +kfJ +adJ +adJ +aea +wIy +aec +aec +vbW +xoq +rEq +rEq +awe +akH +alt +apu +afz +axo +aga +aga +aga +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +epI +aLw +skf +aWz +bIU +xCe +aja +aBe +oaV +oaV +fsu +uHb +lEb +oaV +oaV +baT +ahQ +bDY +bRw +bbK +bRJ +ahQ +ish +agQ +azf +anG +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +bkZ +bmV +aoE +aoE +bsz +aLX +bAi +bBM +bzt +aLX +bAi +bBM +bzt +aLX +bBY +auG +auG +auG +auG +auG +auG +auG +auG +auG +epc +agQ +azf +aWS +aHL +aHL +aQi +aQi +aHL +aQi +aQi +aHL +aQi +aQi +aHL +aHL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(49,1,1) = {" +ylo +ylo +ylo +aaj +aaj +aaj +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +nLK +abD +abD +wnJ +ack +uMD +kUp +aaj +aal +aal +aal +aaj +adh +acT +ado +adF +adh +acT +ado +aaj +aal +aal +aal +aaj +aem +aec +vbW +otY +kSG +vda +vgn +ulb +adH +adH +adH +adH +tdi +adH +adH +uCU +iwB +vda +kSG +aem +aec +aec +vbW +cWu +arW +arW +arW +arW +arW +awQ +awQ +awQ +ahs +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +epI +aja +qUt +aja +aja +aja +ifX +ahQ +hFh +hFh +ahQ +ahQ +ahQ +hFh +hFh +ahQ +ahQ +bRv +bRE +bRH +bRK +ahQ +agN +agQ +azf +pWl +aoN +kVZ +bpB +aXH +aXH +bpB +bzl +bzC +bAW +aok +bCv +nUa +bsK +aoE +bzP +aLX +bAi +bAz +bzt +aLX +bAi +bAz +bzt +aLX +aLX +aoc +bkS +wmj +nFt +val +wEd +uzW +wQd +aoc +iOe +agQ +azf +qKN +aiB +apn +luj +luj +btB +bEq +bEt +aYQ +luj +dOw +lYd +aHL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(50,1,1) = {" +ylo +ylo +ylo +aal +ftx +tjf +wQJ +ldg +dNb +vMV +acl +ldg +dNb +vMV +vOh +ldg +dNb +kOA +tOT +ldg +dNb +kOA +wQJ +ldg +fDY +vAm +sIL +wQJ +wQJ +vVc +wQJ +wQJ +ldg +uRp +kOA +uPR +ldg +uRp +kOA +wQJ +wQJ +wQJ +wQJ +wQJ +dWk +jAE +ldE +otY +ahP +vda +ttB +adH +adH +svB +iIK +adH +tdi +svB +iIK +adH +hnx +vda +ahP +aem +aec +aec +vbW +cWu +arW +aGs +apP +asg +asg +asg +apP +aGI +ahs +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +epI +aLA +dct +gQj +dct +aLA +wuh +eYT +knD +knD +bSn +ahQ +bsl +bFF +bRa +umz +lXA +azK +azK +azK +sTr +bDp +qkD +agQ +azf +agQ +bgw +bCv +bCv +bCv +bCv +bCv +bCv +bCv +bCv +bCv +bCv +nUa +bCv +wGm +bCv +bCv +bCv +bCv +bCv +bCv +bCv +bCv +mCE +azO +azO +byR +mjc +oNc +oNc +oNc +oNc +oNc +gNb +aoc +lqm +azk +azE +qKN +aQo +apq +niv +aAj +aAj +bEr +niv +aAj +aAj +vme +taF +aQi +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(51,1,1) = {" +ylo +ylo +ylo +aal +kBE +acO +ade +lSS +iWK +wZB +wBf +lSS +iWK +wZB +ade +lSS +pCT +acO +iPn +lOM +lOM +lOM +mQU +pCT +ack +vDg +wZB +ade +lSS +kBE +acO +ade +lSS +kBE +acO +tgJ +lSS +kBE +acO +iPn +lOM +lOM +lOM +mQU +akH +aec +vbW +otY +cKv +vda +rCO +jme +ome +jme +jme +eZq +tTE +jme +jme +jme +pJa +vda +cKv +sRx +aea +wIy +vbW +cWu +arW +arW +arW +apf +asg +aQY +arW +arW +ahs +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ifX +ifX +ifX +ifX +ifX +ifX +ifX +azu +azK +azK +sTr +knD +wIT +azK +azK +azK +azK +azK +azK +pgX +wzK +hGd +azk +azk +hdR +azk +azO +azO +azO +azO +azO +azO +azO +cku +azO +azO +azO +pYW +azO +cku +azO +azO +azO +azO +azO +azO +azO +azO +dHa +bCv +tgE +aoc +lYq +lYq +lYq +lYq +lYq +lYq +mLq +aoc +iOe +agQ +azf +qKN +aQo +sgu +aAj +aBM +aBM +esg +aBM +aBM +aBM +aAj +ifx +aQi +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(52,1,1) = {" +ylo +ylo +aaj +aaj +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abD +abD +abD +mqU +mqU +xfC +mZf +mQU +ack +uMD +kUp +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +mqU +mqU +xfC +mZf +wZC +aec +vbW +otY +adJ +adJ +adJ +adJ +adJ +adJ +adJ +dLL +kVT +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +aem +vbW +cWu +arW +aGs +apP +asg +asg +asg +apP +aGI +ahs +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +xSj +aWk +knD +aXV +bRg +azu +azK +azK +hwI +oXL +ffc +wzK +wzK +wzK +wzK +wzK +wzK +qzo +dBi +bDp +fsu +agQ +azf +tLF +aoN +aol +aol +aol +aol +aol +wUc +nUa +hJI +aol +aol +aol +aol +koh +tVW +djR +sbF +cog +rnK +aol +aol +wUc +nUa +bCv +nkO +aoc +eDK +eDK +eDK +eDK +eDK +eDK +eDK +aoc +iOe +agQ +azf +pkh +aiB +aAg +aAj +aBM +aBM +gbd +aBM +aBM +aBM +aAj +qJJ +aHL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(53,1,1) = {" +ylo +aaj +aaj +abb +mfN +adR +abD +aef +mfN +aef +abD +abb +mfN +abv +abD +ssw +jdt +abs +fxf +qFq +qKc +abs +aFl +bHl +ack +uMD +oLA +abD +adD +mfN +ads +abD +ads +mfN +abb +abD +adG +mfN +aed +abD +qFq +qNM +abs +aFl +vMA +aec +vbW +otY +adJ +xER +qlI +mIa +khv +khv +adJ +kjm +dgp +vxk +adJ +vxk +vaY +tUG +cFe +iWx +adJ +jOw +vbW +cWu +arW +arW +arW +apf +asg +aQY +arW +arW +ahs +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +xSj +bDl +azK +bRf +bRg +azu +fEl +wzK +wYA +ahQ +bsr +bDZ +bRq +bRr +hpC +wie +pSB +dBi +bRQ +ahQ +agN +agQ +azf +anG +aoc +aoc +aoN +aoN +aoN +aoc +aoc +aXO +aoc +aoc +aoN +aoN +aoN +aoc +aoc +aoc +aoc +aoc +aoc +aoc +aoc +aoN +nUa +bEv +aoN +aoc +aoc +aoc +aoc +aoc +aoc +aoc +aoc +aoc +iOe +agQ +sPB +azk +bar +pzr +sNU +hHM +mjt +tvc +mjt +gAv +aBM +aAj +hIh +aIv +aIv +aQj +aQj +aQj +aIv +aIv +ylo +ylo +"} +(54,1,1) = {" +ylo +aal +aoL +abr +mfN +adR +abD +abs +mfN +abv +abD +abb +mfN +ads +abD +mea +akS +abs +fxf +aFU +aFU +abs +fCK +bHl +ack +uMD +kUp +abD +adR +mfN +alN +abD +adY +vsg +abb +abD +abb +mfN +aaq +abD +qKc +qNM +abs +fCK +vMA +aec +vbW +otY +vda +ueK +dbY +dbY +cxO +diI +shg +mgW +juq +diI +akI +diI +xYP +bHe +qvB +fEI +adJ +aem +vbW +cWu +arW +aGs +apP +asg +mmr +asg +apP +aGI +ahs +ylo +bKS +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +asz +asz +asz +bDl +ufT +sTr +ahQ +ejb +azK +azK +lHU +ahQ +ahQ +ahQ +ahQ +ahQ +ajf +ahQ +fZq +rHb +ahQ +ahQ +agN +agQ +azf +anG +aoc +buC +byB +kVZ +kVZ +kVZ +aok +nUa +qwM +kVZ +kVZ +kVZ +kVZ +qGY +aoc +rId +urx +urx +aoc +unN +nJP +ick +azf +agQ +pWl +nJP +bYr +nJP +nJP +nJP +nGq +nJP +nJP +nJP +ick +agQ +azf +lEb +aiB +eGx +uUW +bEs +wpZ +aBM +aBM +uAc +wpZ +aAj +tlX +aQm +hay +gSI +gSI +oIx +gwW +aIv +ylo +ylo +"} +(55,1,1) = {" +ylo +aal +aaq +abs +sfx +aaf +abD +aub +sfx +abv +abD +asu +sfx +akS +abD +abs +abs +aaf +abD +alb +abs +abs +aFq +bHl +ack +uMD +lJq +abD +aei +sfx +aaq +abD +aFx +gBx +abv +abD +aei +sfx +aed +abD +wnO +aFU +abs +aFq +vMA +aec +vbW +otY +vda +tNT +vsP +vsP +tdi +xUd +adJ +eZq +tTE +mJq +adJ +eZq +tdi +adH +adH +fEI +vda +aem +vbW +cWu +arW +arW +arW +apf +nWr +aQY +arW +arW +ahs +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +xSj +aXe +aXs +aXu +twm +wzK +bRh +wzK +wzK +wzK +epN +ahQ +bDe +uYR +ahQ +bse +bJi +qsW +wIT +sTr +brN +ahQ +agN +agQ +azf +anG +aoc +bAK +bzZ +mCE +uEZ +ouv +ouv +gPU +ouv +ouv +ddo +azO +wAk +aYp +aoc +nOH +nOH +nOH +aoc +iOe +agQ +agQ +azf +agQ +agQ +agQ +agQ +agQ +agQ +agQ +azf +agQ +agQ +agQ +agQ +agQ +azf +qKN +aiB +aAh +uUW +aAj +aAj +aAj +aAj +api +pzr +pzr +pzr +bau +aBP +aBP +hPy +gqd +hOw +aQj +ylo +ylo +"} +(56,1,1) = {" +ylo +aaj +aaj +abv +abv +abs +abD +ale +abr +abs +abD +abv +abs +ads +abD +dZW +abs +abs +iZQ +abs +abs +abs +sQI +kMZ +ack +uMD +kUp +abD +alr +abv +abs +abD +aaq +abs +abs +abD +abv +abs +aaq +abD +abE +abs +abs +sQI +wDw +aec +vbW +otY +vda +ueK +koV +pSu +mgW +ieZ +vda +dLL +kVT +adJ +adJ +qgg +xoV +pEj +cgs +hnx +vda +aem +vbW +cWu +arW +aGs +apP +asg +nWr +asg +apP +aGI +ahs +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +xSj +azu +bDg +aXv +bNk +dBi +ahQ +hlC +azK +azK +azK +bjY +azv +aWc +ahQ +bsf +azv +azv +azK +bsn +bsq +ahQ +rPZ +agQ +azf +aWy +aoc +anN +bCv +xGI +aYp +qIU +qIU +qIU +qIU +qIU +kGP +bCv +xGI +enf +aoc +bib +bib +bib +aoc +iOe +agQ +ahC +azw +azk +azk +azk +azk +azk +azk +azk +azw +azk +azk +azk +azk +azk +azE +pkh +aiB +rQQ +uUW +aQD +aZb +rNc +eGx +uUW +aAj +aQD +lWG +aQm +nxh +aQA +aQB +fsd +cok +aQj +ylo +ylo +"} +(57,1,1) = {" +ylo +ylo +aaj +abD +abD +acY +abD +abD +abD +abb +abD +abD +abD +akX +abD +pSZ +abs +abs +fxf +abs +abs +abs +ffp +pCT +ack +uMD +kUp +abD +abD +abD +abb +abD +abD +abD +abv +abD +abD +abD +aee +abD +pSZ +abs +abs +ffp +akH +aec +vbW +otY +vda +tNT +vsP +vsP +xUd +vhN +vda +dLL +xlG +adJ +lQk +ulb +vJr +sxa +dbY +xJI +vda +aem +vbW +cWu +arW +arW +arW +apf +nWr +aQY +arW +arW +ahs +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +xSj +azo +wie +bNe +wie +fUA +ahQ +bDd +bDk +bDk +bDk +ahQ +bDf +izl +ahQ +bsg +wie +pSB +azK +bSe +bsi +bDp +agN +agQ +azf +anG +aoc +byz +bCv +bCv +aYp +bzm +hqX +hqX +hqX +bzm +kGP +bCv +bCv +bCv +bnk +bib +bib +byy +aoc +uFg +agQ +azf +lEb +oaV +oaV +oaV +oaV +oaV +oaV +oaV +mEt +oaV +oaV +fsu +aBV +aBV +aEi +aBV +aiB +aiB +fzV +aiB +aiB +aiB +aiB +gyx +bbx +aiB +aiB +aQm +aZf +aQA +aQA +aQA +aZg +aIv +ylo +ylo +"} +(58,1,1) = {" +ylo +ylo +aaj +abE +abD +abD +abD +afy +abD +abD +abD +aee +abD +abD +abD +jsp +abs +abs +fxf +abs +abs +abs +ffp +pCT +ack +uMD +bpe +abD +alH +abD +abD +abD +abb +abD +abD +abD +aml +abD +abD +abD +psV +abs +abs +ffp +akH +aec +hRI +eqF +adJ +jlp +pvh +eLc +grK +adJ +adJ +dLL +kVT +vda +kGK +adH +lgv +pEj +pEj +hnx +vda +aem +vbW +cWu +arW +aGs +apP +avx +nWr +asg +apP +aGI +ahs +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +asz +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +azu +azK +bJK +bsi +bDp +agN +agQ +azf +anG +aoc +byz +bCv +bCv +aYp +bzm +hqX +skS +hqX +bzm +kGP +bCv +bCv +hJI +aoc +bib +bib +dAW +aoc +iOe +agQ +azf +pkh +aiB +aiB +aiB +aiB +aiB +aiB +aiB +aiB +aiB +aiB +aiB +aid +aid +jgG +bap +aiB +eDe +uUW +fwQ +aiB +eYr +mFP +uUW +aAj +dKg +tbd +aQm +aQh +nxh +oNL +pEQ +xEW +aIv +ylo +ylo +"} +(59,1,1) = {" +ylo +aaj +aaj +abs +abs +abb +abD +abs +abs +aee +abD +abs +abs +ads +abD +vuq +abs +abs +iZQ +abs +abs +abs +nvA +mQU +ack +uMD +kUp +abD +abs +abs +abb +abD +ads +abs +abv +abD +abs +abs +ads +abD +abE +abs +abs +nvA +wZC +aec +vbW +otY +adJ +adJ +adJ +adJ +adJ +adJ +wBK +ulb +kVT +vda +kGK +adH +dbY +dbY +dbY +xJI +vda +aem +vbW +cWu +arW +arW +arW +arW +axy +arW +arW +arW +ahs +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +arA +arA +avL +avL +bOt +bOu +ahn +apG +aVL +bJl +aqg +aVU +ahn +aLD +mEy +bOB +xmF +ahQ +aLK +wie +bsp +bss +ahQ +agN +agQ +azf +anG +aoc +hVq +aol +aol +oMZ +bzm +hqX +bBa +hqX +bzm +hVq +dTy +dTy +xqh +aoc +bUz +bib +dAW +aoc +iOe +agQ +azf +agQ +bai +aAj +aYG +aAj +aAj +aQo +ahY +aYQ +aAi +aAi +aiB +aAj +aBM +baD +aAj +aQo +bEo +uUW +hIh +aiB +wea +aBM +uUW +aAj +aBM +mlo +aQm +eoF +oXZ +aQm +oEE +eoF +aQj +ylo +ylo +"} +(60,1,1) = {" +ylo +aal +ozR +abr +ong +ach +abD +aei +ong +ads +abD +aei +ong +ala +abD +abs +abs +aaf +abD +alb +abs +abs +aFl +bHl +ack +uMD +lJq +abD +aub +ong +alR +abD +aFC +ong +aee +abD +aFR +amo +sdu +abD +mcj +aFX +abs +aFl +vMA +aec +vbW +otY +adJ +mNW +vaY +tUG +vaY +vaY +ulb +adH +kVT +vda +ttB +adH +pEj +qvB +pEj +peh +adJ +aem +vbW +xBz +vLX +aQM +vLX +nLl +gtr +qyg +clI +bhz +ass +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +arA +bOs +bOr +avN +ggc +bOu +ahS +kpS +aBf +aBf +aBf +aHB +aAa +uhx +sVt +bOC +bOE +ahQ +ahQ +ahQ +ahQ +ahQ +ahQ +agN +agQ +azf +anG +aoc +aoc +aoc +aoc +aoc +qIU +qIU +qIU +qIU +qIU +aoc +aoc +aoc +aoc +aoc +aoc +aoc +aoc +aoc +iOe +agQ +azf +agQ +aid +aAj +aBM +aBM +aAj +aQo +aic +aBM +lKC +aAj +aiB +aYX +mjt +fie +aAj +ait +bal +ilF +hIh +aiB +cgh +aBM +ilF +aAj +aBM +gys +aQm +aBO +taO +aQm +xxZ +nqI +aQj +ylo +ylo +"} +(61,1,1) = {" +ylo +aal +aba +abr +mfN +abb +abD +abb +mfN +adx +abD +abb +mfN +aaq +abD +ssw +adx +abs +fxf +aFX +aFX +abs +fCK +bHl +ack +uMD +kUp +abD +adx +mfN +abv +abD +rdn +mfN +abv +abD +abv +mfN +ads +abD +qNM +qKc +abs +gtc +vMA +aec +vbW +otY +adJ +hte +eZq +adH +cxO +siU +oZQ +dgx +uFJ +adJ +kqZ +jme +pvh +eLc +pvh +dOq +adJ +jOw +hRI +jAE +kkK +kkK +kkK +kkK +hvT +awL +rvL +bOU +ass +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +arA +rUK +aqg +avN +aqg +bOu +ahS +kpS +avN +avN +avN +aHH +ahn +bOy +sbJ +bOD +oaE +ahn +bRx +bRx +mCU +pkh +eiR +qkD +agQ +azf +pWl +nJP +nJP +nJP +bYr +nJP +nJP +nJP +nJP +nJP +wiQ +nJP +nJP +nJP +nJP +nJP +bYr +nJP +nJP +nJP +ick +agQ +sPB +azk +otC +pzr +mjt +nBD +aAj +ait +bal +aBM +uUW +aAj +aiB +aAj +aBM +baD +aAj +aQo +bEp +aZb +pyL +aiB +jpn +lWG +lWG +lWG +lWG +rRh +aQm +aQE +vjd +aQm +vjd +xEW +aIv +ylo +ylo +"} +(62,1,1) = {" +ylo +aaj +aaj +abI +mfN +abv +abD +abv +mfN +aaq +abD +abb +mfN +agk +abD +mea +nWh +abs +fxf +sTD +wOQ +abs +aFq +bHl +ack +uMD +oLA +abD +aaq +mfN +abb +abD +aaq +mfN +adD +abD +abb +mfN +sdu +abD +sTD +qNM +abs +aFq +vMA +aec +vbW +otY +adJ +adJ +vda +adH +tbY +vda +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +aem +vbW +xoq +cWI +cWI +cWI +cWI +jUa +gtr +rvL +arN +agI +agI +agI +agI +agI +agI +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +arA +bOr +bOr +avN +avN +hDX +ahn +avK +avN +nDs +avN +aHI +ahn +ahn +ahn +ahn +ahn +ahn +bov +aLu +gne +agQ +agQ +agQ +agQ +azf +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +azf +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +azf +agQ +aid +aAj +aAj +uUW +aAj +aQo +arK +bEi +uUW +aAj +aiB +aid +aid +jgG +baq +aiB +aiB +aiB +aiB +aiB +aiB +aiB +aQo +aQo +aiB +aiB +aQm +aQm +aQj +aQj +aQj +aQm +aIv +ylo +ylo +"} +(63,1,1) = {" +ylo +ylo +aaj +aaj +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abD +abD +abD +bpU +bpU +hzm +erP +kMZ +ack +uMD +kUp +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +bpU +bpU +hzm +erP +wDw +aec +vbW +otY +adJ +fmk +ulb +adH +tdi +uCU +iWx +adJ +omL +htZ +htZ +htZ +htZ +gCo +htZ +htZ +htZ +kjC +vbW +cWu +rqo +aSg +aSg +rut +asa +gtr +oZv +arN +arU +arO +aGL +arO +arU +aQz +aQz +aQz +aQz +aQz +aQz +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +arA +arA +arA +avy +avN +nDs +avN +avN +azZ +avN +avN +aBh +avN +inZ +brZ +pWc +bOA +bjZ +aWi +ahn +aWq +uRd +eVe +agQ +ahC +azk +azk +azw +azk +azk +azk +azk +azk +azk +azk +anI +azk +azk +azw +azk +azk +azk +azk +azk +anI +azk +azk +azk +azk +azk +iCm +lEb +aiB +aid +aid +jgG +baj +aiB +aiB +aQo +fzV +ban +aiB +aQr +aQu +wnL +aQr +boJ +boK +aQt +npA +aZd +aQt +aQt +aQt +aQt +aQt +aQt +aZd +aQt +aQt +aQt +aQt +aQt +aEy +ylo +ylo +"} +(64,1,1) = {" +ylo +ylo +ylo +aal +kBE +hCt +mYe +oyJ +qxi +ddS +qNJ +oyJ +qxi +ddS +mYe +oyJ +pCT +hCt +rws +oYP +oYP +oYP +kMZ +pCT +ack +vDg +ddS +mYe +oyJ +kBE +hCt +mYe +oyJ +kBE +hCt +tTv +oyJ +kBE +hCt +rws +oYP +oYP +oYP +kMZ +akH +aec +vbW +otY +adJ +rur +jJQ +jJQ +lWD +jJQ +fEI +adJ +aem +all +jAE +jAE +jAE +acK +jAE +jAE +jAE +jAE +axe +cWu +rqo +aSg +aSg +rut +asa +gtr +qyg +arN +arU +arO +arU +arO +arU +aQC +ahx +aQQ +any +apX +aQz +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +arA +apG +mEy +avK +avN +avS +uhx +uhx +aAa +uhx +aBg +gUs +uhx +gUs +uhx +uhx +uhx +uhx +uhx +bka +azk +azk +azk +azk +azE +lEb +oaV +oaV +oaV +oaV +oaV +oaV +oaV +oaV +fsu +azf +agQ +lEb +oaV +apc +agQ +uFy +iFL +apc +azf +uFy +iFL +iFL +iFL +oKp +oaV +bts +boJ +aQr +aQu +wnL +aQr +apg +rSP +cOU +uMV +ahZ +aEh +ahZ +ahZ +uMV +ahZ +oDD +rSP +rSP +rSP +rSP +rSP +rSP +rSP +rSP +rSP +rSP +rSP +rSP +rSP +rSP +rSP +pFe +aEy +aEy +aEy +"} +(65,1,1) = {" +ylo +ylo +ylo +aal +iwU +lco +mKP +ebH +mSi +eTC +adS +ebH +mSi +eTC +opH +ebH +mSi +rGn +fuG +ebH +mSi +rGn +mKP +ebH +fDY +vAm +tRC +mKP +mKP +eBl +mKP +ebH +vxj +nJb +rGn +uXL +ebH +nJb +rGn +mKP +mKP +mKP +mKP +mKP +cYU +jAE +ldE +otY +adJ +eLR +rTf +hsJ +aGd +rTf +cTs +adJ +aem +vbW +xoq +rEq +tTf +rEq +rEq +rEq +sDV +rEq +rEq +tDf +rqo +aSu +aSg +rut +asa +axD +kkK +axJ +mjv +mjv +dTb +arO +arQ +aQC +aQC +aQO +aQO +aQQ +aQz +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +arA +kpS +aqg +avL +bOr +avL +bOr +ngc +ahn +pws +aBh +avL +avL +avL +avL +avL +avL +avL +avN +bkb +agQ +agQ +agQ +agQ +azf +qKN +ahQ +ahQ +ajf +ajf +ajf +ajf +ahQ +ahQ +agN +azf +agQ +qKN +kyQ +aoY +bLI +aoY +aoY +aoY +aDU +aoY +aoY +aoY +aoY +aoY +apg +apg +apg +avJ +ahZ +htv +gPd +aYM +gPd +gPd +ulC +gPd +gPd +gPd +gPd +wqP +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +oDD +pFe +aQt +aiD +"} +(66,1,1) = {" +ylo +ylo +ylo +aaj +aaj +aaj +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +wmV +abD +abD +wnJ +ack +uMD +kUp +aaj +aal +aal +aal +aaj +ubJ +adg +hKi +adF +ubJ +aeT +hKi +aaj +aal +aal +aal +aaj +aem +aec +vbW +otY +adJ +sMW +jJQ +jJQ +sbw +jJQ +cLZ +adJ +bhi +vbW +cWu +asm +asm +asm +asm +asm +asm +asm +asm +asm +asm +asm +asm +asm +asa +gtr +arY +arO +arO +arO +arO +arO +eYe +aQC +aQQ +aQO +aQO +aQQ +aQz +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +arA +aVa +bOr +avL +bOr +avL +aqg +erb +ahS +kpS +aBh +avL +avL +avL +avL +avL +avL +avL +avN +bkb +agQ +agQ +agQ +agQ +azf +qKN +ahQ +juk +nSL +uMq +tFs +wUd +oPC +ahQ +rPZ +azf +agQ +qKN +kyQ +bKY +apd +bLC +aoY +bLQ +aCc +aoY +bMb +bMf +bMi +bMm +apg +avE +avE +qiw +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +xfT +aQt +aiD +"} +(67,1,1) = {" +ylo +ylo +ylo +ylo +ylo +aaj +abD +adR +mfN +ads +abD +abE +mfN +ads +abD +adG +mfN +aed +abD +hBp +kBE +hBp +abD +wnJ +ack +uMD +lJq +aaj +ylo +ylo +ylo +aaj +aal +aal +aal +aaj +aal +aal +aal +aaj +ylo +ylo +ylo +acM +bhi +aec +vbW +otY +adJ +eLR +qww +gWS +dbn +rTf +cTs +adJ +aem +vbW +cWu +asm +rlh +asm +ciW +asm +ciW +asm +gKn +jQL +hsq +lhi +muo +asm +nLl +gtr +vfd +arN +ndF +fzm +arQ +arO +arO +ahc +aQQ +aQW +aQO +aQC +aQz +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +arA +kpS +bOr +avL +aqg +avL +bOr +erb +ahS +kpS +aBh +avN +avN +avN +avN +avN +avN +avN +avN +bkb +agQ +agQ +agQ +agQ +azf +pkh +ajf +wIT +azv +gPN +azv +azv +sTr +ajf +qkD +azf +agQ +qKN +kyQ +bLD +bQR +bLL +aoY +bLR +ezQ +bRp +huc +uDZ +apd +bOP +apg +avI +avI +qiw +ahZ +aQt +aQt +ahZ +apk +apk +apk +gcM +rFS +apk +apk +apk +gcM +rFS +apk +apk +apk +apk +apk +gcM +rFS +apk +apk +apk +gcM +rFS +apk +apk +apk +ahZ +xfT +aQt +aiD +"} +(68,1,1) = {" +ylo +ylo +ylo +ylo +ylo +aal +abb +abs +mfN +ahX +abD +abs +mfN +adv +abD +abb +mfN +aaq +abD +hBp +kBE +hBp +abD +wnJ +ack +uMD +kUp +aal +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aek +aem +aec +vbW +otY +adJ +dLL +adH +adH +adH +adH +fEI +adJ +aem +vbW +cWu +asm +asv +asm +asv +asm +asv +asm +aso +aso +oOr +aso +aso +vxb +arY +gtr +rvL +arN +arO +fzm +aGK +arO +arO +aQC +aiW +aQQ +aQQ +art +aQz +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +arA +rlH +jTg +avN +avN +avN +flh +hkZ +ahn +kpS +aBh +flh +bOw +bOx +aVs +bOw +bOw +ncW +bOF +ahn +fIY +rwK +iHY +agQ +sPB +dta +tIL +hoC +hoC +kPp +hoC +hoC +hoC +tIL +dta +azE +agQ +qKN +kyQ +aoY +aoY +aoY +aoY +bLS +aCc +aoY +bLs +bLz +bMj +bLY +apg +aQt +aQt +qiw +ahZ +mbp +mbp +ahZ +apk +tyv +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +sJk +cru +apk +ahZ +xfT +aQt +aiD +"} +(69,1,1) = {" +ylo +ylo +ylo +ylo +ylo +aal +abb +abs +sfx +aih +abD +aei +sfx +aaq +abD +aei +sfx +aed +abD +agf +cce +hBp +abD +wnJ +ack +uMD +kUp +aal +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aek +aem +aec +vbW +otY +adJ +adK +eZq +cgs +bHe +xUd +oBX +adJ +aem +vbW +cWu +asm +aso +aso +esF +yhK +yhK +haG +qJi +mNV +dhN +yhK +yhK +yhK +kkK +voj +rvL +asp +asp +asp +asp +asp +asp +aZe +aZe +aZe +aZe +aZe +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +aqs +aqs +aUR +aqs +aqs +aqs +aqs +aqs +aqs +arA +arA +ahn +ahn +wLS +wLS +wLS +ahn +ahn +ahn +boq +aBi +ahn +ahS +ahS +ahn +ahn +ahS +ahS +ahn +ahn +bsm +aLu +jIw +agQ +azf +lEb +ajf +pSB +azv +biz +utV +azv +dBi +ajf +fsu +azf +agQ +qKN +kyQ +aBZ +bOJ +bLM +bLM +nLP +aCc +aoY +aoY +aoY +aoY +aoY +apg +avE +avI +qiw +ahZ +mbp +mbp +ahZ +apk +rFS +apk +apk +apk +aDY +dJV +uHm +ugB +gjt +dJV +uHm +ugB +gjt +dJV +uHm +ugB +aiv +aiz +aiH +apj +ahW +apk +gcM +apk +ahZ +xfT +aQt +aiD +"} +(70,1,1) = {" +ylo +ylo +ylo +ylo +ylo +aaj +aaj +abs +abs +abs +abD +alr +abv +abs +abD +abv +abs +aaq +abD +hBp +pCT +hBp +abD +wnJ +ack +uMD +kUp +aal +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aek +aem +aec +vbW +otY +adJ +adJ +jbj +qwr +pvh +grK +adJ +adJ +bhi +vbW +cWu +asm +gKn +gKn +fgu +svU +cvm +asm +oOr +aso +aso +qaa +cvm +asm +jUa +gtr +rvL +asp +aRf +aRe +aRf +bCd +aRe +bCi +aRe +bCh +bCa +asr +akt +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +axH +aQc +lVW +agZ +bbn +baE +bbO +bbP +agZ +agN +jyM +aoK +eVe +aBV +aBV +aBV +jyM +uRd +uRd +eVe +azf +jyM +uRd +uRd +uRd +uRd +uRd +uRd +uRd +uRd +uRd +uRd +cPT +agQ +azf +aWx +ahQ +hep +aoq +epm +dZe +tLR +bRQ +ahQ +agN +azf +agQ +qKN +kyQ +bLE +apd +apd +apd +apd +aCc +bLl +bMk +bON +bLy +bMo +apg +avI +avE +qiw +ahZ +mbp +mbp +ahZ +oHU +rFS +apk +apk +apk +aEe +aip +aip +aip +aib +gGR +cpU +aim +aib +aip +aip +aip +aiw +aie +aie +aie +apm +ahW +gcM +oHU +ahZ +xfT +aQt +aiD +"} +(71,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +aaj +abv +abv +adR +aaj +aaj +aaj +hEb +abD +abD +abD +aee +abD +hBp +pCT +hBp +abD +wnJ +ack +uMD +lJq +aaj +ylo +ylo +ylo +aSw +ass +ass +ass +aSw +ass +ass +ass +aSw +ylo +ylo +ylo +acM +bhi +aec +vbW +otY +sLw +adJ +adJ +adJ +adJ +adJ +adJ +sLw +aem +vbW +cWu +qWr +asm +asm +asm +asm +asm +asm +oOr +aso +asm +asm +asm +asm +oVe +gtr +rvL +asq +aRz +jnA +bCb +bCe +asy +bCk +asy +bCk +bCo +bCp +bCq +akt +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +btR +aQc +bum +agZ +aZc +ahp +ahq +uMf +bCS +agN +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +azf +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +azf +agQ +azf +qKN +ahQ +ahQ +ajf +ajf +ajf +ajf +ahQ +ahQ +agN +azf +agQ +qKN +kyQ +bLF +apd +grf +huc +huc +gkA +apd +apd +apd +apd +apa +apg +aQt +aQt +qiw +ahZ +mbp +mbp +ahZ +sJk +rFS +apk +aDY +nbl +aia +ain +aiF +aiF +aiF +aiF +aiF +aiF +aiF +aiF +aiF +aQn +aip +aip +aip +aip +aiw +apm +aEj +sJk +ahZ +xfT +aZi +aEy +"} +(72,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +aaj +aal +aal +aal +aaj +ylo +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +mOV +arY +gtr +bGQ +aSw +ass +ass +ass +aSw +nKH +adl +kTg +btC +nKH +aeW +kTg +aSw +ass +ass +ass +aSw +aem +aec +vbW +pdW +htZ +htZ +htZ +htZ +htZ +htZ +htZ +htZ +kjC +vbW +xBz +wGW +wGW +xeO +btO +wGW +asm +thv +oOr +aso +asm +dGb +nuI +asm +asa +gtr +rvL +asq +aRz +ffF +bCb +bCf +asy +bCk +asy +bCm +bCo +bBZ +bCb +aRf +akt +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +aqs +agZ +vqF +agZ +agZ +bbp +ahq +ahq +uMf +bCS +agN +agQ +ahC +azk +azk +azk +azk +anI +azk +azk +azk +azw +azk +azk +azk +azk +azk +azk +azk +azk +azk +azk +azk +azw +azk +azE +pkh +eiR +eiR +eiR +eiR +eiR +eiR +eiR +eiR +qkD +azf +agQ +qKN +kyQ +bLG +apd +apd +jTS +rfa +bHy +jTS +apd +apd +apd +hVx +apg +avE +avI +qiw +ahZ +mbp +mbp +ahZ +apk +rFS +apk +aEe +wrd +gGR +aij +aiu +aiu +aiu +aiu +aiu +aiu +aiu +aiu +aiu +tYX +aiF +aiF +aiF +aiF +aiF +fSX +aEj +apk +ahZ +xfT +aQt +aiD +"} +(73,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +adT +bGc +abi +abi +aGA +arY +gtr +asj +abi +abi +abi +abi +aFm +aGA +bkv +asj +pVD +aGA +bkv +asj +aFm +abi +abi +abi +abi +kjC +aec +vbW +aec +all +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +acK +jAE +jAE +jAE +acK +jAE +jAE +sfJ +yhK +btJ +aso +cjg +aso +nuI +asm +asa +gtr +qyg +asp +xtO +asy +asy +bCe +asy +bCf +asy +bCe +asy +asy +asy +asy +dfB +akt +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +aQc +ahJ +agR +aQc +agZ +aiK +ahq +ahq +aoh +agZ +qkD +agQ +azf +lEb +mEt +oaV +fsu +azf +aVu +oaV +oaV +oaV +oaV +oaV +fBG +oaV +oaV +mEt +oaV +fsu +agQ +agQ +agQ +agQ +agQ +sPB +azk +azk +azk +azk +azk +anI +azk +azk +azk +azk +azE +agQ +qKN +kyQ +dNs +bOK +mAt +bLO +bLT +bLW +laV +bSx +bOK +aoZ +bMp +apg +avE +avI +qiw +ahZ +mbp +mbp +ahZ +apk +rFS +aDY +aia +aib +aib +aij +aip +aip +aip +aip +aip +aip +aip +aip +aip +aij +gGR +gGR +gGR +ilo +aiA +aQf +aEj +apk +ahZ +xfT +aQt +aiD +"} +(74,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +adT +mOV +fsP +kkK +kkK +kkK +hvT +kkK +kkK +kkK +kkK +kkK +kkK +gGZ +kkK +kkK +hvT +kkK +kkK +kkK +kkK +kkK +kkK +kkK +kkK +jAE +alZ +acK +jAE +axe +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +uBk +aso +aso +aso +asm +aso +nuI +asm +asa +gtr +arY +bjU +asr +asy +asy +fsL +asy +asy +asy +asy +asy +asy +asy +fsL +asy +asr +akt +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +aQF +agR +agR +aQc +agZ +bbr +ryE +mQk +mQk +aHj +azk +azk +azE +qKN +agZ +agZ +agZ +aHG +agZ +agZ +bCV +bCV +bCV +agZ +agZ +agZ +agZ +agZ +aqs +agN +agQ +agQ +agQ +agQ +agQ +azf +agQ +agQ +agQ +agQ +agQ +azf +agQ +agQ +agQ +agQ +azf +agQ +qKN +kyQ +kyQ +kyQ +kyQ +kyQ +kyQ +kyQ +kyQ +kyQ +kyQ +gYm +kyQ +apg +apg +apg +aYB +ahZ +cpS +cpS +ahZ +apk +rFS +aEc +aig +qjG +aiF +qvz +aiF +aiF +aiF +aiF +aiF +aiF +aiF +aiF +aiF +msm +aiF +aiF +aiF +aiF +aQe +ahW +aEj +apk +ahZ +xfT +aQt +aiD +"} +(75,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +axY +axY +alK +alK +alK +axY +axY +axY +axY +aSw +aSw +aGA +gtr +arY +arY +arY +arY +arY +arY +arY +arY +arY +arY +gtr +arY +arY +arY +arY +arY +arY +arY +arY +arY +arY +arY +aec +vbW +aec +aec +aec +akH +akH +akH +akH +akH +akH +akH +akH +akH +akH +akH +akH +aap +akH +vRc +asm +aso +mbZ +aso +asm +aso +nuI +asm +oVe +yio +kkK +dZH +dZH +cVR +cVR +gVr +cVR +cVR +cVR +cVR +cVR +cVR +cVR +qig +asy +asy +aRf +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +aRa +agR +agR +aQc +agZ +aZo +ahq +ahq +nOb +agZ +fsu +agQ +azf +qKN +agZ +brz +hSo +azr +aVv +vmh +bDu +bSm +vmh +bSo +agZ +bso +vmh +bSg +aqs +aBe +fBG +oaV +oaV +oaV +fsu +aEi +lEb +oaV +fsu +aLL +agQ +azf +aLL +lEb +oaV +fsu +azf +lEb +baT +rLZ +fFh +pRl +pRl +fFh +fFh +pRl +pRl +pRl +fFh +fFh +pRl +tGq +rWG +kyQ +qiw +ahZ +cpS +cpS +ahZ +apk +rFS +aEd +aii +aib +aib +aij +aiu +aiu +aiu +aiu +aiu +aiu +mVA +aiu +aiu +aij +gGR +gGR +jjb +gGR +aiw +apm +aEj +apk +ahZ +xfT +aQt +aiD +"} +(76,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +axY +btI +gui +aXU +vAP +avb +uJV +cXt +uJV +uJV +avb +arY +gtr +vfd +cWI +cWI +aQP +cWI +cWI +aQP +cWI +cWI +jUa +gtr +vfd +cWI +cWI +aQP +cWI +cWI +cWI +cWI +cWI +aQP +cWI +gPk +dDt +gPk +rEq +tTf +aFK +aNO +aNO +aNO +aaE +akH +akH +akH +akH +akH +acM +acM +acM +acM +acM +bph +bph +bph +bph +bph +tfY +axl +bph +aSw +aag +aSw +akt +ovC +asy +asy +bCe +asy +bCk +asy +bCe +asy +asy +asy +fmq +bCo +jnA +bCq +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +aQc +agR +agR +aQc +agZ +bbv +ahq +ahq +uMf +agZ +agN +agQ +azf +qKN +agZ +agO +ahq +bfP +mQk +mQk +uZA +ahq +ahq +bSp +agZ +bRk +ahq +bSh +aqs +aoe +aoe +aoe +aoe +aoH +aoH +aHp +aoH +aoH +aoe +rvg +aow +uqx +aLZ +lac +aoJ +aoJ +aHq +aoJ +aoJ +kyQ +rWG +vim +tGq +fFh +fFh +pRl +vim +pRl +fFh +fFh +pRl +vim +fFh +rLZ +qiw +ahZ +aQt +aQt +ahZ +apk +rFS +apk +aEe +gGR +jyk +aij +aip +aip +aip +aip +aip +aip +aip +aip +aip +tYX +aiF +aiF +aiF +aiF +aiF +fSX +aEj +apk +ahZ +xfT +aQt +aiD +"} +(77,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +axY +aXU +aXU +aXU +wtM +alI +ami +qbc +ami +aMF +alI +jUa +gtr +rvL +aSw +aSw +aSw +ass +ass +aSw +aSw +aSw +asa +gtr +rvL +aSw +aSw +aSw +aSw +aSw +aSw +ass +ass +ass +ass +acM +acM +acM +acM +acM +anw +aSb +aqI +aqI +wwB +aqI +aqI +kOd +aSb +mCD +aqK +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +agM +aRz +jnA +bCb +bCg +asy +bCk +asy +bCf +bCo +jnA +bCb +fmq +bCo +ffF +bCr +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +aQc +agR +agR +aQc +aqs +aof +ahq +ahq +aoo +aqs +atR +atR +bcu +bek +agZ +hSo +ahq +ahq +iik +ahq +ahq +ahq +ahq +ahq +aVO +ahq +ahq +uMf +naG +aoP +oVO +jee +bqI +ovT +ilI +aBE +prw +cIs +bTk +ail +ail +nYP +hVF +atH +kZy +efN +aBG +oHT +xBs +avQ +avQ +avQ +avQ +avQ +avQ +avQ +avQ +avQ +avQ +avQ +avQ +avQ +avQ +aEy +qiw +ahZ +ahZ +ahZ +ahZ +oHU +rFS +apk +aEd +neY +aii +aik +aiF +aiF +aiF +aiF +aiF +aiF +aiF +aiF +aiF +aix +aiu +aiu +aiu +aiu +aiA +aQf +aEj +oHU +ahZ +xfT +aZi +aEy +"} +(78,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +axY +aXU +aXU +aXU +fSo +bHR +ami +ami +ami +ami +alI +asa +gtr +rvL +aSw +bKS +bKS +bKS +bKS +bKS +bKS +aSw +asa +gtr +rvL +aSw +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +anw +aSF +aqI +aqI +qkL +aqI +aqI +kOd +aSb +exY +aqK +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +agM +aRz +ffF +bCb +bCe +asy +bCf +asy +bCe +bCo +ffF +bCb +fmq +bCo +jnA +bCq +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +axG +agR +agR +axG +bCS +aZC +ahq +ahq +baR +bCS +aoT +agR +aXk +aoT +bCS +ahq +ahq +nOb +agZ +bFz +bSk +agZ +bFz +bSk +agZ +bRn +bSf +bSi +aqs +bTk +bTk +bTk +bTk +xPi +oKk +qnw +oKk +leR +aMd +gzL +aow +cab +gzL +aoJ +bbs +etp +dyY +bJr +bJu +aoR +ylo +aSa +aSa +ylo +ylo +ylo +ylo +aSa +aSa +ylo +ylo +ylo +ylo +aEy +aYB +ahZ +ahZ +ahZ +ahZ +sJk +rFS +apk +apk +apk +aEe +aiu +aiu +aiu +aib +gSm +gGR +gGR +aib +aiu +aiu +aiu +aiA +aiq +aiq +aiq +aQf +ahW +gcM +sJk +ahZ +xfT +aQt +aiD +"} +(79,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +axY +bsL +aXU +aXU +fSo +axV +ami +biR +biV +aCF +alI +oVe +gtr +rvL +aSw +bKS +bKS +bKS +bKS +bKS +bKS +aSw +asa +gtr +rvL +aSw +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +anw +aSH +aqI +aqI +qkL +aqI +aqI +kOd +aSb +exY +aqK +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +agM +aRf +crH +aRf +bCh +crH +bCi +crH +bCn +aRf +asr +asr +aRw +asr +asr +aRf +akt +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aqs +aQc +agR +agR +aQc +bCS +bam +baF +baK +baX +bCS +aQc +agR +aXk +aQc +bCS +pcK +ahq +uMf +agZ +aQc +bSl +agZ +aQc +bSl +aqs +aqs +aqs +aqs +aqs +ylo +ylo +ylo +bTk +bDI +eRE +ilm +exC +tNJ +aoH +aLZ +pdk +aow +aLZ +aoJ +sIm +uMo +oCz +bJq +rLw +aoR +ylo +aSa +aSa +ylo +ylo +ylo +ylo +aSa +aSa +ylo +ylo +ylo +ylo +aEy +vpl +hHx +ahZ +ahZ +ahZ +apk +rFS +apk +apk +apk +aEd +sJg +tCu +ntn +gjt +sJg +tCu +ntn +gjt +sJg +tCu +ntn +aiE +aiG +aiI +aQg +ahW +apk +gcM +apk +ahZ +xfT +aQt +aiD +"} +(80,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +axY +aXU +aXU +aXU +fSo +aTj +ami +alI +alI +alI +alI +asa +gtr +rvL +aSw +aSw +aSw +ass +ass +aSw +aSw +aSw +asa +gtr +rvL +aSw +aSw +aSw +aSw +aSw +aSw +ass +ass +ass +ass +aSw +aSw +aSw +aSw +aSw +anw +iDV +fGS +lER +aod +aqI +aqI +kOd +aSb +ggU +anw +anw +anw +anw +anw +anw +anw +anw +anw +anw +anw +anw +bKS +bKS +bKS +anw +akt +asp +asp +asp +akt +akt +akt +akt +akt +asp +asp +asp +aRw +bGT +akt +akt +akt +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqs +aQc +agR +agR +aQc +bCS +baA +baG +baG +bbf +bCS +aQc +agR +aXk +aQc +bCS +bbF +azs +cii +bDn +aQc +bSl +agZ +aQc +bSl +aqs +ylo +ylo +aSa +ylo +ylo +ylo +ylo +bTk +gJX +gJX +gJX +gJX +gJX +bTk +hhj +lVw +hhj +oGf +atH +jqo +jqo +jqo +jqo +jqo +atH +ylo +aSa +aSa +ylo +ylo +ylo +ylo +aSa +aSa +ylo +ylo +ylo +ylo +aEy +aEy +qiw +ahZ +ahZ +ahZ +apk +eyz +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +oHU +iDD +apk +ahZ +xfT +aQt +aiD +"} +(81,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +axY +awA +aXU +aXU +fSo +aFE +alI +alI +ycd +oyu +oyu +nLl +gtr +qyg +vLX +uSz +hpB +aSd +aSd +mrO +uSz +vLX +nLl +gtr +qyg +vLX +vLX +vLX +vLX +vLX +eiQ +vLX +vLX +vLX +vLX +vLX +vLX +vLX +vLX +vLX +rTD +xys +xys +xys +bGd +aqI +aqI +sFI +pdh +pdh +vqA +aqI +oiI +aqI +aqI +aqI +aqI +aqI +oiI +aqI +mCD +aqK +ylo +ylo +ylo +aqK +aSb +aSb +aSb +aSb +aqK +ylo +aSa +ylo +aqK +aqI +aqI +oiI +baI +aqI +aqK +ylo +ylo +ylo +aqK +aqK +aqK +anw +aqK +aqK +aqK +ylo +aqs +aQc +agR +agR +aQc +aqs +bCV +baH +baO +bCV +aqs +aQc +agR +aXk +aQc +agZ +azp +aQb +aqs +aqs +aqs +aqs +aqs +aqs +aqs +aqs +ylo +ylo +aSa +ylo +ylo +aqL +aqL +aqL +aYR +aYR +aYR +aJZ +bdx +boz +aKi +gtX +aKi +aKi +gfL +aKh +bdJ +aYR +aYR +aYR +aqL +aqL +aqL +aSa +ylo +ylo +ylo +ylo +aSa +aSa +ylo +ylo +ylo +ylo +ylo +aEy +qiw +ahZ +ahZ +ahZ +apk +apk +apk +gcM +rFS +apk +apk +apk +gcM +rFS +apk +apk +apk +apk +apk +gcM +rFS +apk +apk +apk +gcM +rFS +apk +apk +apk +ahZ +xfT +aQt +aiD +"} +(82,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alK +bhx +bhx +aXU +xVS +bhx +bhx +alK +asa +arY +arY +arY +gtr +arY +arY +arY +arY +arY +arY +fsP +kkK +kkK +kkK +hvT +gGZ +kkK +kkK +kkK +kkK +kkK +kkK +kkK +kkK +kkK +gGZ +kkK +kkK +kkK +kkK +gGZ +lvR +lvR +kuU +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +cmk +aqI +exY +aqK +ylo +ylo +ylo +aqK +aJu +aqI +aqI +aJu +aqK +ylo +aSa +ylo +aqK +aqI +aqQ +exY +jSm +aqI +aqK +ylo +ylo +ylo +aqK +aqI +aqQ +rjv +aqX +aqI +aqK +ylo +aqs +aQc +agR +agR +agR +atR +baB +vmh +vmh +eoE +atR +agR +agR +aXk +aQc +aqs +aqs +aqs +aqs +ylo +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +aqL +aqL +aqL +aqL +bcE +beF +aKi +ber +aKo +bcS +aKl +aKi +aKi +gtX +aKi +aKi +aKi +aKi +aKn +bdP +bdQ +bdQ +bdQ +bdQ +aqL +aqL +aqL +aqL +ylo +ylo +aSa +aSa +ylo +ylo +ylo +ylo +ylo +aEy +vpl +aQs +aQs +hHx +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +xfT +aQt +aiD +"} +(83,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alK +axV +axV +hFm +mag +axV +bHR +alK +asa +fsP +kkK +kkK +hvT +kkK +gGZ +kkK +kkK +gGZ +kkK +axw +vfd +aQP +jUa +arY +gtr +vfd +aQP +cWI +cWI +cWI +cWI +aQP +jUa +arY +gtr +vfd +aQP +cWI +cWI +iCo +vgV +aqH +eaL +mFm +eUB +eUB +eUB +eUB +eUB +eUB +eUB +eUB +eUB +eUB +eUB +eUB +cVK +aqH +eaL +aqI +ggU +aqK +ylo +bKS +ylo +aqK +aSb +aqI +aqI +aSb +aqK +ylo +aSa +ylo +aqK +aqI +aqQ +exY +jSm +aqI +anw +anw +ylo +anw +anw +aqI +aqQ +exY +aqX +aqI +anw +ylo +aqs +ahF +aVb +azg +azg +aus +bby +bbD +bbD +bct +aus +azg +azg +aZl +aoQ +aqs +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aSa +aqL +aqL +aqL +bdR +bdP +bdP +bcE +aKi +nuS +aKi +bdU +bdU +aKi +aKi +aKi +gtX +aKi +aKi +aKi +wpV +kFZ +aKh +bdJ +bdZ +bdQ +bdQ +bdQ +oge +bdS +aqL +aqL +aqL +aSa +aSa +aSa +aSa +aSa +aSa +aQz +aQz +aQC +arv +aQC +aYB +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +ahZ +pIU +tVu +aQt +aiD +"} +(84,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alK +bjD +bjD +aXU +xVS +bjD +bjD +alK +asa +gtr +vfd +cWI +aQP +jUa +gtr +vfd +cWI +gOx +cWI +mBq +bpr +asc +aRn +ase +aHV +aRn +asc +bhF +bHk +asC +bnr +asC +aRv +asG +aHW +aRv +asC +bnr +asC +waF +aqG +aqH +eaL +gCO +aqN +aqN +aqN +aqN +aqN +aqN +aqN +aqN +aqN +aqN +aqN +aqN +sPI +aqH +eaL +aqI +lOV +anw +anw +ylo +anw +anw +aws +aqI +aqI +aSb +anw +anw +aSa +anw +anw +kGi +aqI +aJu +baI +pXU +aSb +anw +anw +anw +aSb +pXU +aqI +aJu +aqI +aul +anw +ylo +aqs +aQc +aXk +agR +agR +atR +deD +aQc +aQc +uMf +atR +agR +agR +agR +aQc +aqs +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqL +aqL +aqL +bdP +bdP +bdR +bdP +bdP +vhZ +aKm +aKi +bdU +bdU +bel +aKi +aKi +aKi +gtX +aKi +aKi +aKi +aKi +aKi +var +aKn +aJZ +aJZ +bdP +bdQ +bdQ +bdP +bdP +bdP +aqL +aqL +aqL +aSa +aSa +aSa +aSa +aQz +ahx +aQQ +aQQ +aQC +vpl +wJU +aQs +aQs +aQs +aQs +aQs +aQs +aQs +aQs +aQs +aYI +aQs +aQs +aQs +wJU +aQs +aQs +aQs +aQs +aYI +aQs +aQs +aQs +aQs +aQs +tVu +aEy +aEy +aEy +"} +(85,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +axY +cKi +aXU +aXU +xVS +aXU +gwY +alI +oVe +gtr +rvL +mJC +arx +arx +atZ +bnf +arx +arx +arx +arx +asc +asc +ase +ase +sHR +ase +asc +asc +asc +asC +bnp +aTY +fMN +asG +rpB +tYg +aTY +bpO +asC +asC +aqG +aqH +eaL +caA +aqN +oXK +esV +esV +dlP +esV +esV +dlP +esV +esV +oXl +aqN +cSI +aqH +eaL +aqI +aSb +gvi +anw +anw +anw +aJu +aqI +aqI +aqI +aqI +aJu +anw +anw +anw +jGd +duY +xFf +xFf +dxy +rRm +jDp +dlO +hjU +dlO +sVs +uzS +xFf +xFf +xFf +duY +anw +aqs +aqs +aQc +aXk +agR +agR +atR +baC +baG +baG +cii +atR +agR +agR +agR +aQc +aqs +ylo +ylo +ylo +ylo +ylo +ylo +aqL +aqL +aqL +bdP +bdP +bdP +bdP +bdQ +bdQ +bdR +bdQ +vhZ +aKm +aKi +aKi +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKi +vaI +aKi +aKi +bee +lKy +aJZ +bdP +bdP +bdQ +bdP +aJZ +beg +bdP +bdQ +aqL +aqL +aqL +ylo +ylo +aQz +aQQ +aQO +bgx +aQz +aEy +aEy +aEy +aQt +aQt +aQt +aQt +aQt +aQt +aQt +aQt +aEy +aEy +aEy +aEy +aEy +aEy +aEy +aEy +aEy +aEy +aQt +aQt +aQt +aQt +aQt +aQt +aEy +ylo +ylo +"} +(86,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alK +bhx +bhx +aXU +xVS +bhx +bhx +alK +asa +gtr +rvL +arx +arx +arH +uTq +boX +kyb +bpi +lkF +arx +aDT +ase +gZw +ase +sHR +ase +aYS +buR +asc +asE +fMN +asG +asG +asG +rpB +asG +asG +tYg +qTZ +asC +aRD +aqH +eaL +gCO +aqN +xkH +cGi +cGi +cGi +cGi +cGi +cGi +cGi +cGi +qBJ +aqN +cSI +aqH +eaL +aqI +aqI +aqI +aqI +jyR +aqI +aqI +aqI +aqI +aqI +aqI +aqI +aqI +oiI +aqI +aqI +aqI +aqH +aqH +eaL +iTt +duY +duY +duY +duY +duY +lgt +aqH +aqH +aqH +aqI +aqI +aha +axG +aQc +aXk +agR +aQc +aqs +aZa +aZa +aZa +aZa +aqs +aQc +agR +agR +aQc +aqs +ylo +ylo +ylo +ylo +aqL +aqL +aqL +bdS +aJZ +aJZ +aJZ +bdP +bdQ +bdQ +bdQ +iQH +bdQ +bdQ +bdy +nMk +aKm +aKi +aKi +aKi +aKi +gtX +aKi +bdU +aKi +aKi +bel +aKi +bee +beo +aJZ +bdS +bdP +bdR +aJZ +bdZ +aJZ +bdP +bdQ +bdQ +bdQ +aqL +aqL +aqL +aQz +aQQ +aQW +aQz +aQz +aSa +aSa +aEy +aiD +aiD +aiD +aiD +aiD +aiD +aiD +aiD +aEy +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aEy +aiD +aiD +aiD +aiD +aiD +aiD +aEy +ylo +ylo +"} +(87,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alK +axV +bHR +aXU +xVS +axV +axV +alK +asa +gtr +rvL +arx +rfh +kPl +awO +arH +arH +arH +arH +arx +bpt +ase +aHE +fLz +bpD +ase +ase +ase +asB +asF +axQ +bHA +bnq +chg +rFf +bPi +bnq +axQ +bnx +aRv +aqG +aqH +eaL +gCO +aqN +xkH +snc +snc +cGi +snc +snc +cGi +snc +snc +qBJ +aqN +cSI +aqH +eaL +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +atR +agR +agR +aXk +agR +aQc +aZa +ylo +ylo +ylo +ylo +aZa +aQc +agR +agR +aQc +aqs +ylo +ylo +ylo +aqL +aqL +bdS +vKH +aKh +aKh +bcV +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +eOZ +aKi +aKi +aKi +aKi +flB +rwo +rwo +rwo +rwo +rwo +yfO +eZQ +jqz +jqz +bVX +fwq +pgO +jqz +jqz +jqz +jqz +fpI +bdQ +bdQ +bdQ +bdQ +aYR +aQC +aQQ +baz +aQz +ylo +aSa +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(88,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alK +bjD +huQ +aXU +xVS +bjD +bjD +alK +asa +gtr +rvL +arx +wwQ +bcQ +uTq +boY +bpd +bpj +arH +bnf +rGH +ase +bpF +bpC +bpE +hLh +gdy +ase +asB +asF +bGZ +bJf +bnq +asG +kzN +bHA +bnq +axQ +bnx +aRv +aqG +aqH +eaL +gCO +aqN +xkH +cGi +cGi +cGi +cGi +cGi +cGi +cGi +cGi +qBJ +aqN +cSI +aqH +wUx +lvR +lvR +lvR +lvR +mer +lvR +lvR +lvR +lvR +kuU +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +mer +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +kuU +lvR +lvR +aus +azg +azg +aZl +agR +aQc +aZa +ylo +ylo +ylo +ylo +aZa +aQc +agR +agR +aQc +aqs +ylo +aqL +aqL +aqL +vKH +aKh +aKl +jIm +mti +aKo +bdJ +bdQ +iQH +bdP +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdW +bdU +aKp +aKm +aKi +gtX +aKi +aKi +aKi +aKi +bdU +gXN +yle +aJZ +aJZ +aKK +aKK +aKK +aKK +aKK +xsU +aJZ +fip +kCm +bdP +bdQ +bdQ +bdQ +aQC +arv +aQC +aQz +ylo +aSa +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(89,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +kPH +arL +arL +arL +uwP +arL +arL +alI +asa +gtr +rvL +arx +aRh +aWh +aML +awU +awU +oEa +awU +aHP +hLh +hLh +hLh +cEC +iei +ase +ase +ase +asB +asF +asG +asG +asG +asG +rpB +asG +asG +asG +bny +asC +aqG +aqH +eaL +gCO +aqN +sNE +cGi +aAE +cGi +snc +snc +cGi +snc +snc +qBJ +aqN +eJg +cVK +eaL +mFm +eUB +eUB +eUB +eUB +eUB +eUB +cVK +aqH +eaL +tUO +buT +buT +buT +buT +buT +buT +buT +fSr +buT +buT +buT +buT +buT +buT +buT +buT +jHF +aqH +eaL +aqI +aqI +atR +axG +aQc +ahN +aQc +aQc +aZa +ylo +ylo +ylo +ylo +aZa +bbm +agR +agR +bbm +aqs +aqL +aqL +bdQ +bdP +aKk +aKi +var +aKi +gtX +aKi +tfu +aKh +aKh +wiJ +aKh +beG +bdQ +bdQ +bdQ +bcD +bdX +aKi +aKn +aKk +aKi +gtX +aKi +aKi +aKi +aKi +bdU +eIL +bea +beg +aJZ +aKK +lMf +aYc +lMf +aKK +bdS +bcN +bei +fip +eNM +kCm +bdP +bdR +bdR +bdR +aYR +aqL +ylo +aSa +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(90,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +kPH +bpa +jrQ +amg +rXj +agq +arL +uSz +nLl +gtr +rvL +arx +bjA +aQR +uTq +arx +vMI +arx +arx +arx +asc +asc +asc +asc +asc +bjy +bjz +bpG +asc +dUn +axQ +eGQ +bnq +asG +kzN +eGQ +bnq +axQ +bJg +aRv +aqG +aqH +eaL +gCO +aqN +wQZ +tvO +iHc +wBP +xtR +iQi +uuT +iQi +iQi +oOg +aqN +aqO +bnM +aCI +aqO +arf +arf +arf +arf +arf +arf +cSI +aqH +eaL +aro +nQZ +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +nQZ +cfZ +aqH +eaL +aqI +anw +aqs +aqs +aqs +aqs +aqs +aqs +aqs +aSa +aSa +aSa +aSa +aqs +cgt +cgt +cgt +bet +gjX +aqL +bdQ +bdQ +rUq +upr +rwo +iTW +geN +uXk +sTq +hdB +rwo +rwo +rwo +rwo +wlY +uBH +fwq +fwq +grD +jba +mrb +nwj +upr +rwo +fYL +aKi +aKi +aKi +aKp +aKj +tQk +aJZ +aJZ +aJZ +aKK +iOi +aKM +aKM +aKK +bdS +beo +aJZ +aJZ +aJZ +rTj +bdP +bdQ +aZm +aJZ +bdP +aqL +aqL +aSa +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(91,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +kPH +bpa +gRm +arR +rXj +arR +nTO +arY +arY +gtr +kvN +ary +ary +ary +aHO +ary +thb +hhP +nAl +nAl +nAl +thb +mIs +asc +asc +asc +asc +asc +asc +aAr +axQ +eGQ +bnq +asG +kzN +bJf +bnq +axQ +bnx +aRv +aqG +aqH +eaL +gCO +aqN +aqN +aqN +avU +aqN +aqN +aqN +aqO +aqO +aqO +aqO +aqO +aqO +bpX +lxS +aAM +aSp +arj +ybP +arg +bAX +arf +cSI +aqH +eaL +aro +arp +arp +ahB +aTG +ahB +qoq +arp +bEC +bqw +arp +bDO +hLL +bEI +bqA +arp +arp +cfZ +aqH +eaL +aqI +aqK +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqs +aQF +agR +agR +aQc +agZ +bdQ +bdQ +bdP +rTj +bdy +kHP +aKo +aKl +aKi +aKi +aKi +aKi +aKi +bdz +bdM +gtX +aKo +aKh +aKh +bdX +bdU +aKp +tQk +aKk +bel +gtX +aKi +aKi +aKp +bdK +aJZ +aKs +aKs +aKs +aKs +aKK +aKK +bcb +aKK +aKK +aKs +aKs +aKs +aKs +bdP +rTj +bdP +bdQ +bdQ +bdZ +beg +bdP +aqL +aqL +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(92,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +kPH +bpa +gRm +arR +eqt +arR +arR +arY +arY +gtr +rvL +ary +mVk +bhD +fZW +ary +ary +ary +ary +ary +ary +ary +thb +aRM +arH +toL +aKX +aKX +arx +aRA +asG +asG +asG +asG +boW +asG +asG +asG +bny +asC +aqG +aqH +eaL +gCO +aqN +aqR +vyk +aqW +hDE +vCo +aqN +cbo +its +bpq +tpz +eOS +aSm +bAO +fkX +lvU +aGt +qaS +biH +aNC +bAD +arf +cSI +aqH +eaL +aro +arp +bnY +aiS +aVl +aty +ahB +arp +aTT +nGs +arp +bEE +qWK +bjC +nJl +bKN +arp +cfZ +aqH +eaL +aqI +aqK +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqs +aRa +agR +aoO +aQc +agZ +bdQ +bdQ +bdP +eiG +gqV +aKk +aKi +idU +aKi +bdU +aKi +aKi +bdz +bdC +bdL +gtX +aKi +jlL +aKi +ezR +bdU +beb +bcL +aKk +aKi +gtX +aKi +aKi +aKn +aJZ +aKs +aKs +bsO +bsO +bsW +aKK +cah +aKO +bti +aKK +btn +bsO +bsO +aKs +aKs +rTj +bdR +bdQ +bdQ +bdQ +bdQ +bdP +bdP +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(93,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +kPH +bpa +gRm +arR +arR +arR +arL +cbS +jUa +gtr +rvL +ary +bhI +arI +fZW +uRC +bHC +bHC +bHC +bHC +uRC +ary +ary +ary +aHR +arH +arH +boX +arx +asF +axQ +bpK +bnq +asG +kzN +bJf +bnq +axQ +bHB +aRv +aqG +aqH +eaL +gCO +aqN +aqS +qWf +aqW +qQU +wYD +aqN +aqT +bAe +bAf +bAV +xzg +aSm +bAP +lxS +kSa +aSp +bBh +biI +bAC +bAY +arf +cSI +aqH +eaL +aro +arp +aUr +ath +aVm +eKL +tYF +bye +ppi +olD +arr +bqz +ayS +axu +ayS +mSR +arp +cfZ +aqH +eaL +aqI +aqK +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aQz +aQC +arv +aQC +aQC +aYR +bdQ +bdQ +bdQ +eiG +aJZ +aKk +aKi +bdU +bdz +bdF +bdF +bdF +bdC +bdD +bdL +rpZ +aKi +aKi +aKi +aKi +aKi +bdU +bee +bcZ +aKi +gtX +aKi +aKi +bdb +aJZ +aKs +bsO +aKz +ema +mmj +bca +ezx +cak +ezx +bca +mmj +fmw +aKz +bsO +aKs +usS +iEH +bdP +bdQ +bdQ +bdQ +bdQ +bdP +aZm +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(94,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +kPH +arL +arR +oGe +lqR +arR +arL +arL +oVe +gtr +rvL +ary +bhy +vDt +vLO +nNB +nNB +nNB +nNB +nNB +nNB +nNB +nNB +aHQ +awU +aHT +dOu +boX +arx +asF +axQ +bJf +bnq +chg +rFf +bHA +bnq +axQ +bnx +aRv +aqG +aqH +eaL +gCO +aqN +aZk +rVK +aqW +rVK +nEQ +aqN +aSf +bAf +bAB +dCv +pov +bBc +lvU +oaF +aRZ +arf +arf +arf +arf +arf +arf +cSI +aqH +eaL +hhA +arp +rSG +bqq +aVr +auA +ahB +arr +azC +vff +arr +arr +ayS +ifj +bqy +bEU +arp +pir +aqH +eaL +aqI +anw +anw +anw +anw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aQz +aQO +any +bcx +aQC +bdQ +bdQ +bdQ +bdQ +eiG +aJZ +aKk +bdz +bdF +bdC +nbT +bdD +bdD +bdD +bdD +bcT +vnc +aKi +aKi +aKi +bel +aKi +aKi +bee +aKk +aKi +gtX +aKi +aKi +aKo +bdJ +aKs +aKs +bsO +bsO +bsW +aKK +aKP +vOK +eUK +aKK +btn +bsO +bsO +aKs +aKs +rTj +bdP +bdP +aJZ +gqV +bdS +bdQ +bdQ +bdR +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(95,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +uWJ +qcR +arR +lue +oGe +arR +aQv +uWJ +asa +gtr +rvL +ary +bhB +arI +arI +arI +arI +arI +arI +arI +arI +arI +bTp +ary +bjK +uTq +arF +rfh +arx +ulr +uYq +asG +asG +asG +rpB +asG +asG +dOB +fNy +asC +aRD +aqH +eaL +gCO +aqN +kkV +rVK +sjK +jjz +lfF +aqN +aqT +ari +ari +ari +ari +aqO +bAk +lxS +lAd +aSp +arj +ybP +arg +bAX +arf +cSI +aqH +eaL +aro +arp +ahB +aUK +aVt +avz +ahB +arr +ayR +dQc +ppi +nqd +ppi +kje +ayS +bqD +arp +cfZ +aqH +eaL +aqI +aqI +oiI +vnH +anw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aQz +aPb +aQQ +aQO +aQC +bdQ +bdQ +bep +bei +eiG +bdx +aKl +bex +bdD +bdD +bdD +bdD +bdD +bdD +bdD +beB +eAD +aKi +aKi +aKi +aKi +aKi +ezR +aKo +aKl +aKi +gtX +aKi +idU +aKi +aKo +bcL +aKs +aKs +aKs +aKs +aKK +boE +vOK +boG +aKK +aKs +aKs +aKs +aKs +bdP +rTj +beo +aJZ +aJZ +aJZ +bdP +bdR +bdR +bdP +bdP +bdP +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(96,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +uWJ +kUV +flQ +wcn +arR +flQ +biy +uWJ +asa +gtr +rvL +ary +ary +biZ +bpl +bHC +bHC +hZU +iCA +bHC +bHC +arI +bpA +ary +arx +atZ +arx +arx +arx +asC +oqB +aXi +uYq +asG +rpB +dOB +aXi +oOj +asC +asC +aqG +aqH +eaL +gCO +aqN +kkV +rVK +aqW +akT +huL +aqN +aqT +ari +ari +ari +kSa +bnJ +biE +fkX +lvU +aGt +qaS +biH +aNC +qdK +arf +cSI +aqH +eaL +aro +arp +ahB +ahB +aTH +ahB +ahB +arr +ayR +vff +ayS +ayS +ayS +qWK +bEN +bEV +arp +cfZ +aqH +qqW +lvR +cmk +aqH +aqI +anw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aQz +aQC +arv +aQC +aQC +bdQ +bdQ +bdQ +aJZ +oVF +cbW +bdz +bdC +bdD +bdD +bdD +bdD +bdD +bdD +bdD +bdO +wbf +bel +bdU +vaI +wpV +bcI +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKi +bel +bee +aJZ +aJZ +aJZ +aJZ +aKK +ekK +vOK +fqk +aKK +bem +aJZ +bdS +bdS +aJZ +fip +jqz +eNM +bVX +jqz +fwq +pgO +fwq +fwq +jqz +jqz +kCm +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(97,1,1) = {" +bKS +bKS +bKS +bKS +adT +adT +adT +adT +adT +kPH +arL +arL +arL +arL +arL +arL +arL +asa +gtr +rvL +mJC +ary +ary +ary +twW +twW +ary +ary +twW +twW +lGp +ary +ary +acP +eaL +bnn +bhE +bPb +asC +bnr +asC +aRv +asG +aHW +aRv +asC +bnr +asC +gvi +aqG +aqH +eaL +gCO +aqN +fHX +nTb +aqW +gGF +enu +aqN +aVq +biu +biA +bjc +aRT +aqO +biF +lxS +kSa +aSp +bBh +biI +jgb +uKy +arf +cSI +aqH +eaL +aro +arp +arp +arp +arp +arp +arp +arp +dMH +vff +iMM +arr +jhO +jhO +jhO +fCx +arp +cfZ +aqH +aqH +aqH +eaL +aqH +aqI +aqK +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqL +aqL +aJZ +aJZ +bdP +bdR +bdR +bdQ +bdP +aJZ +eii +bdX +bdA +bdD +bdD +bdD +mtG +bdD +bdD +bey +bdD +bdL +gtX +aKi +aKp +aKj +aKm +aKi +aKi +bdU +aKi +aKi +gtX +aKi +aKi +aKi +aKi +aKn +bdS +aJZ +bdZ +aJZ +aKK +ydZ +qbG +vVA +aKK +aJZ +bdZ +aJZ +beg +aJZ +aJZ +gqV +aJZ +aJZ +bdP +bdP +bdR +bdP +aJZ +beo +aJZ +eiG +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(98,1,1) = {" +bKS +bKS +bKS +bKS +bmW +puF +mRB +mRB +mRB +mRB +mRB +dSM +mRB +mRB +dSM +mRB +mRB +uwy +vMP +qaO +mRB +aqF +afc +aqF +aqF +aqF +gcE +aqF +aqF +qpo +aqH +cut +aqF +qpo +eaL +tfC +aqF +aqF +aqF +aqF +afc +qpo +aqH +eaL +tfC +afc +aqF +aqF +aqF +qpo +aqH +eaL +gCO +aqN +aqN +aqN +gRP +aqN +aqN +aqN +aqO +aqO +aqO +aqO +aqO +aqO +aqT +lxS +sOt +arf +arf +arf +arf +arf +arf +cSI +aqH +eaL +aro +arp +ahB +ahB +aTG +ahB +ahB +arr +ayR +vff +nJl +arr +arr +arp +arp +arp +arp +eDZ +buT +buT +jHF +eaL +aqH +aqI +aqK +ylo +ylo +ylo +ylo +ylo +ylo +aqL +aqL +eMB +hnR +jqz +fwq +pgO +pvA +bdQ +bdP +aJZ +fOd +aKi +bdA +nbT +bdD +bdD +bdD +bdD +bdD +bdD +bdO +bdI +rpZ +aKp +bdK +aJZ +xRq +aKj +mSo +aKi +aKi +aKi +gtX +aKi +aKi +aKi +aKp +oZW +aKs +aKs +aKs +aKs +aKK +aKN +vOK +xNw +aKK +aKs +aKs +aKs +aKs +aJZ +aJZ +xsU +lKy +aJZ +bdQ +bdQ +bdQ +bdS +aJZ +bdS +aJZ +suf +bdS +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(99,1,1) = {" +bKS +bKS +bKS +bKS +bmW +puF +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +vMP +acD +acD +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +gCO +aqN +uoh +vyk +aqW +aqN +arl +tpz +bjG +biv +biK +aqO +bnj +bGW +aqT +lxS +lAd +aSp +arj +ybP +arg +bAX +arf +cSI +aqH +eaL +aro +arp +ahB +aUU +aVw +aty +ahB +arr +ayR +dQc +oqz +ayS +ayS +aum +ayS +ayS +arp +arr +arr +arp +cfZ +eaL +aqH +aqI +aqK +ylo +ylo +ylo +ylo +ylo +ylo +aqL +bdP +eiG +aJZ +aJZ +bdP +bdQ +tAF +pgO +fwq +jqz +msP +aKi +bdA +bdD +bdD +bdD +bdD +bez +beA +bdD +bdL +aKi +rRR +keE +aJZ +bdQ +aJZ +aJZ +bdY +aKj +aKm +aKi +gtX +aKi +aKi +aKi +aKn +aKs +aKs +bsO +bsO +bsW +aKK +uGv +vOK +hNA +aKK +btn +bsO +bsO +aKs +aKs +bdP +bdP +bdP +bdP +bdQ +bdQ +bdP +bdS +smP +aJZ +beg +eiG +aJZ +bdS +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(100,1,1) = {" +bKS +bKS +bKS +bKS +bmW +puF +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +vMP +acD +acD +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +gCO +aqN +aRP +bAb +aqW +aqN +aGN +ari +ari +ari +xzg +aqO +bnF +bqa +aqT +fkX +lvU +aGt +qaS +biH +aNC +bAD +arf +cSI +aqH +eaL +aro +arp +aNk +bqq +aVy +auA +ahB +arr +rox +vff +ayS +ayS +ayS +aAZ +ayS +ayS +axh +axn +axE +arp +cfZ +eaL +aqH +aqI +anw +aSa +aSa +aSa +aSa +aSa +aqL +aqL +bdP +diD +lKy +aJZ +bdQ +bdQ +bdR +bdP +bdP +aJZ +oQF +aKi +bdB +bdE +bey +bdD +bdD +bdD +bdD +bdO +bdI +aKi +pXx +aJZ +bdQ +bdQ +bdR +bdQ +smP +aJZ +aKk +aKi +gtX +aKi +aKi +aKi +aKn +aKs +bsO +aKz +ema +mmj +bca +ezx +aSX +ezx +bca +mmj +fmw +aKz +bsO +aKs +bdR +bdR +bdR +bdQ +bdQ +bdP +tNp +jqz +jqz +eNM +jqz +jmU +bVX +kCm +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(101,1,1) = {" +bKS +bKS +bKS +bKS +bmW +aFz +acD +acD +acD +vwu +flo +flo +flo +ahv +bHf +ggq +eqK +ggq +vYt +flo +flo +xKA +ahy +bHg +aSb +aJu +aSb +rhv +xKA +xKA +xKA +ahy +bHg +aSb +qsC +aSb +rhv +xKA +xKA +xKA +ahy +bHg +aSb +qsC +aSb +rhv +xKA +xKA +xKA +ahy +aqH +eaL +caA +aqN +xuI +gAh +lfH +aqN +aHo +ari +bjH +bAr +bAS +aqO +bnj +bqa +aqT +lxS +kSa +aSp +bBh +biI +bAC +mxZ +arf +cSI +aqH +eaL +aro +arp +aUs +atj +aVz +bHa +tYF +byn +ppi +ixZ +iMM +arr +arr +arp +arp +awt +ayS +ayS +nJl +arp +jVW +eaL +aqH +aqI +anw +aSa +aSa +aSa +aSa +aSa +aqL +bdQ +aJZ +eiG +nFc +bdP +bdQ +bdR +bdR +bcD +bdJ +aJZ +fOd +bdU +aKi +bdA +bdD +bdD +bdD +nbT +bdO +bdI +aKi +idU +pXx +bdQ +bdQ +bdP +oUJ +bdQ +bdQ +aJZ +aKk +aKi +rpZ +aKi +aKi +aKi +aKn +aKs +aKs +bsO +bsO +bsW +aKK +aKP +vOK +aYg +aKK +btn +bsO +bsO +aKs +aKs +bdP +bdP +bdQ +bdQ +bdQ +bdP +beo +bdZ +aJZ +lKy +gqV +aJZ +xsU +dzV +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(102,1,1) = {" +bKS +bKS +bKS +bKS +bmW +puF +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +acD +vMP +acD +acD +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +eaL +gCO +aqN +biJ +bpT +aqW +aqN +aSr +ari +bzW +bAs +biL +aqO +pWr +bqb +svD +lxS +bBu +arh +arh +arh +arh +arh +arh +cSI +aqH +eaL +aro +arp +bnY +ahB +aTH +ahB +qoq +arp +awt +vff +nJl +arr +bDP +alk +aGx +ayR +ayS +ayS +ayS +aHc +aqH +eaL +aqH +aqI +aqK +ylo +ylo +ylo +ylo +aqL +aqL +bdQ +bdR +upg +bdQ +bdQ +bdQ +bdQ +bdQ +aKk +aKo +bdJ +uRA +aKm +bdU +bdA +bdD +bdD +bdO +bdG +bdI +aKi +aKp +aKj +wwT +twS +bdQ +bdQ +bdQ +bdQ +bdQ +bdx +aKl +aKi +gtX +aKi +aKi +aKi +aKn +aJZ +aKs +aKs +aKs +aKs +aKK +boE +vOK +boG +aKK +aKs +aKs +aKs +aKs +bdP +bdP +bdP +bdQ +bdQ +bdR +bdP +aJZ +aJZ +beg +aJZ +bdS +bdZ +aJZ +eiG +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(103,1,1) = {" +bKS +bKS +bKS +bKS +baJ +puF +acD +awu +oRo +oRo +fpL +oRo +oRo +oRo +oRo +fpL +oRo +oRo +wBJ +oRo +oRo +lvR +lvR +lvR +lvR +kuU +lvR +lvR +lvR +lvR +kuU +lvR +lvR +lvR +mer +kuU +lvR +lvR +lvR +lvR +lvR +lvR +lvR +mer +lvR +lvR +lvR +lvR +kuU +lvR +lvR +ayh +gCO +aqN +aqN +aqN +awS +aqN +bqm +ari +ghB +lvU +lvU +byI +lvU +lvU +lvU +oaF +bBe +arh +awl +bBj +bBl +bBm +arh +sPI +aqH +eaL +aro +arp +arp +arp +arp +arp +arp +arp +awv +vff +ayS +aww +ayS +bkL +aIg +ayR +ayS +axu +ayS +arp +aSb +eaL +aqH +aqI +aqK +ylo +ylo +ylo +ylo +aqL +bdR +bdR +bdR +kuC +bdQ +bdQ +bdQ +bdQ +bdQ +aKk +jlL +aKo +kDt +bdy +aKm +bdB +bdG +bdG +bdI +aKi +aKi +bdU +aKo +bdJ +eiG +bdQ +bdQ +bdQ +bdQ +bdQ +bev +aKl +aKi +aKi +gtX +aKi +aKi +aKi +aKn +bdS +lKy +aJZ +aJZ +beo +aKK +aKN +vOK +xNw +aKK +bdP +bdS +hKH +bdP +bdP +iQH +bdP +bdQ +aKt +aKu +aKu +aKu +aKu +aKu +aKt +aJZ +aJZ +aJZ +rTj +bdQ +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(104,1,1) = {" +bKS +bKS +bKS +bKS +bmW +acE +acD +vMP +acD +dzX +guS +cfO +cfO +aUv +acD +vMP +dzX +cfO +rdZ +cfO +cfO +buO +agF +agF +cWf +eaL +gKu +agF +agF +cWf +fMi +aqJ +koY +koY +xHV +eaL +aqJ +koY +koY +koY +uQz +koY +koY +pjP +koY +uQz +koY +koY +ffa +xHV +aqH +eaL +gCO +aqO +aSi +boN +lxS +aqO +aMs +ari +ari +ari +ari +ari +ari +ari +ari +lxS +bBf +aSq +blm +aNF +aNF +bBn +arh +awq +lvR +ayh +hhA +arp +arp +arp +arp +arp +arp +arp +bED +dQc +ppi +aCn +olD +bkL +aIg +ayR +ayS +axx +byr +arp +aws +wUx +lvR +dFe +aqK +ylo +ylo +ylo +aqL +aqL +bdP +bdP +bdP +rTj +bdQ +bdQ +bdQ +bdQ +bdQ +aKk +prI +rwo +dOo +rJo +pnQ +osY +geN +rwo +yfO +jba +iTW +geN +rwo +nIy +lkm +beG +bdQ +bdQ +bdR +aJZ +aKk +aKi +aKi +aKi +gtX +aKi +aKi +aKi +aKn +bdZ +aJZ +bdS +aJZ +aJZ +aKK +aKN +vOK +xNw +aKK +bdP +bdP +bdS +bdS +bdP +bem +bdZ +bdQ +aKt +wKT +rmm +rmm +rmm +tOo +aKt +bdZ +aJZ +bdP +rTj +bdP +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(105,1,1) = {" +bKS +bKS +bKS +bKS +bmW +acD +acD +vMP +acD +afg +pNa +agK +bcP +agK +ahD +akg +agK +aEq +agK +ann +ann +ann +ann +aSb +vsN +eaL +lJz +gvi +aqi +aqi +aqi +aqi +aqi +ahi +heo +eaL +deR +gvi +aqy +aqy +aqy +aqy +aqi +aqi +aqi +aqi +aqi +aqi +pMU +heo +aqH +eaL +gCO +aSm +aqT +aqP +lxS +bnJ +bAg +noy +bix +bix +bix +bnM +bBb +noy +xHy +lxS +awh +aSq +awm +aNF +aNF +bBo +aSq +cSI +aqH +eaL +aro +arp +xbW +ahB +aTG +ahB +qoq +arp +bjB +vff +iMM +arr +ali +alp +aGx +ayR +axi +axz +ppi +sGV +lvR +ayh +aqH +aqI +aqK +ylo +ylo +ylo +aqL +beo +aJZ +bdP +aJZ +eiG +bdQ +rUH +bdQ +bdQ +bdQ +beJ +tDK +aKi +bew +aJZ +aJZ +aJZ +aKk +aKi +gtX +aKi +aKn +bdy +aKm +aKi +aKi +aKo +beG +bdQ +bdQ +aJZ +aKk +aKi +aKi +aKi +gtX +aKi +aKi +aKi +aKn +aKt +aKt +aKt +aKt +aKt +aKt +aKu +cal +aKu +aKt +aKt +aKt +aKt +aKt +aKt +aKt +aKt +aKt +aKt +aXY +agX +agX +agX +aYi +aKt +aJZ +bdS +bdP +rTj +bdP +bdQ +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(106,1,1) = {" +bKS +bKS +bKS +bKS +bmW +acD +acD +tZN +aPD +afg +agK +agK +lVo +aGm +alj +awC +eeL +hqA +knS +ann +bOH +aCE +ann +ann +vsN +eaL +lJz +aqi +aqi +aFp +biX +taX +aqi +aqi +heo +eaL +deR +aqy +aqy +aCL +bQm +aqy +buF +buD +hRK +aql +iWH +aqi +aqi +heo +aqH +eaL +gCO +aSm +aqT +qje +oaF +aqO +aqO +aSm +aSm +aSm +aqO +aqO +bAH +aqP +awg +lxS +lAd +arh +awn +wdn +aNF +awo +aSq +cSI +aqH +eaL +aro +arp +aUy +aiS +aVA +bHb +tYF +byo +ppi +ixZ +nJl +arr +arr +arp +arp +rox +vff +ayS +iMM +arp +jHF +eaL +aqH +aqI +anw +aSa +aSa +aqo +aqo +aJW +aJW +aJW +aJZ +tzY +pgO +lsB +bdQ +bdQ +bdQ +bdQ +vhZ +yfH +bdK +beh +bei +aJZ +aKk +aKi +gtX +aKi +aKn +bdx +tGV +aKi +aKi +aKi +yle +bdQ +bdQ +smP +bdy +aKm +aKi +aKi +gtX +aKi +aKi +aKp +bdK +aKt +svH +vxv +ntg +ntg +aKt +ihN +cam +aYi +aKt +qVd +kQS +ntg +gSQ +dwM +dwM +opf +nnm +aKt +vcs +utS +bQZ +nAu +xfe +aKt +aKt +aKt +aKt +kuC +bdR +bdQ +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(107,1,1) = {" +bKS +bKS +bKS +bKS +bmW +acC +acD +acD +vMP +afg +agK +ajg +jsK +faT +alj +awC +awJ +awF +bqJ +ann +aob +boM +bic +aEr +vsN +eaL +lJz +aqi +aCt +aQS +bkW +mmh +taX +aqi +heo +eaL +deR +aPW +bMw +aAv +aqA +aqy +buG +aQp +aqj +aqj +sbN +bNW +aqi +aRE +aqH +eaL +aqM +bnM +svD +aqP +lxS +aSl +aSe +vSE +fCN +hPr +kgn +aSo +tpz +tpz +svD +fkX +lvU +aGQ +aND +kNB +aNF +bBp +aSq +cSI +aqH +eaL +aro +arp +ygF +bqq +aVC +auA +ahB +arr +azC +dQc +ppi +ppi +ppi +tPk +ppi +ppi +axk +axC +axF +arp +cfZ +eaL +aqH +aqI +anw +aSa +aSa +aqo +bWq +bWg +bWr +aJW +beh +cvO +aJZ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdP +aJZ +aJZ +aJZ +gpP +aKi +gtX +bel +aKn +aKk +aKi +jIm +aKi +aKi +aKo +aKh +aKh +aKh +oLe +aKl +aKi +aKi +gtX +aKi +aKi +aKn +xsU +aKt +nKt +jWb +aXW +uIZ +bRo +bQZ +cam +bQW +aKt +krn +uIZ +uIZ +noW +rGb +rGb +rrs +aKE +aKt +aKu +aKu +bkp +aKu +aKu +aKt +kPP +lBj +aKt +rTj +bdP +bdP +bdQ +bdR +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(108,1,1) = {" +bKS +bKS +bKS +bKS +aan +aFz +acD +acD +vMP +cxE +agK +alh +awF +aMG +alj +awC +awJ +awF +bqJ +ann +bOI +wKK +apB +alW +vsN +eaL +aTp +aqi +aES +aqj +bkX +aVi +pYS +aqi +aRE +eaL +deR +amZ +aqB +lyu +bQn +aqy +akQ +bQG +qQq +aqj +aqj +buI +aqi +heo +aqH +wUx +lvR +avq +lvU +lvU +rCr +jjC +lvU +lvU +lvU +lvU +jjC +lvU +lvU +lvU +jjC +trV +bnQ +arh +aYL +aNF +aNF +bEl +arh +cSI +aqH +eaL +aro +arp +ahB +aUK +aVt +avz +ahB +arr +ayR +dQc +oqz +ayS +ayS +aAZ +ayS +ayS +arp +arr +arr +arp +cfZ +eaL +aqH +aqI +aqK +ylo +ylo +aqo +bWe +bWh +uXa +bcp +aJZ +eiG +aJZ +aJZ +bdQ +bdP +bdP +bdP +bdQ +bdQ +bdQ +xsU +aJZ +bdS +bdW +bdU +gtX +aKi +aKn +aKk +aKi +aKi +aKi +jlL +aKi +var +aKi +bdU +bdU +aKi +aKi +aKi +gtX +aKi +aKi +aKn +aJZ +aKt +aKt +aKt +aKt +aKt +aKt +utS +cam +cZw +aKt +kbS +jhz +gZc +hei +wMg +lYt +leg +mab +aKt +wKT +ihN +bQZ +srY +rmm +rmm +eGM +rch +aKu +eiG +beg +aJZ +bdQ +bdR +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(109,1,1) = {" +bKS +bKS +bKS +bKS +aan +puF +acD +acD +vMP +afg +agK +alh +aAy +aAy +alj +awC +flt +awF +lzc +ann +bhK +oHI +atc +aEr +vsN +eaL +lJz +aqi +aEU +oJB +mJy +oTs +voF +aqi +heo +eaL +deR +aPW +buE +qeg +bNN +aqy +bNS +bNT +mJy +oTs +aQT +bNX +aqi +heo +aqH +eaL +mFm +aqO +jJM +ari +ari +lxS +kSa +bAI +xHy +ari +lxS +inT +bAI +xHy +fXx +ari +gHn +arh +bqg +bAl +bir +biM +arh +cSI +aqH +eaL +aro +arp +ahB +ahB +aTH +ahB +ahB +arr +ayR +vff +iMM +arr +arr +arp +arp +arp +arp +qWX +oQR +oQR +jVW +eaL +aqH +aqI +aqK +ylo +aqo +aqo +tlD +aJS +uXa +bcp +aJZ +fip +jqz +nlm +fwq +fwq +fwq +fwq +fwq +pgO +pgO +jqz +bVX +qGz +sem +wvK +fYL +aKp +keE +aKk +vaI +aKi +aKp +aKm +aKi +bdU +bdU +bdU +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKn +aJZ +aKt +aVB +aKt +aVB +aKt +bsZ +bEf +cam +bQW +aKt +duW +bEf +sur +bQZ +bQW +aKt +aKt +aKt +aKt +bEf +qXL +kOv +kOv +fsS +bQZ +txB +tfz +aKu +eiG +aJZ +bdZ +aJZ +bdS +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(110,1,1) = {" +bKS +bKS +bKS +bKS +aan +soi +acD +acD +vMP +afg +aEq +alh +bJj +aMG +alj +awC +aJP +mHM +bqJ +ann +ann +aSM +ann +ann +bcP +akg +agK +aqi +aqi +aPT +bkY +aPT +aqi +aqi +aqi +dVM +aqi +aqy +aqy +aCS +aqy +aqy +aqi +aqi +aup +aqi +aqi +aqi +aqi +qLo +aqH +eaL +gCO +aqO +aqO +bAd +bAd +guA +aqO +aqY +aqY +ayo +aOm +aqY +aqY +aqT +ari +ari +aRZ +arh +arh +aSq +bBk +arh +arh +cSI +aqH +eaL +aro +arp +arp +arp +arp +arp +arp +arp +lhl +vff +nJl +arr +ahB +aUr +aWK +aWK +arp +cfZ +aqH +aqH +aqH +eaL +aqH +aqI +aqK +ylo +aqo +bJH +tvG +aJS +bWs +aJW +xsU +aJZ +aJZ +aJZ +aJZ +bdP +bdQ +bdP +bdR +bdR +bdP +aJZ +aJZ +gpP +aKi +aKi +gtX +aKn +aJZ +bdY +aKm +bel +aKn +bdy +iNk +aKm +aKi +aKp +aKj +aKj +aKm +aKi +gtX +aKi +bel +aKn +bdZ +aKt +aKC +aKt +aKC +aKt +bta +bEf +cam +bQW +aKt +aKt +bEf +cam +bQZ +kKK +aKt +gUX +gHg +isS +fIr +meu +btx +pqt +mqK +mqK +eoZ +lig +aKt +tzY +cMa +jqz +jqz +xdi +bdP +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(111,1,1) = {" +bKS +bKS +bKS +bKS +aan +kYC +oRo +oRo +jxN +afg +aEq +alh +aAy +aAy +alj +awC +aAy +aAy +miU +ugM +faT +awC +miU +aHb +faT +awC +miU +aqi +aql +aqm +mJy +sbN +aql +aZj +aqm +mJy +bqL +aqi +bbN +mJy +aRk +bia +gqo +bie +mJy +bPm +bQU +bNY +aqi +heo +aqH +eaL +gCO +aqO +aAC +ari +ari +lxS +bqj +aqY +bAo +ayo +liQ +bBq +aqY +bAT +qLI +bBd +vVJ +aqY +aAO +rUd +rUd +bAZ +aqY +cSI +aqH +eaL +aro +arp +ahB +ahB +aTG +ahB +ahB +arr +ayR +vff +ayS +aET +ahB +aiS +bEO +aty +arp +cfZ +aqH +ayU +lvR +qRv +aqH +aqI +anw +ylo +aqo +bWc +bWf +aJS +bWt +aJW +aJW +aJW +aJW +aJW +aJW +aJW +aJW +aJW +aJW +aJW +aJW +bor +aKh +beQ +aKi +aKi +gtX +aKo +aKh +sqn +aKl +aKi +aKo +aKh +sqn +aKl +aKi +aKo +aKh +aKh +bda +aKi +gtX +aKi +aKi +qVs +aKq +aKt +aKD +aKt +aKD +aKt +aKt +aXY +cam +srY +cau +aKt +aKu +cam +bAE +aKu +aKt +nrd +nAu +mqK +mqK +xfe +aKt +aKt +aKu +aKu +aKu +aKt +aKt +suf +bdS +aJZ +beg +rTj +bdP +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(112,1,1) = {" +bKS +bKS +bKS +bKS +aan +puF +acD +acD +vMP +afg +agK +alh +awF +aMG +alj +awE +qZW +qZW +qZW +kRB +qZW +aAd +qZW +qZW +qZW +aAd +qZW +aqz +xbX +xbX +qZs +xbX +xbX +xbX +xbX +toG +sbN +aqi +bbU +mJy +aqj +aqj +aqj +aqj +mJy +aqj +aqj +rZJ +aqi +lvg +aqH +eaL +gCO +aqO +aym +ari +qje +oaF +vEY +aqY +bAp +ayo +liQ +bBr +bnO +aDj +aSn +aSn +aDj +bnO +vKN +ayo +ayo +bBs +aqY +cSI +aqH +eaL +aro +arp +ahB +aUZ +aVJ +aty +ahB +arr +ayR +dQc +ppi +ppi +hKA +bEK +aWM +bEW +arp +cfZ +aqH +eaL +aqI +aqI +snA +vnH +anw +ylo +aqo +bKb +msp +aJS +bWi +bCR +aKa +tlD +jnX +bUN +bop +sKZ +aJY +aUS +aJX +aJY +bbo +aKi +aKi +aKi +aKi +aKi +rpZ +aKi +aKi +aKi +aKi +aKi +aKi +bel +aKi +aKi +aKi +aKi +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKo +aKh +aKu +bbV +aXR +bbV +aKJ +aKt +ihN +cam +bQZ +srY +aYr +ihN +cam +bQZ +srY +aYr +qpC +bQW +aKt +aKt +aKt +aKt +aJZ +aJZ +aJZ +aJZ +bdS +bdS +dzV +bdS +bdZ +bdP +rTj +bdP +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(113,1,1) = {" +bKS +bKS +bKS +bKS +aan +aFz +acD +acD +vMP +cxE +agK +alh +aAy +aAy +alj +awC +alj +alj +alj +rKy +alj +alj +alj +rZU +lLO +lLO +lLO +aqi +cJS +cJS +aQT +nxZ +nxZ +nxZ +oJB +axO +xbX +xbX +xbX +aAw +aPY +aPY +ksT +aPY +ihD +ksT +xbX +xbX +aqz +lvR +lvR +uVe +gCO +aqO +aym +ari +aqP +lxS +vEY +bnK +bAu +ayo +liQ +arb +rUd +rUd +rUd +rUd +rUd +rUd +vCR +ayo +ayo +bBt +aSn +cSI +aqH +eaL +hhA +arp +upe +bqq +aVT +auA +ahB +arr +rox +vff +arr +arr +ijA +bEK +aWN +bEX +arp +pir +aqH +eaL +aqI +anw +anw +anw +anw +ylo +aqo +bWd +erh +jhN +ltl +bbk +bbl +tlD +aJS +riE +bXH +bXG +bXH +tuu +aJS +aJS +aKf +aKi +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKi +aKi +aKi +aKi +aKi +aKi +aKi +aKi +aKi +aKi +bel +aKi +aKi +gtX +aKi +aKi +aKi +aKi +bkd +bbV +mfm +bbV +bbV +bzq +bQZ +cao +lsk +kOv +kOv +kOv +jdV +qAG +kOv +kOv +iqp +bQW +aKu +bdZ +aJZ +aJZ +lKy +gqT +jqz +cMa +jqz +fwq +paH +bdP +bdQ +bdQ +kuC +bdR +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(114,1,1) = {" +bKS +bKS +bKS +bKS +aan +puF +acD +acD +vMP +afg +agK +alh +bJj +aMG +alj +awC +bJa +awF +feg +bgt +awF +awF +alj +bqJ +apI +apI +apI +apI +apI +apI +apI +apI +apI +apI +roh +mJy +aqj +aqj +aqj +aqj +aPZ +aPZ +kQd +aPZ +aPZ +pvo +aqj +oTs +aPT +xHV +aqH +eaL +gCO +aqO +ayz +ari +bpW +lxS +aEY +aqY +bAv +ayo +pWj +wFU +wFU +wFU +wFU +aAL +wFU +wFU +wFU +sgl +ayo +bqn +aSn +cSI +aqH +eaL +aro +arp +aUC +ath +aVX +eKL +tYF +byp +ppi +dNd +arr +bEF +ijA +bEK +aWT +bEW +arp +cfZ +aqH +eaL +aqI +aqK +ylo +ylo +ylo +aqo +aqo +aJW +bbi +hHn +aJW +aJW +aJW +tlD +aJS +msp +aJS +aKf +aJS +aJS +riE +bXH +bXG +rwo +rwo +rwo +rwo +rwo +vYe +rwo +rwo +rwo +rwo +btk +rwo +rwo +rwo +rwo +rwo +rwo +rwo +rwo +rwo +rwo +vYe +rwo +rwo +btk +rwo +caf +caf +kmf +caf +caf +kOv +kOv +cap +aKE +bQZ +bQZ +bQZ +bQZ +cam +bQZ +bQZ +cam +bQW +aKu +aJZ +bdS +beo +aJZ +aJZ +bdZ +aJZ +bdP +bdP +bdP +bdQ +bdQ +bdQ +kuC +bdP +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(115,1,1) = {" +bKS +bKS +bKS +bKS +aUn +puF +acD +acD +vMP +afg +agK +kgD +lLO +gbw +alj +awC +aMJ +aBb +aBb +aBb +aBb +aBb +alj +bqJ +apI +avh +aQq +dPK +dPK +dPK +dPK +aQq +oKg +apI +roh +mJy +oTs +aqi +oJB +aqj +aqj +aqj +aqj +aqj +aqj +mJy +aqj +bQX +aPT +heo +aqH +eaL +gCO +aqO +aym +ari +bqf +lxS +vEY +aqY +sxB +ayo +liQ +ayo +ayo +ayo +ayo +liQ +ayo +ayo +ayo +wji +ayo +qou +aqY +cSI +aqH +eaL +aro +arp +hCY +atj +aVt +avz +ahB +arp +wOt +jhO +arp +bEG +vTT +atj +bES +avz +arp +meC +aqH +eaL +aqI +aqK +ylo +ylo +ylo +aqo +bhX +aJU +sVO +vhU +aJU +dui +aJW +tlD +aJS +msp +aJY +aKf +aJY +aJX +skk +aJY +aKf +jlU +aKi +aKi +bel +aKi +aKi +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKi +aKi +bdU +aKi +aKi +aKi +aKi +aKi +aKi +aKi +aKi +rRR +aKj +aKu +dwa +aKH +aOU +oKr +aKt +utS +cam +bQZ +nAu +aYs +utS +bQZ +cam +nAu +aYs +nzS +bQW +aKt +aKt +aKt +aKt +bdZ +gqV +aJZ +aJZ +bdP +bdQ +bdQ +bdQ +bdQ +aJZ +eiG +aJZ +aJZ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(116,1,1) = {" +bKS +bKS +bKS +bKS +aeb +bkB +bkB +bkB +mrr +bkB +agL +agL +agL +aGn +alj +awC +aAy +awF +aUb +awF +bgt +awF +alj +bqJ +apI +aau +axp +aqa +aEp +aEp +aEp +axB +apZ +bnl +aqm +mJy +aRd +aqi +bhN +bhV +big +bLA +bLA +bLB +aqj +mJy +bag +bNZ +aqi +heo +aqH +eaL +gCO +aqO +aym +ari +ari +lxS +vEY +aqY +bqh +ayo +liQ +ara +uFr +cEI +ayo +liQ +ara +uFr +bAA +bAA +bAA +kWe +aqY +cSI +aqH +eaL +aro +arp +arp +ahB +aTH +ahB +qoq +arp +brq +bqw +arp +bEH +bEH +aWm +bET +arp +arp +cfZ +aqH +eaL +aqI +aqK +ylo +ylo +ylo +aqo +bhY +aJX +msp +aJS +bWj +uXa +aJW +tlD +aJS +msp +uNW +aJW +aJW +aKg +aKg +aJW +aJW +aJW +plV +aKj +aKj +aKj +aKm +aKi +aKp +bcX +aKi +gtX +qoh +aKi +beS +aKi +aKi +aKi +aKi +aKi +aKi +aKi +aKp +aKj +aKj +fzd +aKq +aKt +aKt +aKu +bcC +aKu +aKt +aXY +cam +nAu +btl +aKt +aKu +bQZ +bBQ +aKu +aKt +nrd +srY +bEy +rmm +tOo +aKt +aKt +aKu +aKu +aKu +aKt +aKt +bdQ +bdQ +beg +lKy +eiG +bdS +gqV +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(117,1,1) = {" +bKS +bKS +bKS +bKS +aeb +adU +adU +adU +csI +adU +aLH +alj +aLI +alj +alj +awC +aMJ +aBb +aBb +aBb +aBb +aBb +alj +bqJ +apI +aPX +aqa +aqa +aEt +aEt +aEt +duk +aqa +asb +aqj +mJy +pYS +aqi +aqi +aqi +aqi +aqi +aPT +aPT +aGR +dVM +aPT +aPT +aqi +aRE +aqH +eaL +gCO +aqO +aqO +bAd +bAd +guA +aqO +aqY +guG +ayo +liQ +cTc +aqY +bnO +ayo +aCY +bnO +aqY +aSn +aSn +aSn +aqY +aqY +cSI +aqH +eaL +aro +nQZ +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +arp +nQZ +cfZ +aqH +eaL +aqI +anw +aqK +aqK +aqK +aqo +bUM +aJX +msp +aJS +bWk +bWm +hmO +vyH +aJS +msp +olm +aJW +bJQ +aQl +bKt +bKB +bKC +aJW +bcq +bcq +bcq +bcr +uli +aKi +beb +aKl +aKi +gtX +aKi +aKi +aKp +aKj +bed +aKj +aKm +aKi +bel +aKp +bdK +beg +aJZ +rTj +bdP +aKt +vQA +mJm +lIu +mqL +aKu +bEf +cam +bQW +aKt +aKt +bEf +bQZ +cam +vJz +aKt +dmR +tjT +tjT +dIo +iYG +aYr +leW +xlg +cfh +jYY +tKI +aKt +bdQ +bdZ +aJZ +smP +eiG +aJZ +beo +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(118,1,1) = {" +bKS +bKS +bKS +bKS +aeb +adU +aOz +aOz +vhg +adU +aLH +alj +aMJ +alj +alj +awC +bJa +awF +bgt +awF +bgt +bgt +alj +bqJ +apI +aFY +aqa +aqa +aEp +aEp +aEp +sNG +kRO +ufN +xbX +toG +sbN +aqi +bhO +bns +bns +aqi +bih +buP +aqj +mJy +bPj +fTx +aqi +heo +aqH +eaL +gCO +aqO +aAC +ari +ari +lxS +bqk +aqY +qCi +ayo +liQ +cTc +aqY +cSI +aqH +eaL +aqM +tFp +tFp +tFp +tFp +aUw +tFp +kIz +aqH +eaL +jja +oQR +oQR +oQR +oQR +oQR +oQR +oQR +xFk +oQR +oQR +oQR +oQR +oQR +oQR +oQR +oQR +jVW +aqH +eaL +aqI +oiI +aSb +oYY +aSb +mGU +vyH +aJY +msp +aJS +bWw +uAW +bWv +aJY +aJS +msp +aVc +aJW +aVp +bJS +aJX +aJX +jeE +aVH +msY +caX +bKc +bcr +bdW +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKn +beo +bdQ +bdQ +bdW +aKp +aKj +xxO +bdQ +bdQ +bdP +rTj +aJZ +aKu +bEf +aKE +aKE +srY +aKu +ihN +cam +bQW +aKt +vaw +ihN +bQZ +cam +ngx +aKt +aKt +aKt +aKt +bEf +vgl +kOv +kOv +fsS +bQZ +bQZ +bQW +aKu +aJZ +laE +jqz +bVX +bVH +xsU +aJZ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(119,1,1) = {" +bKS +bKS +bKS +bKS +aeb +adU +mCj +aOA +iJz +rxd +dxS +qZW +uSy +qZW +qZW +oUz +alj +alj +alj +alj +alj +alj +alj +bqJ +apI +aau +axp +aqa +aEt +aEt +aEt +duk +iYR +apI +oJB +axO +xbX +bNO +xbX +pwd +xbX +bNO +xbX +xbX +xbX +toG +aqj +aYa +aPT +heo +aqH +eaL +gCO +aqO +aym +ari +qje +trV +vEY +aqY +qCi +ayo +liQ +cTc +aSn +cSI +aqH +wUx +lvR +lvR +lvR +lvR +kuU +lvR +lvR +lvR +kuU +mer +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +mer +lvR +lvR +lvR +lvR +lvR +bXG +bXH +bXH +bXK +mUA +bXH +mUA +bXH +bXH +bXH +bVI +jeE +bbh +gcW +aJS +aJS +aJS +aJS +aJS +aJS +bJW +bKw +bcr +aKk +bdU +bel +aKi +aKi +gtX +aKi +aKi +aKn +bdQ +bdQ +bcD +aKl +usK +bdQ +bdQ +bdQ +bdQ +bdP +eiG +bdZ +aKu +gdO +nhG +kOv +kOv +bce +kOv +iqp +bQW +aKu +hWW +bQZ +nhG +iqp +bQW +aKu +hvn +tOo +aKt +lGj +utp +bQZ +nDc +qtI +mqK +mqK +xfe +aKu +beo +eiG +bdS +bdS +bdZ +aJZ +bdP +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(120,1,1) = {" +bKS +bKS +bKS +bKS +aeb +adU +vhg +vhg +aOz +adU +aLH +alj +aMJ +alj +alj +awC +alj +rZU +lLO +aJh +lLO +lLO +lLO +msu +apI +cQR +aqa +aqa +aqa +aqa +aqa +duk +hBo +apI +dYJ +mJy +oTs +aqi +bQe +mJy +blb +aqi +bqZ +aqj +aqj +mJy +aqj +pYS +aPT +heo +aqH +eaL +gCO +aqO +aym +ari +aqP +ari +vEY +aqY +kSt +ayo +wji +cyX +aSn +cSI +aqH +eaL +aqH +aqH +aqH +aqH +eaL +aqH +aqH +aqH +eaL +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aqH +aKf +aJS +aJS +aJS +msp +aJS +tZp +aJS +aJS +aJS +bVJ +mFE +xzX +taL +bXH +bXH +qMT +aJS +aJS +aJS +bJT +bWp +bcr +bdY +bed +aKj +aKm +idU +gtX +aKi +aKi +aKn +bdP +bdP +aKk +aKi +aKn +bdP +bdP +bdQ +bdQ +bdQ +diD +aJZ +aKu +bEf +aKE +aKE +nAu +aKu +utS +cam +bQW +aKu +gtI +vFf +bQZ +vgl +qlt +pAB +fcd +aYi +aKt +xFK +aKt +bQZ +aKt +xFK +aKt +wop +trU +aKt +aJZ +eiG +nFc +aJZ +bdQ +bdP +bdP +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(121,1,1) = {" +bKS +bKS +bKS +bKS +aeb +adU +csI +mLR +adU +adU +aLH +bcO +aNJ +alj +alj +awC +alj +bqJ +agK +agK +aEq +aEq +aEq +agK +apI +aPX +aqa +aqa +aqa +aqa +aqa +duk +hBo +apI +bhT +mJy +aRd +aqi +bQf +mJy +bQp +aqi +blj +aqj +aRm +guq +aqj +aRd +aqi +heo +aqH +eaL +gCO +aqO +ayz +ari +bpW +ari +aEY +aqY +qCi +ayo +ayo +cTc +aSn +cSI +aqH +eaL +aqI +aqI +aqI +aqI +vyY +aqI +aqI +aqI +eaL +aqH +aqI +aqI +aqI +snA +aqI +aqI +aqI +aqH +aqH +aqH +jai +ybv +ybv +ybv +ybv +ybv +xbu +aqH +aqH +aqH +aqI +aqI +aSb +oYY +aSb +aKf +uRw +aJY +aJS +msp +bWb +bWj +bWu +aJY +aJS +msp +aVc +aJW +aVp +bJT +aJX +aJX +uNW +aVI +ozo +bKv +bKx +bcr +bdS +gqV +bdQ +aKk +aKi +gtX +aKi +aKi +aKn +aJZ +bdQ +bdy +aKj +bcK +bdP +bdR +bdR +bdQ +bdQ +rTj +bdP +aKt +rGc +yji +ipE +wfL +aKu +bEf +cam +bQW +aKt +tfP +aYs +ksk +ksk +xfe +aKu +lmx +bQW +aKt +iOL +aKu +bQZ +aKu +hjq +aKt +aKt +aKt +aKt +bdP +rTj +aJZ +bdQ +bdQ +bdQ +bdR +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(122,1,1) = {" +bKS +bKS +bKS +bKS +aeb +ael +abn +ael +awi +ael +agL +agL +agL +xWH +alj +awC +alj +bqJ +agK +alF +hqA +hqA +hqA +kxs +apI +aau +axp +aqa +aPS +aPS +aPS +duk +apZ +apI +aqm +mJy +pYS +aqi +bQg +mJy +bQq +aqi +aYN +aqj +bQL +bad +aqj +pYS +aqi +bqs +aqH +eaL +gCO +aqO +aym +ari +bqf +ari +vEY +aqY +qCi +ayo +ayo +cTc +aSn +cSI +aqH +eaL +aqI +aSb +gvi +anw +anw +anw +aiZ +aqI +eaL +aqH +aqI +aiZ +anw +anw +anw +snP +gPo +lgx +lgx +lgx +xRb +nxv +nde +crC +nde +iQY +hTr +lgx +lgx +lgx +ybv +anw +aqK +aqK +aqK +aqo +bXI +aJX +aJS +msp +nJx +bWn +eEJ +aJV +uRw +qqY +mmy +aJW +bJR +bJU +bKj +bKk +bKl +aJW +bcq +bcq +bcq +bcr +bdS +aJZ +bdQ +aKk +aKi +gtX +aKi +aKi +aKn +beg +bdP +bdP +bdQ +bdQ +bdQ +bdR +bdP +bdQ +bdR +kuC +bdR +aKt +aKt +aKt +aKt +aKt +aKt +bEf +hoh +fUp +aKt +aKt +aKt +aKt +aKt +aKu +aKt +tdH +aKu +aKt +aXY +qQe +bQZ +qQe +aYi +aKt +bdS +bdP +bdP +aJZ +rTj +bdP +bdQ +bdQ +bdQ +bdR +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(123,1,1) = {" +bKS +bKS +bKS +bKS +aeb +aUp +aGk +ahH +aQa +mDe +agL +ajg +hqA +faT +prB +awC +alj +miU +agK +bnm +alj +ouk +bqM +buz +apI +aFY +aqa +aqa +aEs +aEs +aEs +sNG +kRO +ufN +xbX +toG +pYS +aqi +bQh +ntx +bQr +aqi +bpM +aqj +bQM +aSS +aqj +pYS +aqi +heo +aqH +eaL +caA +aqO +ayD +noy +noy +noy +gnC +aqY +gQL +aqZ +aqZ +tGG +aqY +sPI +aqH +eaL +aqI +hOV +anw +anw +aSa +anw +anw +aws +eaL +aqH +aSb +anw +anw +aSa +anw +anw +uIX +aqI +aJu +aqI +pSc +aSb +anw +anw +anw +aSb +aqI +aqI +aJu +aqI +pgC +anw +ylo +ylo +ylo +aqo +bVw +aJX +aJS +msp +bWx +ouM +aJW +aJW +bbj +nuF +gLs +gLs +gLs +gLs +gLs +gLs +gLs +aJW +bdx +aKh +aKh +aKh +bcS +bdJ +bdQ +aKk +aKi +gtX +aKi +bdU +aKn +aJZ +bem +bdQ +bdQ +bdQ +bdx +aKh +aKh +aKh +bcL +dzV +aKt +aKt +bjg +bji +bpz +bsX +aKu +bEf +cam +cZw +aKt +gvs +jRw +hiw +aKu +aKi +aKi +gtX +aKi +aKt +vcs +hUR +mqK +hUR +xfe +aKt +beg +rUq +jqz +eNM +bVH +bdQ +bdQ +bdQ +bdP +bdP +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(124,1,1) = {" +bKS +bKS +bKS +bKS +aeb +bJx +csI +bZy +adU +bZz +agL +ayC +alj +alj +mUo +aAd +qZW +qZW +amp +qZW +qZW +oUz +boV +bOc +apI +aPX +aqa +aqa +aPS +aPS +aPS +duk +aqa +asb +aqj +mJy +pYS +aqi +bQi +aqj +bQr +aqi +bpN +aqj +aqj +aqj +aqj +pYS +aqi +heo +aqH +eaL +gCO +aqO +aqO +aSm +aSm +aSm +aqO +aqY +aqY +aSn +aSn +aqY +aqY +cSI +aqH +eaL +aqI +mCD +aqK +ylo +aSa +ylo +aqK +aSb +eaL +aqH +aSb +aqK +ylo +aSa +ylo +anw +aqI +aqQ +nJt +aqX +aqI +anw +anw +ylo +anw +anw +aqI +aqQ +nJt +aqX +aqI +anw +ylo +ylo +ylo +aqo +bVQ +aJV +uRw +qqY +aJV +mmy +aJW +bUU +cec +rfQ +gLs +bUC +bYS +gLs +hqX +hqX +gLs +bdx +fSA +aKi +var +aKi +aKi +aKo +aKh +aKl +aKi +gtX +aKi +aKi +aKn +bdZ +aJZ +bdQ +bdQ +bdx +bcH +bcI +bel +aKi +aKn +eiG +aKu +btv +ihN +aKE +aKE +srY +aKu +ihN +cam +srY +aKt +qQg +qQg +qQg +aKu +aKi +qoh +gtX +qoh +aKt +aKu +aKt +aKu +aKt +aKu +aKt +bdP +rTj +beo +aJZ +beg +bdQ +bdQ +bdP +bdP +bdP +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(125,1,1) = {" +bKS +bKS +bKS +bKS +aeb +iLw +vKa +mNe +uKV +mEG +agL +aGh +nen +awF +aMH +awF +mwa +aGC +agK +boL +alj +awC +bqK +bOd +apI +aau +axp +aqa +aEs +aEs +aEs +orz +iYR +bnl +oJB +mJy +pYS +aqi +bQj +aqj +blc +aqi +bll +bLx +aqj +aqj +bLx +bOb +aqi +heo +aqH +eaL +aqM +tFp +tFp +tFp +tFp +tFp +tFp +tFp +tFp +tFp +tFp +tFp +tFp +kIz +aqH +eaL +aqI +aSH +aqK +ylo +aSa +ylo +aqK +aiZ +eaL +aqH +aiZ +aqK +ylo +aSa +ylo +aqK +aqI +aqQ +aWf +aqX +aqI +aqK +ylo +ylo +ylo +aqK +aqI +aqQ +aWf +aqX +aqI +aqK +ylo +ylo +ylo +aqo +aqo +aJW +bbj +nuF +aJW +aJW +aJW +bVS +aJS +rfQ +gLs +bQN +bQv +gLs +hqX +bQt +gLs +aKk +mlr +btk +rwo +rwo +rwo +vEK +rwo +rwo +rwo +fYL +aKi +aKi +aKn +aJZ +beo +bdQ +bdQ +aKk +bdU +aKi +qoh +aKp +bdK +eiG +aKu +bjd +bQZ +bQZ +bQZ +bQZ +bAw +bQZ +hoh +kOv +reN +nTx +hkn +aYw +aKt +xtF +jRl +fYL +aKi +bcM +aKi +aKi +aKi +aKi +rzy +bdR +bdP +eiG +aJZ +spU +bdQ +bdQ +bdQ +beo +aJZ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(126,1,1) = {" +bKS +bKS +aeb +aeb +aeb +adI +adI +aNI +adI +adI +agL +alh +oAa +nen +qVe +awF +ejk +bqJ +agK +boP +alj +awC +brQ +buA +apI +apO +aQw +rpP +rpP +rpP +rpP +aQw +dXy +apI +roh +mJy +aRd +aqi +tCi +nxZ +bQs +aqi +bJw +bMv +bNQ +bNQ +bpn +vqP +aqi +qKZ +aqH +qqW +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +lvR +qRv +aqI +ggU +aqK +ylo +aSa +ylo +aqK +aSb +eaL +aqH +aSb +aqK +ylo +aSa +ylo +aqK +aqK +aqK +anw +aqK +aqK +aqK +ylo +ylo +ylo +aqK +aqK +aqK +anw +aqK +aqK +aqK +ylo +ylo +ylo +ylo +aqo +caT +cec +eTg +bYR +bWo +aJW +bVU +uOe +bVL +ygy +bVV +bUY +buU +bVT +bQt +gLs +bdW +aKi +elR +aKi +jlL +aKi +aKp +yfH +aKm +aKi +gtX +aKi +aKi +aKn +aJZ +bdQ +bdQ +vza +pnQ +geN +btk +iTW +ccq +jqz +iBg +aKu +bje +bQZ +nhG +kOv +kOv +kOv +kOv +iqp +nAu +aKt +qQg +dFL +dFL +aKu +aKi +aKi +flB +rwo +rwo +rwo +rwo +mrb +rwo +eDM +pgO +fwq +eql +bdP +bdQ +bdQ +bdQ +aJZ +aJZ +aJZ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(127,1,1) = {" +bKS +bKS +aeb +blO +buN +akL +rOH +csI +bOS +bOT +agL +alh +awF +oAa +qVe +awF +pAo +bqJ +agK +boU +gbw +awC +rZU +msu +agU +agU +agU +agU +agU +apI +apI +apI +apI +apI +roh +mJy +pYS +aqi +aqi +qIU +qIU +qIU +qIU +qIU +qIU +qIU +qIU +qIU +qIU +aqI +aqI +aqI +aqI +aqI +aqI +aqI +dvn +qaB +qaB +wui +aqI +aqI +aqI +aqI +aqI +aqI +aqI +aqI +aqI +nQZ +anw +aoX +aoX +aoX +aoX +aJK +xmV +aJK +pzH +aoX +aoX +aoX +aoX +ylo +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqo +bUP +aJS +msp +aJS +aJS +bUI +caV +riE +bVM +bUT +bVW +bUZ +buU +bYT +hqX +gLs +bdW +bdU +gtX +aKi +aKp +aKj +bcU +bdQ +bcY +aKi +gtX +aKi +aKi +aKn +bdQ +bdQ +bdQ +bdQ +bdS +bdY +bcJ +bcK +bdQ +bdQ +bdP +aKu +bjf +utS +aKE +aKE +nAu +aKu +utS +cam +bQW +aKt +jBC +jRw +jRw +aKu +qoh +aKi +gtX +aKi +bcM +aKi +aKi +bdU +aKi +rzy +bdR +bdP +rTj +bdP +bdP +bdQ +gqV +aJZ +aJZ +xsU +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(128,1,1) = {" +bKS +bKS +blL +adU +adU +adU +dSi +nXD +adU +aFV +agL +alh +awF +tXq +qVe +awF +hCm +fyq +ang +ang +ang +amX +ang +ang +ang +fJm +mdI +iNl +hDF +msB +cRx +gSC +hDF +ang +aqm +mJy +pYS +bii +bii +qIU +bQt +hqX +qIU +bQH +hqX +qIU +bQV +hqX +qIU +aPt +cjs +ybv +ybv +ybv +qTd +aqI +kOd +aSb +mCD +anw +anw +anw +anw +anw +anw +anw +aoX +aoX +aoX +aoX +aoX +aoX +bWS +ayG +bWZ +fXA +sXg +aIM +egJ +bXo +bXq +bXr +aoX +aoX +aoX +aoX +aoX +aoX +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqo +bUQ +aJS +tZp +bUL +aJW +aJW +aJW +caW +aJW +aJW +aJW +aJW +gLs +gLs +gLs +gLs +bdy +bed +qcx +aKj +sZg +bdQ +bdQ +bdQ +aKk +aKi +gtX +aKi +aKi +aKn +bdS +bdQ +bdQ +bdQ +bdQ +bcD +hkp +bdJ +bdR +bdQ +bdP +aKt +aKt +bjh +bRc +bRd +bRe +aKu +bEf +cam +aYi +aKt +aKt +aKu +aKu +aKt +bcM +bcM +gLM +bcM +bcM +aKi +bdU +bdU +aKp +bcK +bdQ +bdQ +ooX +jqz +jqz +jqz +bVE +tHy +aJZ +bdP +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(129,1,1) = {" +bKS +bKS +aeb +svX +adU +bOQ +mLR +bOR +adU +ovP +agL +ayC +awF +wSz +qVe +awF +xIJ +bqJ +ang +aJA +rtr +awT +arP +aLa +ang +aMK +aMK +aMK +aMK +aMK +aMK +aMK +aMK +obW +aqj +mJy +pYS +aPZ +aPZ +qIU +bQt +hqX +qIU +bQH +hqX +qIU +bQV +hqX +qIU +bQy +cjs +mFT +rUQ +tfi +reh +aqI +kOd +aSb +aTd +aqK +ylo +ylo +ylo +qIU +qIU +qIU +qIU +aFT +bVv +bWy +bWH +aIA +bWT +aIT +aIT +aJv +sXg +aIM +aJv +aIT +aIT +egJ +aIA +bXs +bXs +bXx +bXv +aoX +aoX +aoX +aoX +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqo +bWU +bUV +bqG +bUS +caU +bVE +bVX +bVH +bdS +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdP +lKy +aJZ +fue +bdP +bdQ +bdQ +bdQ +bdZ +aKk +bel +gtX +aKi +aKi +aKo +aKh +bcS +aKh +beE +beE +aKl +elR +aKn +bdR +bdQ +bdP +bdP +aKt +aKt +aKt +aKt +aKt +aKt +aKu +caq +aKu +aKt +bdP +bdP +aJZ +aKk +aKi +aKi +gtX +aKi +aKi +aKi +aKi +aKi +aKn +bdQ +bdQ +bdP +bdP +aJZ +bdZ +aJZ +diD +aJZ +beg +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(130,1,1) = {" +bKS +bKS +aeb +boT +ahL +aWu +bCJ +aXm +bCJ +mEG +agL +aGh +awF +uqb +qVe +awF +pBJ +aGD +ang +aEV +aou +rmc +aou +aou +obW +aMK +hDF +fJm +aqt +aqt +aqt +aqt +aqt +aqt +oJB +mJy +vYY +bMu +bNM +qIU +aTv +bYm +qIU +aUN +hqX +qIU +bqo +hqX +qIU +ttJ +cjs +exY +aqI +aqI +reh +aqI +kOd +aSb +aTg +aqK +ylo +ajq +ajq +qIU +hqX +bqp +buU +bDN +aIM +aIM +rSR +bbd +fXA +aIM +aIM +aIM +bWL +hun +hun +hun +hun +hun +pcu +hun +hun +deG +fQl +fRR +bXA +bXC +aoX +ajq +ajq +ylo +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aqo +qIU +bQv +gLs +bQN +gLs +dzV +bdS +bUJ +bUK +bdQ +bdQ +bdQ +bdQ +bdQ +bdP +bdP +bdP +beI +rTj +bdQ +bdQ +bdQ +bdQ +tNp +upr +rwo +fYL +aKi +aKi +aKi +aKi +ezR +aKi +ecX +rwo +rwo +gnR +bew +bdQ +bdQ +bdQ +bdP +aJZ +beh +bei +bdP +bdP +aKL +aKQ +car +cia +aKL +bdP +bdZ +gqT +upr +rwo +rwo +fYL +jIm +aKi +var +idU +aKp +bdK +bdQ +bdQ +bdQ +bdQ +aJZ +aJZ +aJZ +suf +aJZ +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(131,1,1) = {" +ylo +ylo +aeb +aeb +aeb +bmZ +bmZ +bmZ +aeb +aeb +aet +ayC +alj +alj +rKy +alj +alj +fyq +ang +anW +aou +aMK +aou +aWv +afa +afa +afa +afa +aht +anq +bas +aUM +aUT +aqt +buB +bPV +aqt +aqt +aqt +qIU +bQv +bQv +qIU +bQv +bQN +qIU +bQv +bQN +qIU +aPC +cjs +pJY +aqI +aqI +lBx +aqI +kOd +aSb +ggU +ajq +ajq +ajq +bhn +gLs +aSW +hqX +gLs +bVb +aIM +dYk +uGQ +wDi +xHM +hun +hun +hun +ebq +aIM +aIM +aIM +aIM +aIM +bbg +aIM +aIM +aIM +aIM +aIM +bXB +bXD +aIA +bhn +ajq +ajq +ajq +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +qIU +bYQ +hqX +hqX +gLs +dzV +aJZ +bdQ +bdQ +bdQ +bdQ +rUq +fwq +jqz +jqz +jqz +fwq +fwq +paH +bdP +bdR +bdQ +bdQ +bdQ +aKk +aKi +gtX +aKi +aKi +aKp +aKj +bec +aKi +gtX +aKi +aKi +aKi +rzy +bdQ +bdQ +bdQ +bdP +bdP +bdP +bdP +bdP +bdS +aKL +aKQ +car +cia +aKL +bdS +bdS +bdS +bdY +aKm +ezR +gtX +jlL +bdU +aKi +aKp +bdK +bdQ +bdQ +bdQ +bdQ +bdR +bdP +lKy +aJZ +rTj +bdP +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(132,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aet +aHm +lLO +lLO +lLO +lLO +lLO +iEY +ang +aJE +aRX +aRX +aRX +aXt +afa +ylo +aSa +ylo +aht +aqD +aqE +aAt +eon +tZD +eon +bPW +wwi +bPQ +pwu +bhL +bil +bid +bin +biC +bjI +bnE +bpH +aqv +eqz +aSb +cjs +ggU +aqI +gnO +xaQ +qaB +hvj +nQZ +gvi +ajq +bhn +bhn +bhn +gLs +aCa +hqX +bQN +bVm +bVx +aIM +bVc +aIA +bWT +bWX +bXa +bXc +sXg +aIM +bXc +bXa +bXd +fxM +aIA +tta +bXu +bXw +bXz +tta +tta +bXE +aIA +bhn +bhn +bhn +ajq +ajq +ajq +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +qIU +hqX +aCa +bVO +gLs +kuC +bdR +bdQ +aJZ +bev +aKh +iHo +uTf +xsU +aJZ +bdQ +bdQ +bdP +bdP +bdP +bdR +bdP +bdQ +bdQ +aKk +aKi +gtX +aKi +aKi +aKn +bdQ +vhZ +aKm +gFh +bdU +bdU +aKp +tpF +bdR +bdQ +beo +bdP +aJZ +aKy +aKy +aKy +aKy +aKL +boF +car +boH +aKL +aKy +aKy +aKy +aKy +bdY +aKm +gtX +bdU +bdU +aKp +bdK +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdP +bdP +rTj +bdQ +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(133,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aet +aet +abe +abe +abe +abe +abe +aet +afa +afa +afa +afa +afa +afa +afa +aSa +aSa +aSa +aht +aYb +azi +aqx +bjk +aqt +bPR +bPX +eon +eon +aAt +bPZ +bQx +bQB +bQE +bQx +aqx +aqx +aqx +qUT +aPm +bQy +anw +nQZ +aqQ +exY +anw +ajq +ajq +ajq +ajq +ajq +bhn +bhq +bhc +gLs +gLs +gLs +gLs +bJY +aIA +bUO +bWJ +aIA +aIE +aIF +bXb +bXd +bWL +aMp +sRe +bXp +tta +aJH +aIA +aLq +bCQ +aIA +aIA +bco +bco +aIA +aIA +bhn +bhn +bhn +bhn +bhn +ajq +ajq +ajq +ylo +ylo +ylo +ylo +ylo +ylo +qIU +qIU +gLs +gLs +gLs +kuC +bdS +bdP +bdx +aKl +idU +gtX +bew +aJZ +bdP +bdQ +bdQ +bdQ +bdQ +bdP +bdR +bdR +bdR +bdQ +aKk +aKi +gtX +aKi +aKi +aKn +bdP +bdQ +bcE +gtX +aKi +aKp +xxO +bdR +bdP +bdS +aJZ +bdP +aKy +aKy +bsP +bsP +bsY +aKL +xGd +car +aYn +aKL +bto +bsP +bsP +aKy +aKy +bdy +tFG +bdU +aKp +bdK +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdR +kuC +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(134,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aht +aYq +aAm +rmI +aqu +aqt +bPS +hCG +tnS +eBx +sUR +aqx +nNW +kcb +sUR +aqx +nNW +rmI +rmI +bpL +eqz +cjs +cjs +cjs +cjs +cjs +qAl +qAl +bhc +bhe +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhc +fbe +aIA +bWz +aIA +aIA +aIA +aIA +aSv +bXe +sXg +aIM +bXn +aTD +aIA +aIA +aIA +aoS +aJO +aIA +bgn +bdq +bdq +bdq +bdq +bgn +bgn +bhn +bhn +bhn +bhn +bhn +ajq +ajq +ylo +ylo +ylo +ylo +ylo +ylo +aqL +bdR +bdZ +aJZ +eiG +bdP +bdP +aKk +bdU +aKi +rRR +bdK +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdP +bdR +bdP +bdP +aKk +aKi +gtX +bdU +aKi +aKn +bdP +bdQ +pWR +gEU +yfH +sZg +bdQ +bdQ +bdR +bdP +bdP +bdP +aKy +bsP +aKG +geu +ker +bko +rCE +dmP +rCE +bko +ker +kdA +aKG +bsP +aKy +beg +uRA +aKj +wkm +bdQ +bdQ +bdQ +bdQ +aJZ +bdS +bdS +bdQ +bdQ +bdQ +bdR +kuC +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(135,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +qIU +bQN +bQv +bQN +qIU +aht +aht +aht +aqt +aqt +aqt +bhR +aqt +aqt +aqt +bhR +aqt +aqt +aOT +arv +aQC +aPc +aQC +qAl +qAl +qAl +qAl +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhp +bhc +bhs +bhc +bhc +fbe +aIA +aIM +bWK +bVg +bWQ +aIA +bWT +aJv +sXg +aIM +aJv +egJ +fRR +fRR +fRR +fRR +fRR +aIA +bgu +aen +aen +aen +aen +bdn +bdq +bdq +bdq +bgn +bhn +bhn +bhn +ajq +ajq +ajq +ylo +ylo +ylo +ylo +aqL +aqL +bdP +tNp +jmU +fwq +jqz +hqU +osY +osY +tvf +bdQ +bdQ +bdQ +bdQ +bem +bdQ +bdQ +bdQ +bdQ +bdR +bdP +bdP +aKk +aKi +gtX +aKi +aKi +aKn +aJZ +bdS +aJZ +rTj +bdQ +bdQ +bdQ +bdQ +bdP +bdP +aJZ +aJZ +aKy +aKy +bsP +bsP +bsY +aKL +aKR +car +gcs +aKL +bto +bsP +bsP +aKy +aKy +aJZ +eiG +smP +bdQ +bdQ +bdQ +bdQ +ukb +bdS +nln +beg +aJZ +bdQ +bdP +bdP +suf +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(136,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +qIU +aCa +bYQ +bUC +qIU +ylo +ylo +aht +bhU +bif +fyy +aqx +aAp +aqt +bio +aqx +qUT +aqt +aQV +aQO +aQO +aQQ +aQC +qAl +qAl +bhc +bhc +bhc +bhn +bhn +bhn +bhc +qgt +enU +enU +enU +enU +enU +enU +uOi +bKa +bWA +xzI +aIM +rSR +bbd +fXA +aIM +sXg +aIM +aIM +aIM +aIM +aIM +aIM +aIM +jjN +aIA +bgu +aen +aen +aen +aen +bJE +aen +aen +aen +bdn +bgn +bgn +bhn +bhn +bhn +ajq +ajq +ylo +ylo +ylo +ylo +aqL +beg +bdP +bdP +bdQ +aJZ +eiG +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdT +beE +beG +bdQ +bdQ +bdQ +bdQ +bdP +aJZ +aKk +aKi +gtX +aKi +aKi +aKn +aJZ +beo +aJZ +suf +aJZ +bdS +aJZ +bdQ +aJZ +aJZ +bdZ +aJZ +aJZ +aKy +aKy +aKy +aKy +aKL +aKQ +car +cia +aKL +aKy +aKy +aKy +aKy +aJZ +lKy +eiG +beo +bdQ +bdQ +bdQ +beo +bdx +bcS +dcU +lVF +hGf +jqz +jqz +fwq +paH +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(137,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +qIU +qIU +aSV +qIU +qIU +ylo +ylo +aht +aht +bhM +aqx +aqx +bhZ +aqt +bip +aqx +bQP +aqt +aPb +aQW +aQO +aQQ +aQC +qAl +bhc +bhp +bhc +bhn +bhn +bhn +bhn +bhn +fbe +bhr +bhc +bhc +bhc +bhc +bhr +bhn +aIA +bWB +huK +qlh +qlh +wDi +xHM +hun +bWR +bXl +hun +hun +hun +hun +bWA +aIM +caH +aIA +bgu +aen +aen +aen +aen +aen +aen +aen +aen +aen +bdn +bdq +bdq +bdq +bdq +bgn +ajq +ajq +ylo +ylo +ylo +aqL +aqL +bdQ +bdQ +bdQ +bdP +ooX +kCm +bdQ +bdQ +bdQ +bdT +bdV +beD +beF +beH +beG +bdQ +bdQ +bdQ +bdQ +bdS +aKk +aKi +gtX +aKi +aKi +beT +aKh +aKh +aKh +iHo +aKh +aKh +aKh +aKh +aKh +aKh +bdJ +aJZ +lKy +bdS +beo +aJZ +aJZ +aKL +gfM +xhx +kJk +aKL +bdS +aJZ +gqV +aJZ +aJZ +aJZ +eiG +bdP +bdQ +bdQ +bdZ +bdx +aKl +bdz +wSg +bdM +aKo +bcV +aJZ +beg +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(138,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +qIU +aOQ +qIU +ylo +ylo +ylo +ylo +aht +bik +bQl +bUD +bim +aqt +bQQ +bQJ +uOz +aht +aQz +aQz +aQz +arv +aQC +bhc +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bhn +fbe +bhc +bhc +bhp +bhe +bhc +bhn +bhn +aIA +bWC +qJO +gLs +gLs +gLs +aIE +aJk +oFq +izt +aJk +kuq +oFq +aJv +sXg +aIM +caI +aIA +bgu +aen +aen +aen +aen +aen +aen +cwF +aen +aen +aen +aen +aen +aen +aen +bdn +bdq +ajq +ajq +aSa +aSa +aSa +aqL +bdQ +bdQ +bdQ +bdQ +bdP +hDO +beE +aKh +aKh +aKl +aKi +bel +aKi +bdU +aKn +aJZ +bdQ +bdQ +bep +bei +aKk +bdU +gtX +aKi +aKi +aKi +aKi +aKi +aKi +gtX +aKi +bel +aKi +aKi +aKi +aKi +aKn +beg +smP +aJZ +aJZ +bem +bdS +aKL +tJY +car +kID +aKL +aJZ +bdZ +aJZ +bdS +bdS +bdS +eiG +bdQ +bdQ +bdQ +aJZ +vzK +bcR +bdC +gre +bcT +bdM +aKn +aJZ +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(139,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +aAo +ylo +ylo +ylo +ylo +ylo +aht +aht +aht +aht +aht +aht +aht +aht +aht +aht +ylo +ylo +ajq +bhc +bhc +bho +bhc +bhn +bhn +bhn +bhn +bhn +bhn +bhc +fbe +bhc +bhc +bhc +bhc +bhn +bhn +bhn +aIA +bWD +bWM +bQN +bUC +gLs +aIA +aIA +gra +aJL +aIA +aIA +aIA +aJK +xmV +aJK +hlM +aIA +bgu +xzW +cZu +cZu +cZu +cZu +cZu +xFN +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +nbS +ajq +ajq +aSa +aSa +aqL +aqL +beg +beg +bdQ +bdQ +wCI +aKi +aKi +aKi +aKi +bdU +mti +idU +aKp +glr +aJZ +aJZ +bdQ +bdQ +bdQ +aKk +aKi +gtX +aKi +aKi +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKi +aKi +aKi +aKi +aKn +aJZ +aJZ +aKy +aKy +aKy +aKy +aKL +boF +car +boH +aKL +aKy +aKy +aKy +aKy +bdS +bdS +dzV +bdQ +bdQ +bdQ +gqV +aKk +bdA +nbT +gre +bdO +bdI +aKn +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(140,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhn +bhc +bhc +bhc +fbe +bhc +bhc +bhn +bhn +bhn +bhn +bhn +aIA +bWE +bWN +buU +bVN +gLs +bJB +aTe +lVb +mCe +aTe +bJP +aIA +aJv +sXg +aIM +aJv +aIA +bgu +mTa +bde +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bgV +mTa +aen +ajq +ajq +aSa +aSa +aqL +aJZ +beg +aJZ +aJZ +kow +rwo +rwo +rwo +jba +rwo +vYe +jba +nwj +jqz +bVE +eNM +fwq +jqz +jqz +upr +rwo +vYe +rwo +rwo +rwo +rwo +rwo +rwo +vYe +rwo +rwo +rwo +rwo +xoy +bdU +aKn +aJZ +aKy +aKy +bsP +bsP +bsY +aKL +xGd +car +tCH +aKL +bto +bsP +bsP +aKy +aKy +bdS +rTj +bdQ +bdQ +bdQ +beg +aKk +bdB +bdG +siu +bdI +aKp +bea +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(141,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhe +bhp +bhc +qgt +enU +kCb +bhc +bhn +bhn +bhn +bhn +bhn +bhn +gLs +bQv +bQv +gLs +gLs +gLs +bJC +bJG +aIM +sXg +bJM +aBR +aJl +nUi +pmf +aIM +aIT +aIA +bgu +mTa +bdf +bgB +bgB +bgC +bgC +bgC +bgC +bgB +bgC +bgC +bgC +bgC +bgB +bgB +bgu +mTa +aen +aen +ajq +ajq +aSa +aqL +aqL +aJZ +bdZ +aJZ +aKk +aKi +aKp +aKj +aKj +aKj +aKm +ben +bdK +aJZ +eiG +bdS +bdP +bdP +aJZ +aKk +aKi +aKi +bel +aKi +aKi +bdU +aKi +aKi +aKi +aKi +aKi +aKi +aKi +gtX +aKi +aKn +bdZ +aKy +bsP +aKG +vTr +ker +bko +rCE +ldS +rCE +bko +ker +kdA +aKG +bsP +aKy +bdP +rTj +bdP +bdQ +bdQ +bdQ +bdy +aKm +bdU +rRR +aKj +bcU +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(142,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bhc +bhc +bhe +bhc +bhc +bhn +bhn +bhn +bhc +bhc +lmV +nFy +bhc +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bhn +gLs +bDM +bUW +hqX +hqX +gLs +bKd +aIT +aIM +sXg +aIT +bKs +aJl +aIT +aIM +kWL +aTx +aIA +bgu +mTa +bdf +bgB +bgG +bgK +bgK +bgK +bgK +bgK +bgK +bgK +bgK +bgK +bgW +bgB +bgu +mTa +aen +aen +bdf +ajq +ajq +aSa +aqL +aqL +bdQ +gqV +bdy +tTd +bdK +bdQ +aJZ +bdQ +bdY +bea +aJZ +bdS +eiG +bdQ +bdQ +bdP +bdP +bdy +aKj +aKj +aKj +aKj +aKj +aKm +aKi +aKp +aKj +aKj +beR +aKi +aKi +gtX +aKi +aKo +bdJ +aKy +aKy +bsP +bsP +bsY +aKL +cai +aKS +btj +aKL +bto +bsP +bsP +aKy +aKy +aJZ +eiG +bdP +bdP +bdQ +bdQ +bdQ +bdy +aKj +fzd +bdQ +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(143,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +bhc +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bhc +bhc +fbe +bhc +bhp +bhc +bhn +bhn +bhn +bhn +bhn +bgn +gLs +hqX +bQt +bQt +hqX +gLs +bKe +aIT +dYk +pmf +aIT +bKz +aIA +aJv +aIM +sXg +aJv +aIA +bgu +mTa +bdf +bgC +bgH +oJT +bgI +bgI +bgI +oJT +bgI +bgO +oiE +bis +bgX +bgC +bgu +mTa +aen +aen +bdf +bgn +ajq +aSa +aSa +aqL +bdQ +bdQ +aJZ +aJZ +aJZ +bdQ +bdQ +bdQ +bdQ +bdQ +bdP +bdP +rTj +bdR +bdQ +aJZ +bdR +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +aKk +aKi +aKo +bcG +aJZ +aKk +aKi +aKi +gtX +aKi +aKi +aKo +bdJ +aKy +aKy +aKy +aKy +aKL +aKL +bcd +aKL +aKL +aKy +aKy +aKy +aKy +aJZ +aJZ +eiG +aJZ +beg +bdQ +bdQ +bdQ +bdR +bdR +kuC +bdQ +bdQ +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(144,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bhq +bhc +bhc +bhp +bhc +bhn +bhn +bhn +bhn +bhn +bhc +bhc +fbe +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bgn +bgn +gLs +gLs +gLs +gLs +gLs +gLs +bKf +oFq +aIM +aIM +tMq +bKA +aIA +aJK +aJK +xmV +caM +aIA +bgu +mTa +bdf +bgC +bgH +bgI +bgO +bgI +bjr +bgI +biT +bgI +bgL +bgI +bgX +bgC +bgu +mTa +aen +aen +bdf +bgn +ajq +ajq +aSa +aqL +aqL +bdQ +bdP +aJZ +aJZ +aJZ +aJZ +bdQ +bdQ +bdQ +bdQ +bdP +eiG +bdQ +bdQ +spU +bdR +bdP +bdQ +bdQ +bdQ +bdQ +bcD +aKl +aKi +idU +aKo +aKh +aKl +aKi +aKi +gtX +aKi +aKi +bdU +beb +bcV +xsU +aJZ +aJZ +aKL +eZv +aKT +vCr +aKL +bdP +bdP +aJZ +aJZ +aJZ +bdS +eiG +aJZ +beo +aJZ +bdQ +bdQ +bdP +bdP +suf +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(145,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bhc +bhc +bhp +bhc +bhc +bhc +bhn +bhn +bhn +bhn +bhc +bhc +bhr +fbe +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgn +bgn +bgn +bdq +bdq +bdq +bgn +aIA +aIA +aTf +aIM +aIM +aTq +aIA +aIA +eUE +aJx +jNU +aJx +boe +bgu +mTa +bdf +bgC +bgH +bgI +bis +bgI +bgI +bgQ +bgI +bgI +biT +bgI +bgX +bgC +bgu +cUc +cZu +dBy +gRg +gRg +jhL +ajq +ajq +aSa +aqL +aqL +bdP +bdP +bdP +aJZ +xsU +bdQ +bdR +bdQ +bdQ +bdQ +kuC +bdQ +bdQ +bdQ +bdP +bdP +bdS +aJZ +bdR +bcD +bcF +aKi +bes +aKi +aKi +jlL +aKi +aKi +aKi +gtX +aKi +aKi +aKi +bdU +bee +aJZ +bdZ +beo +aKL +eme +aYf +gXL +aKL +bdP +aJZ +xsU +aJZ +beo +aJZ +tzY +jqz +jqz +jqz +jqz +jqz +jqz +fwq +paH +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(146,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ajq +bhc +bhc +uYb +bhc +bhc +bhe +bhc +bhc +bhn +bhn +bhc +bhc +bhc +bhc +fbe +bhn +bhn +bhn +bhn +bhn +bgn +bgn +bgn +bgn +bgv +aen +aen +aen +bdn +bgn +bcm +bJV +aIM +aIM +vDF +bcm +iLv +aJx +aJx +jNU +aJx +aJI +bgu +mTa +bdf +bgB +bgH +bgL +bgI +gjb +bju +bgI +aYD +bgI +bgI +bgI +bgX +bgB +bgu +aen +aen +bhn +bgn +bgn +xRM +bgn +ajq +aSa +aSa +aqL +aqL +bdQ +bdQ +bdS +aJZ +aJZ +bcD +aPG +beE +aKh +kDt +bdQ +bdQ +bdQ +bdQ +bdP +bem +bdP +bdR +bcE +bdU +qoh +bdU +aKi +aKi +aKi +aKi +aKi +aKi +gtX +aKi +aKi +bel +aKi +bee +aJZ +aJZ +bdP +aKL +aKL +aKL +aKL +aKL +bdR +bdR +bdR +bdQ +bdQ +bdQ +diD +lKy +bdS +aJZ +aJZ +spU +aJZ +aJZ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(147,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bhc +bhc +pRE +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhc +fbe +bhc +bhc +bhn +bhn +bhc +bhv +bgn +bgn +bgv +aen +aen +aen +aen +aen +bdf +bcm +bJZ +bKo +bJJ +bKp +bcm +aJx +aJx +aJx +tMX +vCj +gWU +xWE +xoj +bdf +bgC +bgH +bjr +bgI +bgI +bgI +bgI +aYJ +aAG +bgS +bgI +bgX +bgC +bgu +aen +bhn +bhn +bhn +bgn +xRM +bgn +ajq +ajq +aSa +aSa +aqL +aqL +bdQ +aJZ +aJZ +bdS +ehg +rwo +rwo +rwo +imz +bdJ +bdQ +bdQ +bdR +bdP +bdQ +bdR +bdQ +vhZ +mSo +ber +aKi +aKi +aKi +aKi +aKi +aKi +aKi +gtX +aKi +aKi +aKi +aKp +bdK +bdZ +bdS +bdP +bdP +bdR +bdR +bdP +bdS +aJZ +bdP +bdQ +bdQ +bdQ +bdR +eiG +bdZ +bdS +bdS +beo +bdP +bdP +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(148,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ajq +bhc +bhc +bhc +vSF +enU +enU +enU +enU +gdD +hel +enU +enU +enU +enU +enU +uOi +enU +enU +enU +hel +qsT +uwC +gRg +xWE +cZu +cZu +cZu +cZu +cZu +nbS +bdf +bcm +bKm +akU +bVC +bJX +bcm +aJx +aJx +aJx +jNU +aJx +aJI +bgu +aen +bdf +bgC +bgH +bgI +bgI +bgI +bgI +bgI +aYJ +aYV +bgI +bju +bgX +bgC +bgu +aen +bhn +bhn +bhn +hcg +tad +jhL +bhn +ajq +aSa +aSa +aSa +aqL +aqL +bdP +bdP +aJZ +vhZ +aPJ +aKi +bdU +elR +aKo +bdJ +aJZ +bdR +bdP +bdQ +bdQ +bdQ +bdQ +aKk +aKi +aKi +bel +aKi +aKi +aKi +bdU +aKi +gtX +aKi +aKi +aKi +sqr +bdQ +bdS +bdS +bdS +bdP +bdR +bdR +bdS +bdZ +bdP +bdP +bdQ +bdQ +vcx +pgO +vQg +bdP +bdP +aJZ +bdQ +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(149,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ajq +ajq +bhc +bhc +bhc +bhp +bhc +bhc +bhc +bhn +bhc +fbe +bhp +bhc +bhn +bhn +bhc +bhc +bhs +bhc +bhc +fbe +bhc +bhc +bhn +bgu +aen +aen +aen +aen +aen +mTa +bdf +bcn +bcn +bcn +bcn +bcn +bcn +aJx +aJx +aJx +jNU +aJx +aJI +bgu +bJE +bdf +bgC +bgH +bgI +bgI +biT +bgI +bgO +aYP +aZp +bgI +oJT +bgX +bgC +bgu +aen +aen +bhn +bhn +bhn +bgn +xRM +bgn +ajq +ajq +aSa +aSa +aSa +aqL +aYR +bdP +aJZ +bdQ +aKk +aKi +aKi +quG +jba +gEy +aJZ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdY +bed +aKj +aKm +aKi +aKi +pOs +aKi +aKi +gtX +aKi +aKi +aKp +bea +bdQ +bdS +beg +bdP +bdP +bdQ +bdQ +beo +bdP +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +rTj +bdP +bdQ +bdQ +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(150,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ajq +bhc +bhc +bhc +bhc +bhp +bhc +bhc +bhn +bhn +bhc +fbe +bhc +aOC +bhn +bhn +bhn +bhn +bhc +bhc +bhc +fbe +bhc +bhn +bhn +bgn +bgV +aen +aen +aen +bJE +mTa +bdn +bdq +bdq +bdq +bdq +bdq +bgn +aJn +aJx +aJx +jNU +aJx +aJI +bgn +bdo +bgn +bgB +bgH +bgI +bgP +bgI +oJT +bgI +bgI +aZs +bJm +bgL +bgX +bgB +bgu +aen +aen +bhn +bhn +bhn +bgn +xRM +bgn +bhn +aQz +aQz +aQz +aQz +aQz +aYR +aYR +bdP +bdQ +bdy +wSb +aKj +aKj +hJw +heL +aJZ +bdP +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdP +bdP +xRq +aKm +jIm +aKi +aKi +aKi +flB +rwo +rwo +wrC +bdQ +bdQ +bdQ +bdP +bdP +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdR +kuC +bdR +bdQ +bdQ +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(151,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +ajq +bhc +bho +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhc +fbe +bhc +bhn +bhn +bhn +bhn +bhn +bhc +bhc +bhp +qtm +bhn +bhn +bhn +bhn +bgn +bgV +aen +aen +aen +mTa +aen +aen +aen +aen +aen +bJE +bdf +aJn +aJx +aJx +jNU +aJx +aJx +aJw +aJw +aJw +bgD +bgI +bgI +bgI +bgI +bgI +aYF +bgI +bgI +bgI +oiE +bgX +bgC +bgu +aen +aen +bdf +bhn +bhn +bhn +xRM +bgn +bgn +aQC +aQH +aQI +aQJ +aQV +aRb +aQC +arv +aYR +bdR +bdR +bdQ +bdQ +aJZ +eiG +aJZ +bdP +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +rUq +fwq +lYc +osY +geN +rwo +rwo +ceR +aKi +aKi +aKn +bdQ +bdQ +bdQ +bdR +bdQ +bdQ +bdQ +bdQ +bdQ +rUH +bdQ +bdP +bdS +bdS +bdP +bdP +rTj +bdP +aqL +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(152,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhc +bhc +fbe +bhc +bhn +bhn +bhn +bhn +bhn +bhn +bhp +bhc +fbe +bhn +bhn +bhn +bhn +bhn +bgn +bdo +bgV +aen +cUc +cZu +cZu +cZu +cZu +ejl +cZu +nJR +rZR +vCj +vCj +jHa +aJx +aJx +aJx +aJx +aJx +bgE +bgI +bgI +bgI +oiE +oiE +bgL +bgI +bgT +bgI +bvF +bgX +bgC +bgu +aen +aen +bdf +bgn +bgn +bhn +xRM +bgn +bgn +ahc +aQI +aQI +aQO +aQW +aQO +aQI +aQQ +aYR +aYR +bdR +bdQ +bdQ +aJZ +eii +wiJ +bdJ +bdQ +bdQ +bdx +sGQ +bdJ +bdQ +bdQ +eiG +bdP +bdQ +bdP +aKk +aKi +aKi +gtX +aKi +aKi +tJf +bdJ +bdQ +bdQ +bdR +bdQ +bdQ +bdQ +bdQ +bdQ +vcy +cMa +bVX +bVX +jqz +bVX +bVX +paH +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(153,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +ajq +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bhc +bhc +fbe +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bhc +bhp +fbe +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgV +aen +aen +aen +aen +aen +mTa +aen +bdf +aJn +aJx +aJx +tMX +vCj +vCj +vCj +vCj +vCj +kmI +leS +leS +ubq +leS +leS +dXO +bgI +bis +bgU +bgI +bgX +bgC +bgu +aen +aen +bdn +bgn +bgn +bgn +xRM +bgn +bhn +bhn +aQz +aQz +aQJ +aQO +aQJ +aQQ +aRc +aYR +aYR +aYR +aqL +bdQ +bcD +kzA +rwo +mIY +lVF +lVF +sem +rwo +wlY +kDL +uBH +nck +bdP +bdQ +bcD +aKl +aKi +aKi +gtX +aKi +aKi +bel +aKn +bdQ +bdP +bdP +bdQ +bdQ +bdQ +bdQ +bdP +eiG +aJZ +bdS +aJZ +smP +bdS +aqL +aqL +aqL +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(154,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhq +bhc +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bhc +bhc +pRE +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bhc +bhc +fbe +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bdo +bgV +aen +aen +aen +mTa +aen +bdf +aJn +aJx +aJx +jNU +aJx +aJx +aJJ +aJJ +aJJ +bgF +oiE +oiE +bgI +bgQ +bgI +bgI +rQh +bgI +bgI +bgI +bgX +bgC +bgu +aen +aen +aen +bhn +bgn +bgn +xRM +bhn +bhn +bhn +bhn +aQz +aQQ +aQI +aQC +aQC +aQC +jOh +jOh +jOh +aqL +aqL +aqL +vaI +aKi +aKi +bdU +wpV +bcI +aKi +gXN +bdU +rzy +bdP +bdQ +bdQ +aKk +aKi +aKi +aKi +gtX +bdU +aKi +aKi +bee +bdR +bdP +bdS +bdP +bdP +bdQ +bdP +bdP +eiG +bdZ +lKy +gqV +aqL +aqL +aqL +ylo +ylo +ylo +aEw +aEw +auQ +auQ +aEw +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(155,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhn +owP +bhc +bhc +bhc +fbe +bhc +bhc +bhc +kNQ +bhn +bhn +bhn +bhn +bhc +euV +bhc +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgV +aen +aen +mTa +aen +bdf +aJn +aJx +aJx +jNU +aJx +aJI +bgn +bdq +bgn +bgB +bgH +bgM +bgI +bis +bgI +bgL +bgI +bgT +bgI +bgQ +bgX +bgB +bgu +aen +aen +bhn +bhn +bgn +bgn +xRM +bhn +bhn +bhn +bhn +aQz +aQU +aQQ +aQC +aPv +aBv +aov +aYW +aBv +aBv +aPR +aqL +aqL +aqL +aKi +jlL +aKi +bdU +aKi +aKi +aKp +bdK +bdQ +bdQ +bdQ +aKk +aKi +aKi +aKi +flB +rwo +rwo +jba +gOk +pgO +fwq +bVX +jqz +fwq +pgO +fwq +nlm +bVH +aJZ +aJZ +aqL +aqL +ylo +ylo +ylo +ylo +aEw +aEw +bwr +bzF +bzH +bwQ +aEw +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(156,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +ajq +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhn +rgc +bhc +bhc +bhc +fbe +bhc +bhr +bhc +kNQ +bhn +bhn +bhn +bhn +bhc +fbe +bhu +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bgu +aen +sDi +mvL +aen +bdf +aJn +aJx +aJx +jNU +aJx +aJI +bgu +bJE +bdf +bgC +bgH +bgI +bgI +boh +bgI +bqi +bgI +oJT +biU +bgI +bgX +bgC +bgu +aen +aen +bhn +bhn +bgn +bgn +xRM +bgn +bgn +bhn +bhn +aQz +aQz +arv +aQC +aAz +aAI +aAY +aAY +aAY +aAH +anU +aBK +aCb +aqL +aqL +aqL +aKi +bdU +jIm +uIh +bdK +bdQ +bdQ +bdQ +gqV +aKk +aKi +aKi +aKi +gtX +aKi +aKp +yfH +bcK +bdR +bdS +bdS +beo +aJZ +bdR +bdP +bdP +aQC +arv +aQC +aQz +ylo +ylo +ylo +ylo +ylo +aEw +bwA +bwr +bzG +bzI +bwQ +bzK +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(157,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhr +bhc +bhc +bhn +bhn +bhn +bhn +rgc +bhc +aOC +aOC +fbe +bhc +bhc +bhc +kNQ +bhn +bhn +bhn +bhn +bhu +bhw +bgn +bgn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgv +aen +aen +mTa +aen +bdf +aJn +aJx +aJx +jNU +aJx +aJI +bgu +aen +bdf +bgC +bvs +bgI +bgQ +boi +bgI +bjr +bgI +biT +bgI +bgI +bgX +bgC +bgu +aen +aen +bhn +bhn +bhn +bgn +xRM +bgn +bgn +bgv +bhn +bhn +ajq +aBc +aBc +aAz +aAJ +aBy +azT +aBQ +aAz +aAT +aBL +aCd +asD +ylo +aqL +aqL +aqL +aqL +bdQ +bdQ +bdQ +bdQ +bdP +beh +iiI +beY +aKi +aKi +gtX +aKi +aKn +bdP +bdQ +bdQ +bdQ +bdZ +bdZ +beo +aqL +aqL +aQz +aQC +aQI +bcx +aQz +aEw +aEw +aEw +aEw +aEw +aEw +bwB +bwr +bQY +bvK +bwQ +bzL +aEw +aEw +aEw +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(158,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhp +bhn +bhn +bhn +bhn +rgc +bhc +bhc +bhc +bhc +fbe +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhn +bgn +xRM +bgn +bgn +bgn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgv +aen +aen +aen +mTa +aen +bdf +aJn +aJx +aJx +jNU +aJx +aJI +bgu +aen +bdf +bgC +bgH +oJT +bgI +boj +bgR +bgI +bgI +bgI +bgL +bgI +bgX +bgC +bgu +aen +aen +bhn +bhn +bhn +bgn +xRM +bdq +bgv +aen +aen +bhn +ajq +aAb +aBc +aAz +aAJ +aBz +akq +aAA +aAz +aAT +aAJ +aCf +afd +ylo +ylo +aSa +ylo +aqL +aqL +aqL +aYR +aYR +aYR +aJZ +qEG +aKk +aKi +aKi +gtX +aKi +boB +bdQ +bdQ +aqL +aqL +aqL +aqL +aqL +aqL +ylo +aQz +ahx +aQW +aQJ +aQC +aCh +xkB +uHr +aYT +bwk +yhw +yhw +yhw +yhw +yhw +yhw +kSM +auH +bvX +bxH +aEw +aEw +aEw +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(159,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhe +bhc +bhc +bhc +bhn +bhn +bhn +rgc +bhc +bhc +bhp +bhc +bho +sMb +rXE +bhc +bhc +rgc +bhn +bhn +bhn +bhn +bgn +xRM +bgn +bdq +bdq +bgn +bhn +bhn +bgn +bgn +bdq +bgv +aen +aen +aen +aen +mTa +aen +bdf +aJn +aJx +aJx +jNU +aJx +aJI +bgu +aen +bdf +bgB +bgJ +bgN +bgN +bgN +bgN +bgN +bgN +bgN +bgN +bgN +bgY +bgB +bgu +aen +aen +aen +bhn +bhn +bhn +nrO +aen +aen +aen +aen +aen +ajq +aLc +aPs +aAz +aAJ +aBD +azY +aAB +aAz +aAT +aAJ +aCi +afd +ylo +ylo +aSa +ylo +ylo +ylo +atA +aFJ +aGi +auh +auh +auh +atA +aGw +aGw +bZX +bbt +aLV +auj +auj +aLV +aLV +ylo +ylo +ylo +ylo +ylo +aQz +cqv +aQO +aQI +ahc +aCh +sVk +rzU +aCr +aCr +kEJ +juh +juh +fMn +juh +pdw +syG +auS +yhw +yhw +bvM +bzN +bzb +aEw +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(160,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhc +bhn +bhn +bhn +bhc +bhr +qgt +enU +enU +enU +vcJ +bhc +bhs +bhc +rgc +bhn +bhn +bhn +bgn +bgn +etD +bgv +aen +aen +bdn +bgn +bgn +bgn +bgv +aen +aen +aen +aen +aen +aen +mTa +aen +bdf +aJn +aJx +aJx +jNU +aJx +aJI +bgu +aen +bdf +bgB +bgB +bgC +bgC +bgC +bgC +bgB +bgC +bgC +bgC +bgC +bgB +bgB +bgu +aen +aen +aen +aen +bhn +bhn +mTa +aen +aen +aen +aen +aen +ajq +aCb +aXd +aAz +anU +aBv +aAf +aBs +aAK +aBt +aBS +aCd +afd +ylo +ylo +aSa +ylo +ylo +ylo +anD +aDb +aCQ +aCm +aDk +aDw +aui +azN +aur +ceB +dmE +aLU +aMg +aLS +aNj +aNw +ylo +ylo +ylo +ylo +ylo +aQz +aQz +aQz +aQz +aQz +oiu +sVk +rzU +aCr +aCr +ppr +aCr +aCr +wJz +aCr +qkW +juh +bxb +juh +juh +fFI +bxX +aCr +bzS +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(161,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +ajq +bhc +bhc +bhc +bhc +bhn +bhn +rgc +bhc +bhc +fbe +bhc +bhc +bhc +bhc +bhc +bhc +bhc +rgc +bhn +bhn +bhn +bgn +bgu +vyB +cZu +cZu +cZu +cZu +cEQ +jBx +cSi +cZu +cZu +cZu +cZu +cZu +cZu +cZu +xFN +cZu +nJR +rZR +vCj +vCj +jHa +aJx +aJI +bgu +aen +bdn +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bgv +aen +aen +aen +aen +aen +bhn +mTa +aen +aen +aen +aen +aen +ajq +asD +asD +aAz +aAT +aAT +aAT +aAT +aAT +aAT +aAP +aCb +asD +ylo +ylo +aSa +ylo +ylo +ylo +anD +aDb +aBX +aBX +aDm +aDx +aui +aMa +aur +aur +aMa +aLU +aMh +aMy +aMR +aNw +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ylo +aEw +sVk +aCh +uHr +bwe +bvw +ppr +bwt +bwC +bwH +bwJ +pKi +xhd +auS +lwk +aCr +nBy +aCr +byg +bzc +auQ +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(162,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhc +bhs +bhn +bhn +rgc +bhc +bhc +fbe +bhr +bhc +bhc +bhe +bhc +bhc +bhn +bhn +bhn +bhn +bhn +bhn +bgu +mTa +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +bJE +bdf +aJn +aJx +aJx +jNU +aJx +aJI +bgu +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +bJE +aen +aen +aen +mTa +aen +aen +aen +aen +aen +aen +jOh +aAk +akV +aAY +auk +aAq +aAD +aAY +aAY +aBU +aAb +asD +asD +asD +asD +atA +atA +atA +atA +aFL +aBX +aGG +aHN +aDA +aui +lOn +bZW +aur +azN +aLU +aMj +aLx +aNl +aLV +ylo +avm +auE +auE +avm +aSa +avm +auE +auE +aEw +aCh +aCh +auH +auH +auH +bvf +auH +auH +auH +bwK +nmp +nDD +auH +byZ +bwm +bxQ +lwk +aCr +bvP +auQ +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(163,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhc +bhc +bhc +bhn +rgc +aOC +bhc +fbe +bhc +bhc +bhn +aOC +bhc +aOC +bhn +bhn +bhn +bhn +bhn +bhn +bgu +mTa +bde +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bgn +aJn +aJx +aJx +jNU +aJx +aJI +bgn +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +mJa +bdo +bdo +bdo +bdo +bdo +bdo +jOh +aAc +anc +aAl +aun +aAs +aAF +aAR +aBc +aBW +aBc +aCo +aCu +aCK +aoz +azN +aCO +aCX +aDF +aBX +aGu +aDq +auh +auh +atA +aGw +bZX +aGw +bbu +aLV +aMk +aMI +aNq +aNq +aNq +aNq +bsQ +mWo +avm +avm +avm +bNC +mWo +aNq +gVM +aNq +auB +bvy +dte +ppr +bwu +kSM +auH +bwN +nmp +nDD +auH +auH +auH +auH +auH +gpu +bwS +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(164,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bho +bhc +bhc +bhc +bhc +bhn +aOC +aOC +bhc +fbe +bhc +bhn +bhn +bhn +bhc +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgu +mTa +bdf +aJm +aJm +bdc +bdc +aJm +aJm +bdc +bdc +aJm +aJm +aJw +aJw +aJw +aJw +aJw +aJw +aJx +aJx +aJx +jNU +aJx +aJx +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +aJw +vCS +aJw +aJw +aJw +aJw +aJw +boo +asD +ajm +ajm +ajm +asD +ajm +ajm +akq +aAT +aBY +akq +akq +akq +akq +akq +akB +akB +akB +akB +aFP +aGv +aCQ +aHS +aDE +akB +aKx +caG +dDj +aLy +aIf +gwV +aMN +aNq +bNw +bNz +lHK +bsR +hMo +bNF +btb +btf +hMo +bsR +lHK +lHK +bNJ +auB +xzU +aCh +bwo +bjw +bwD +auH +bvC +nmp +wtu +auH +bvY +bwn +bvE +dte +aCr +bwT +auQ +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(165,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhc +bhr +fbe +bhc +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgn +bgv +mTa +bdf +aJm +bgj +bgp +bgp +bgp +bgp +bgp +bgp +bgp +aJm +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +jNU +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +jNU +aJx +aJx +aJx +aJx +aJx +aJx +aut +dAk +aBw +aoz +aZD +aBT +khD +aAV +ahu +nJC +khD +ajn +azP +ajn +ajn +ajn +ajn +aDd +akB +aFS +aGv +aBX +aDr +aJj +aui +aKA +nJC +ahu +rZC +aPU +aMl +aMR +aNq +bsJ +bsM +qsg +qsg +hXH +aNx +aNx +aNx +pQK +qsg +qsg +hXH +bFp +auB +bwg +ksF +vMX +bwE +aZX +auH +bvB +nmp +nDD +auH +fgN +aCr +aCr +aCr +aCr +byi +auQ +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(166,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhp +bhc +bhc +bhc +bhc +bhc +bhc +fbe +bhq +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgv +aen +mTa +bdf +bdc +bgl +bgm +tbm +sjL +sjL +oKQ +sjL +sjL +hCJ +vCj +vCj +miX +vCj +vCj +vCj +vCj +vCj +miX +azy +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +miX +vCj +vCj +vCj +vCj +vCj +vCj +vCj +vCj +azy +vCj +miX +vCj +vCj +vCj +vCj +vEs +wKL +aeZ +aeZ +avr +ahu +ahu +ahu +ahu +caG +dDj +dDj +xlU +dDj +dDj +dDj +aCP +aDe +akB +aFS +aGv +aBX +aHU +aDH +aui +aKB +nJC +ahu +aLE +aLY +aMm +aMS +aNq +bNx +rBX +aNy +aNy +aNv +aNx +aNx +aNx +rBX +aNy +aNy +aNv +btq +auB +bwh +adp +adp +adp +auN +auH +bvB +nmp +syG +auH +bvZ +bvD +bvN +aCr +aCr +bwU +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(167,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhq +bhc +bhn +bhc +bhc +bhc +bhs +bhc +fbe +bhu +bhn +bgn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgv +aen +sDi +mvL +bdf +bdc +bgl +bgm +nhE +bgm +bgm +uuP +bgm +bgm +aJm +aJx +aJx +jNU +aJx +aJx +aJx +aJx +aJx +jNU +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +jNU +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +jNU +aJx +aJx +aJx +aJx +avr +aeZ +aeZ +nbO +vEs +dDj +dDj +dDj +dDj +azA +ahu +ahu +ahu +ahu +ahu +ahu +nJC +aDe +akB +akB +aGv +aCl +akB +akB +akB +aKF +nJC +ahu +aLP +auj +auj +auj +aNq +pUa +rBX +bNB +bNE +uco +bux +auB +btg +eYv +nWV +bIX +aNv +lbY +auB +auH +auH +auH +auH +auH +auH +auH +wKD +juh +bxM +juh +juh +dWY +adp +adp +aEw +aEw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(168,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhn +bhn +bhn +bhn +bhc +bhc +bhc +bhc +frk +bgn +bgn +bgn +bdq +bdq +bhn +bhn +bdq +bdq +bgv +aen +aen +aen +mTa +bdf +bdc +bgl +bgm +nhE +bgm +bgm +bgm +bgm +bgm +aDV +aJx +aJx +jNU +aJx +aJx +aJx +aJx +aJx +jNU +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +jNU +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +aJx +jNU +aJx +aJx +aJx +aJx +avr +aoz +aBw +qLE +avr +aAx +rZC +pZf +ahu +nJC +xSL +vQt +vQt +vQt +ulq +ahu +nJC +khD +ajn +uSM +nJC +ahu +khD +ajn +ajn +uSM +nJC +ahu +aLQ +aJz +aAX +aBT +aNq +pUa +rBX +gtp +bND +fkn +buy +auB +bth +hxl +bNE +bNB +aNv +lbY +auB +btw +aCr +egq +aZV +juh +juh +bvh +kRc +xhd +auH +bxL +aCr +ukQ +aEw +aEw +aEw +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(169,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhn +bhn +bhn +bhn +bhc +bhc +qgt +enU +nBO +gRg +wIu +cSi +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +xoj +bdf +bdc +bgl +bgm +nhE +bgm +bgm +bgm +bgm +bgm +aJm +aJx +aJx +jNU +aJx +aJx +aJx +aJJ +aJJ +ukY +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +aJx +aJx +aJx +aJx +aJx +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +ukY +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +ukY +aJJ +aJJ +aJJ +qVJ +asH +azV +azV +azV +asH +amv +amv +agG +ahu +nJC +aje +xSL +vQt +ulq +odN +ahu +azB +dDj +fWK +dDj +xlU +dDj +dDj +dDj +dDj +dDj +xlU +dDj +dDj +dDj +aCP +aMT +auB +bNx +rBX +aNy +aNy +hok +aNz +aNB +tJv +mbz +aNy +aNy +aNv +btq +auB +btz +aCr +gZH +bwI +bzE +xhd +auH +pKi +nDD +auH +bMc +aCr +uuQ +aEw +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(170,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +bhn +bhn +bhc +bhc +bhp +fbe +bhc +bhn +bgn +nrO +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +bdf +aJm +bgm +bgm +oBq +bgr +bgr +bgr +bgr +bgr +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bdq +etD +bdq +bdq +bdq +bdq +bdq +bgn +aJn +aJx +aJx +aJx +aJI +bgn +bdq +bdq +bdq +bdq +bdq +etD +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +etD +bdq +bdq +bdq +bdq +amv +aeO +alB +alQ +axg +bCW +bkE +agG +ahu +nJC +aje +aje +aOE +odN +odN +ahu +ahu +ahu +nJC +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +nJC +aDe +auB +bsJ +qFp +lHK +lHK +nXv +aNx +aNx +xQb +esA +lHK +lHK +tUa +swY +auB +ruw +aCr +aCr +wJz +aCr +nDD +auS +nmp +nDD +auH +grc +bwp +rxk +aEw +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(171,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhp +bhc +bhn +bhc +bho +bhc +bhc +fbe +bhn +bhn +bhn +mTa +bde +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bgn +aJm +bgm +bgm +nhE +bgs +bgs +bhd +bhm +biB +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgu +aen +vFJ +aen +aen +aen +aen +bJE +bdf +aJn +aJx +aJx +aJx +aJI +bgu +bJE +aen +aen +aen +aen +vFJ +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +mTa +aen +aen +aen +aen +amv +bDX +avu +age +age +avA +bkF +agG +ahu +nJC +aje +kTx +aAW +eUf +aNh +vQt +vQt +ulq +nJC +xSL +aOg +rZC +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +pZf +ahu +nJC +aDe +auB +bNy +bNA +bvt +bvt +xmC +aNx +aXN +xQb +cfA +bvt +bvt +bNI +bNK +auB +piI +iCN +bjp +bwO +bjp +auN +auS +nmp +nDD +auH +auH +auH +auH +aEw +auR +auR +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(172,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +ajq +bhc +bhc +bhc +qgt +enU +enU +enU +vcJ +bhn +bhn +bhn +mTa +bdf +aJm +bdc +bdc +aJm +bdc +bdc +aJm +bdc +bdc +aJm +bdc +bdc +aJm +bgm +bgm +nhE +bgs +bgs +bgs +bgs +bgs +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +aen +aen +aen +aen +aen +aen +aen +bdf +aJn +aJx +aJx +aJx +aJI +bgu +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +aen +mTa +aen +aen +aen +ajq +asH +awM +age +iCP +age +bkD +bkE +aAX +ahu +nJC +aje +qIU +qIU +qIU +qIU +qIU +ajX +akd +aCM +akd +ajX +anE +anE +anE +anE +anE +anE +anE +agG +ahu +nJC +aDe +auB +auB +auB +auB +auB +auB +aHh +auB +aHi +auB +auB +auB +auB +auB +auB +auH +auH +auH +auH +auH +auH +auH +fmd +baZ +auH +gXv +gVR +nui +auJ +aCs +aCs +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(173,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +fbe +bhc +bhc +bhc +bhn +bhn +bhn +aen +mTa +bdf +bdc +bdd +bdl +bdu +bdl +bdl +bdl +bdl +bdl +bdl +bdl +beV +bhW +bgm +bgm +nhE +bgs +bgs +nid +lwL +dXW +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bgn +aJn +aJx +aJx +aJx +aJI +bgn +bdo +bdo +bdo +bdo +bdo +bdo +bdo +bgV +aen +aen +aen +aen +bde +bdo +bgV +aen +mTa +aen +aen +aen +ajq +asH +akY +anF +aVx +eDq +eDq +auD +dDj +dDj +azA +aje +qIU +aCq +aCx +aCJ +bzm +aKv +rKN +gXG +gSu +aOI +anE +aGc +aue +aGU +aue +aGV +anE +agG +ahu +nJC +khD +ajn +ajn +ajn +ajn +ajn +uSM +ahu +aVW +nJC +khD +ajn +ajn +ajn +ajn +auF +uVo +auF +auF +auK +aCg +aYE +aCg +rbC +ybq +gyK +aCg +aCg +aCg +aYE +aCg +byh +byk +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(174,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhp +fbe +bhc +bhc +bhn +bhn +bhn +aen +aen +mTa +bdf +bdc +bdg +bdm +bdm +bdm +bdm +bdm +bdm +bdv +bdm +beu +beW +bhW +bgm +bgm +nhE +bgs +bgs +bgr +bgr +bgr +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bgZ +bgZ +bgZ +bha +bha +bha +bgZ +bgZ +bTw +bTw +bgZ +bTw +bTw +bgZ +bgZ +bha +bha +bha +bgZ +bgZ +bgZ +bgu +aen +aen +aen +bde +bgn +bhn +bgn +bdo +kps +aen +aen +aen +ajq +asH +asH +asH +asH +asH +asH +asH +aVK +ahu +nJC +aje +qIU +aDC +csE +aKV +bzm +eWX +aHZ +gXG +aHZ +aOK +anE +aGM +aug +aug +aug +aHt +anE +agG +ahu +azB +dDj +dDj +dDj +dDj +dDj +fWK +dDj +dDj +dDj +xlU +fWK +dDj +fWK +dDj +dDj +dDj +dDj +dDj +dDj +wpO +lLe +lLe +lLe +rki +lLe +ezs +aMi +aMi +aMi +aMi +aMi +byl +bze +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(175,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +bhc +fbe +bhc +bhe +bhn +bhn +bhn +aen +aen +mTa +bdf +bdc +bdg +bdm +bdv +bdm +beu +bdm +bdm +bdm +bdp +bdm +beW +bhW +bgm +bgm +nhE +bgs +bgs +bgs +bjM +blg +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bgZ +bVD +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +caw +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bVD +bgZ +bgu +aen +bde +bhn +bhn +bhn +bhn +bhn +bgn +xRM +bgV +aen +aen +ajq +ylo +ylo +ylo +ylo +ylo +ylo +arJ +auV +ahu +nJC +aje +qIU +aCq +aCx +aCJ +bzm +eWX +aHZ +fGV +aCN +aGz +anE +nSb +aug +aug +aug +aHt +anE +agG +ahu +ahu +ahu +ahu +ahu +ahu +ahu +nJC +ahu +ahu +ahu +ahu +nJC +ahu +nJC +ahu +ahu +ahu +ahu +ahu +ahu +nAE +aMi +aMi +aMi +aMi +aMi +gxb +aMi +aMi +aMi +aMi +aMi +bzd +bzf +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(176,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhq +bhc +kCk +fyO +bhc +bhn +bhn +bhn +bhn +bhn +aen +mTa +bdf +bdc +bdg +bdm +bdm +bdm +bdm +bdm +bdm +bdm +bdm +bdm +beW +aJm +bgm +bgm +nhE +bgs +bgs +bgs +bgs +bgs +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bgZ +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +nAR +bhb +bhb +bgZ +bgn +bdo +bhn +bhn +bhn +bhn +bhn +bhn +bhn +xRM +bgn +bgV +aen +ajq +ylo +ylo +ylo +ylo +ylo +ylo +arJ +agG +ahu +nJC +aje +qIU +aDC +csE +aKV +bzm +aMb +aOF +iTL +gXG +aks +anE +aGO +qnb +aug +lId +aHx +anE +aOo +ffQ +ffQ +aMU +ffQ +ffQ +ffQ +pZf +nJC +rZC +ffQ +uJI +ffQ +nGU +pZf +nJC +ahu +wQG +emb +xap +emb +emb +auK +qAk +qAk +qAk +wYP +aMi +gxb +uJq +qAk +qAk +aZW +qAk +byj +bym +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(177,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +ajq +bhc +bhc +fbe +bhc +bhn +bhn +bhn +bhn +bgu +aen +mTa +bdf +bdc +bdg +bdp +bdm +beq +bdm +bdm +beu +bdm +bdm +bdm +beW +bhW +bgm +bgm +nhE +bgs +bgs +bgs +bjN +blh +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bha +bhb +bhb +bgZ +bgZ +bgZ +bgZ +bgZ +bTv +bhb +bhb +bhb +bhb +bgZ +bgZ +bgZ +bgZ +bgZ +bhb +bhb +bha +bgn +bgn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +xRM +bgn +bgn +ajq +ajq +ylo +ylo +ylo +ylo +arJ +arJ +arJ +aAX +ahu +nJC +aje +qIU +qIU +qIU +qIU +qIU +ajX +ajX +eWX +gXG +aks +anE +anE +anE +bDv +anE +anE +anE +anE +anE +anE +anE +anE +bkJ +bkJ +anE +aHk +anE +anE +anE +anE +lIf +agG +nJC +ahu +pbS +auJ +auJ +auJ +auJ +auJ +auJ +auJ +auJ +iQL +aMi +gxb +kjH +bjs +bjs +auJ +aCs +aCs +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(178,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +fbe +bhc +bhn +bhn +bhn +bhn +bgu +aen +mTa +bdf +bdc +bdh +bdm +bdm +bdm +bdm +bdm +bdm +bdm +beM +bdm +beW +bhW +bgm +bgm +nhE +bgs +bgs +bgr +bgr +bgr +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bha +bhb +bhb +bgZ +bhl +bhl +bhl +bgZ +bgZ +bTx +bTx +bTx +bgZ +bgZ +bhl +bhl +bhl +bgZ +bhb +bhb +bha +bgn +bgn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +xRM +bgn +bgn +ajq +ylo +ylo +ylo +agD +agD +arJ +brF +llM +ajc +ahu +nJC +aje +ajX +ajX +bCj +aNG +aNM +bUa +ajX +eWX +gXG +aks +aDh +anE +aJM +aug +umo +aue +aHK +aIN +aKW +aLb +aLd +aue +aue +aue +bkK +hYZ +umo +aOv +aOy +anE +anE +agG +nJC +ahu +pbS +auJ +hbB +bxt +bxt +njh +aCg +bxC +auK +iQL +aMi +gxb +kjH +bvj +bvj +aEx +auR +auR +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(179,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +bhc +euV +bhc +bhn +bhn +bhn +bht +bgn +bgV +mTa +bdf +bdc +bdg +bdm +bdm +bdm +beu +bdm +bdm +bdm +bdm +bdm +beW +bhW +bgm +bgm +nhE +bgs +bgs +bhf +bjO +bTq +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bha +bhb +bhb +bgZ +bhl +bgZ +bgZ +bgZ +bhg +bhg +bhg +bhg +bhg +bgZ +bgZ +bgZ +bhl +bgZ +bhb +bhb +bha +bgn +bdq +bdq +bhn +bhn +bhn +bgn +bhn +bgn +etD +bdq +bgn +ajq +ylo +ylo +ylo +agD +ajc +aVD +dtd +llM +ajc +ahu +nJC +aje +ajX +aDg +tbc +tbc +tbc +neB +akd +eWX +gXG +aks +aDv +anE +aJQ +aug +aug +dsw +rxD +rxD +rxD +rxD +wda +rxD +rxD +rxD +rxD +qeh +aug +aug +wrX +bRX +anE +agG +nJC +ahu +pbS +auJ +bxn +aMi +fbs +aMi +aMi +aat +auK +bxJ +aMi +gxb +kjH +bjs +bjs +aEx +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(180,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +ajq +bhc +fbe +bhc +bhc +bhn +bhq +bht +bgn +bgu +mTa +bdf +aJm +bdi +bdr +aJm +bdr +bdr +aJm +bdr +bdr +aJm +bdr +bfw +aJm +bgm +dNa +cqy +bgs +bgs +bgs +bgs +bgs +aJm +eUE +aJx +jNU +aJx +aJx +aJI +bgn +bha +bhb +bhb +bgZ +bhl +bgZ +caS +bhg +bhg +bhg +bhg +bhg +bhg +bhg +caS +bgZ +bhl +bgZ +bhb +bhb +bha +bgu +aen +aen +bdf +bhn +bhn +bgn +bdq +bgv +mTa +aen +ajq +ajq +ylo +ylo +ylo +agD +agY +agY +ajc +sYk +ahu +ahu +nJC +aje +akd +aIh +aHZ +bTM +bTQ +aks +akd +eWX +lYO +elX +ajX +anE +aJT +aKw +qnb +hYZ +lId +auf +auf +qnb +hYZ +lId +auf +auf +qnb +pnc +wda +qAg +wrX +bRY +anE +agG +nJC +ahu +pbS +auJ +bxm +aCs +bxy +bxy +aMi +fVm +auJ +rCb +aMi +gxb +kjH +bvk +bvj +aEx +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(181,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +bhc +vSF +enU +enU +enU +enU +enU +diw +xWE +mvL +bdf +bdc +bdg +bdm +bdw +bdm +bdm +bdm +bdm +bdm +bds +bdm +beW +bhW +bgm +bgm +nhE +bgs +bgs +bhj +bjP +bTr +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bgZ +bhb +bhb +bgZ +bgZ +bgZ +bhg +bhg +bhh +bhh +bhg +bhg +bhg +bhg +bhg +bgZ +bgZ +bgZ +bhb +bhb +bgZ +bgn +bgV +aen +bdn +bhn +bgn +bgv +aen +cwF +mTa +aen +ajq +ylo +ylo +ylo +ylo +arJ +aXx +aXS +aBT +sYk +ahu +ahu +nJC +aje +akd +eWX +aHZ +bTN +bTV +aks +akd +eWX +gXG +aks +aDB +anE +anE +anE +anE +bDw +anE +anE +anE +bDH +bDJ +bDH +anE +anE +aOk +ekM +hYZ +lId +aWO +bRZ +anE +agG +nJC +ahu +vzc +auJ +bEg +bxr +bxz +bxz +pCi +lLe +bwq +lLe +lLe +dMo +kzd +auJ +auJ +aEx +aEx +aEx +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(182,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ajq +ajq +bhc +bhc +bhs +bhc +bhc +bhe +bhc +bhn +mTa +bdf +bdc +bdg +bdm +bdm +bdm +bds +bdm +bdm +bdm +bdm +bdm +beW +bgz +bgm +bgm +nhE +bgs +bgs +bgr +bgr +bgr +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgZ +bgZ +bhb +bhb +bhb +bgZ +bhg +bhg +bhg +bhh +bhh +bhh +bhh +bhh +bhh +bhg +bhg +bgZ +bhb +bhb +bhb +bgZ +bgZ +bgu +xzW +cZu +nJR +xWE +cZu +cZu +xFN +xoj +ajq +ajq +ylo +ylo +ylo +ylo +agD +ahm +ahm +ajc +sYk +ahu +ahu +nJC +aje +akd +rhu +aHZ +lHI +bTW +aks +akd +eWX +gXG +aks +aGY +anE +anE +bDs +uRs +rGC +wrX +anE +aMf +xjw +hYZ +umo +aNE +anE +anE +anE +aHk +anE +anE +anE +anE +agG +nJC +ahu +pbS +auJ +hqv +aCs +bxw +bxw +fbs +bxF +auJ +wYP +aMi +gxb +kzd +auJ +bzM +bya +bvq +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(183,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ajq +bhc +bhc +bhc +bhc +bhc +bhn +bhn +bhn +mTa +bdf +bdc +bdg +bds +bdm +bdm +bdm +bdp +bdm +beL +bdm +bdm +beW +bhW +bgm +bgm +nhE +bgs +bgs +bgs +bgy +ejL +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgZ +bTt +bhb +bhb +bhb +bTu +bhg +bhg +bhh +bhh +bhh +bhh +bhh +bhh +bhh +bhg +bhg +bTC +bhb +bhb +bhb +bTt +bgZ +bgu +mTa +aen +bdf +bhn +bdo +bgV +aen +aen +ajq +ylo +ylo +ylo +ylo +ylo +agD +ajc +aYy +dtd +nBi +vXy +ahu +nJC +aje +ajX +aMo +bTH +kBN +aHZ +aWn +ajX +rKN +gXG +aks +aHa +anE +anE +bDt +vAX +aXZ +aYl +anE +bDD +aMr +cnj +aMr +bDF +anE +bsT +xjw +hYZ +umo +jYD +bSa +anE +agG +nJC +ahu +pbS +auJ +bxo +byY +aMi +aMi +aMi +abw +auK +bxJ +aMi +gxb +kjH +auK +bxJ +aMi +ybq +bPe +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(184,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ajq +ajq +bhc +bhc +bhn +bhn +bhn +bhn +bhn +mTa +bdf +bdc +bdg +bdm +bdm +bdm +bdm +bdm +bdm +bdm +beN +bdm +beW +aJm +bgm +bgm +nhE +bgs +bgs +bgs +bgs +bgs +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgZ +bTt +bhb +bhb +bhb +bTu +bhg +bhg +bhg +bhh +bhh +bhh +knc +bhh +bhh +bhg +bhg +bTC +bhb +bhb +bhb +bTt +bgZ +bgu +mTa +bde +bhn +bhn +bhn +bgn +bdo +ajq +ajq +ylo +ylo +ylo +ylo +ylo +agD +agD +arJ +wYt +edy +llM +ahu +nJC +aWH +ajX +aMq +aHZ +lYO +wfK +wfK +bUc +wfK +pwO +aks +aFu +anE +anE +bRz +auf +bDy +kkR +anE +wkG +auf +aXg +auf +rdA +anE +bsU +aug +cnj +aug +wrX +bSb +anE +agG +nJC +ahu +pbS +auJ +bxp +bxs +bjt +gEf +qAk +bxI +auK +bxJ +aMi +gxb +kjH +auK +bxJ +byb +aMi +ydU +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(185,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ajq +bhc +bhc +bhc +bhn +bhn +bhn +bgu +mTa +bdf +bdc +bdg +bdm +bef +bdm +bdm +bdm +bds +bdm +bdm +bdm +beW +bhW +bgm +bgm +nhE +bgs +bgs +bgs +sos +sos +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgZ +bTt +bhb +bhb +bhb +bTu +bhg +bhg +bhh +bhh +bhh +bhh +bhh +bhh +bhh +bhg +bhg +bTC +bhb +bhb +bhb +bTt +bgZ +bgu +mTa +bdn +bhn +bhn +bgn +bgn +bgn +ajq +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +arJ +arJ +hYo +lIY +ahu +nJC +aje +ajX +bxU +aHZ +xWm +bUx +lUI +ajX +iTL +gXG +aGz +ajX +anE +anE +anE +anE +anE +anE +anE +anE +anE +anE +anE +anE +anE +buw +aug +bDC +bRV +aOB +anE +anE +agG +nJC +ahu +pbS +auJ +auJ +auJ +auJ +auJ +buZ +auJ +auJ +bzJ +aMi +dqQ +hBF +auJ +rCb +vks +aMi +bzV +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(186,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bhc +bhc +bhn +bhn +bgn +bgv +mTa +bdf +bdc +bdj +bdm +bdm +bdm +beK +bdm +bdm +bdm +bdp +bdm +beW +bhW +bgm +bgm +nhE +bgs +bgs +bgr +bgr +bgr +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgZ +bgZ +bhb +bhb +bhb +bgZ +bhg +bhg +bhh +bhh +bhh +bhh +bhh +bhh +bhg +bhg +bhg +bgZ +bhb +bhb +bhb +bgZ +bgZ +bgu +mTa +aen +bdn +bhn +bgn +bgn +ajq +ajq +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +agD +hYo +llM +ahu +nJC +aje +akd +bDa +aHZ +uSc +gRH +aks +akd +eWX +gXG +gSu +tbc +tbc +tbc +tbc +tbc +ajX +aOL +tbc +aOP +aYZ +aLe +aLg +aLm +anE +aOn +auf +bRy +bRW +rdA +anE +wYt +odN +nJC +ahu +pbS +auK +mQF +bvo +tyb +aYE +aCg +aCg +auJ +rCb +aMi +dqQ +lLe +bxV +lLe +aMn +uJq +bzY +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(187,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +bhe +bhc +bhu +bhn +bgu +aen +mTa +bdf +bdc +bdk +bdt +bdt +bdt +bdt +bdt +bdt +bdt +bdt +beU +bfO +bhW +bgm +bgm +nhE +bgs +bgs +bgs +bld +bTs +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bgZ +bhb +bhb +bgZ +bgZ +bgZ +bhg +bhg +bhg +bhh +bhh +bhg +bhh +bhg +bhg +bgZ +bgZ +bgZ +bhb +bhb +bgZ +bgn +bgv +mTa +aen +aen +bdn +bgn +bgn +ajq +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +agD +hYo +llM +ahu +nJC +aje +akd +bRI +aHZ +gXG +aHZ +aks +akd +eWX +gXG +aHZ +aHZ +aHZ +aHZ +aHZ +aHZ +bej +aHZ +aHZ +aHZ +aHZ +aHZ +aHZ +aks +anE +anE +anE +anE +anE +anE +anE +aWs +odN +nJC +ahu +pbS +auK +bxJ +aMi +aMi +aMi +uuu +lLe +bwz +lLe +lLe +rki +ezs +auJ +bvm +bvp +bvO +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(188,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bht +bgn +bgn +bgu +aen +mTa +bdf +aJm +bdc +bdc +aJm +bdc +bdc +aJm +bdc +bdc +aJm +bdc +bdc +aJm +bgm +bgm +nhE +bgs +bgs +bgs +bgs +bgs +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bha +bhb +bhb +bgZ +bhl +bgZ +caS +bhg +bhg +bhg +bhg +bhg +bhg +bhg +caS +bgZ +bhl +bgZ +bhb +bhb +bha +bgu +aen +mTa +aen +aen +aen +bdf +ajq +ajq +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +agD +hYo +llM +ahu +nJC +aje +akd +aMu +aHZ +gXG +bTX +dII +akd +eWX +fGV +wfK +wfK +wfK +wfK +wfK +wfK +aHJ +wfK +wfK +wfK +aCN +aHZ +aHZ +gSu +tbc +tbc +tbc +aLT +tbc +tbc +akd +skc +eUf +nJC +ahu +ntp +auJ +rCb +aMi +aMi +aMi +gxb +gpn +auJ +auJ +auJ +auJ +bxP +auJ +auJ +auJ +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(189,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bgn +bgn +bgv +aen +mTa +bdn +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bgn +aJm +bgm +bgm +nhE +bgs +bgs +bgs +bld +bTs +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bha +bhb +bhb +bgZ +bhl +bgZ +bgZ +bgZ +bhg +bhg +bhg +bhg +bhg +bgZ +bgZ +bgZ +bhl +bgZ +bhb +bhb +bha +bgu +aen +mTa +aen +aen +aen +ajq +ajq +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +arJ +arJ +hYo +llM +ahu +nJC +aje +ajX +bCZ +rEG +pwO +gOP +ajX +ajX +aFA +aGe +oqI +oqI +oqI +aGe +aGe +ajX +ajX +iTL +aHZ +aHZ +gXG +aHZ +aHZ +aHZ +aHZ +aHZ +aHZ +aHZ +aHZ +aHZ +bej +ahu +ahu +caG +dDj +dDj +baY +lLe +lLe +lCa +kdH +dMo +ybq +bwV +bwZ +auJ +bxN +gxb +swf +aCg +byc +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(190,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +bgn +bgv +aen +aen +vyB +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +cZu +nbS +bdf +aJm +bgm +bgm +oBq +bgr +bgr +bgr +bgr +bgr +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bha +bhb +bhb +bgZ +bhl +bhl +bhl +bgZ +bgZ +bTy +bTy +bTy +bgZ +bgZ +bhl +bhl +bhl +bgZ +bhb +bhb +bha +bgu +aen +mTa +aen +aen +aen +ajq +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +agD +agD +arJ +wYt +whe +llM +ahu +nJC +phX +ajX +aMV +gXG +ptq +mgt +ajX +aOR +ost +aGg +aGE +aGE +aGE +aKb +ost +aOS +ajX +aIh +aHZ +aHZ +lYO +wfK +wfK +azG +wfK +wfK +wfK +wfK +wfK +wfK +wfK +dDj +dDj +azA +ahu +ahu +bwx +aMi +aMi +bjv +tSE +wsn +aMi +bwW +ydU +auJ +bxK +evv +uYe +aMi +byd +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(191,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +aen +aen +aen +mTa +aen +aen +aen +bde +bdo +bdo +bgV +aen +aen +aen +bJE +mTa +bdf +bdc +bgl +bgm +nhE +bgm +bgm +bgm +bgm +bgm +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bha +bhb +bhb +bgZ +bgZ +bgZ +bgZ +bgZ +bhb +bhb +bhb +bhb +bhb +bgZ +bgZ +bgZ +bgZ +bgZ +bhb +bhb +bha +bgu +aen +mTa +aen +aen +ajq +ajq +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +agD +ajc +aVD +dtd +duC +cJU +ahu +nJC +aje +ajX +vmJ +gXG +tja +bTZ +ajX +aOH +luQ +luQ +luQ +luQ +luQ +luQ +luQ +wnB +ajX +aIz +iTL +tja +wWr +iTL +aHZ +eVQ +oqI +oqI +oqI +oqI +oqI +oqI +akd +vQt +ulq +nJC +ahu +voo +auJ +wYP +aMi +aMi +aMi +aMi +aMi +aMi +tae +auJ +auJ +bxT +aMi +aMi +thp +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(192,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +aen +aen +vFJ +aen +bde +bdo +bgn +bhn +bhn +bgn +bdo +bgV +aen +aen +mTa +bdf +bdc +bgl +bgm +nhE +bgm +bgm +bgm +bgm +bgm +aDV +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bgZ +bhb +bhb +qgR +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bgZ +inY +cZu +xoj +aen +ajq +ajq +apV +aki +aki +aki +apV +ylo +ylo +ylo +ylo +ylo +agD +agY +agY +ajc +sYk +ahu +ahu +nJC +aje +ajX +vmJ +gXG +rGu +xZB +xZB +xZB +wZg +wZg +wZg +xlF +wZg +wZg +wZg +xZB +xZB +xZB +eWX +bsB +aOD +bsG +aHZ +gqK +ajX +ajX +akd +akd +akd +ajX +ajX +aWs +odN +nJC +ahu +pbS +auK +bxJ +aMi +aMi +aMi +aMi +aMi +aMi +kjH +tWD +auJ +bvL +bxW +bxZ +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(193,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +aen +aen +aen +bdf +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bdo +bgV +mTa +bdf +bdc +bgl +bgm +nhE +bgm +bgm +uPK +bgm +bgm +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bgZ +bVD +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bhb +bVD +bgZ +wcB +aen +aen +ajq +ajq +apV +apV +bKH +bKJ +bKL +apV +apV +ylo +ylo +ylo +ylo +arJ +aXx +aXT +aBT +sYk +ahu +ahu +nJC +aje +ajX +ajX +bUh +ajX +xZB +xZB +xZB +akv +akv +akv +akv +akv +akv +akv +xZB +xZB +xZB +eWX +bsB +gok +bsG +aHZ +gqK +ajX +iGT +tbc +tbc +tbc +vdt +ajX +wYt +odN +nJC +ahu +pbS +auK +bvn +bwi +tBI +bxx +aMi +uJq +qAk +kad +bwY +aEx +auR +auR +auR +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(194,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +aen +bde +bgn +bgn +bhn +bhn +bhn +bhn +bhn +bhn +bhn +bgu +mTa +bdf +bdc +bgl +bgm +gGT +sjL +sjL +wvx +sjL +sjL +hCJ +vCj +vCj +jHa +aJx +aJx +aJI +bgn +bgZ +bgZ +bgZ +bha +bha +bha +bha +bgZ +bgZ +bTz +bTA +bTB +bgZ +bgZ +bha +bha +bha +bha +bgZ +bgZ +bgZ +wcB +aen +ajq +ajq +apV +apV +bKG +bKI +aUP +bKM +ovc +apV +apV +ylo +ylo +ylo +agD +ahm +ahm +ajc +sYk +ahu +ahu +nJC +aje +ajX +vfK +gXG +aks +xZB +xZB +xZB +anx +anx +anx +aZL +anx +anx +anx +xZB +xZB +xZB +lHk +aOW +bsE +vsu +iTL +gqK +akd +dzB +aHZ +aHZ +aHZ +sBV +ajX +ajX +odN +nJC +ahu +pbS +auJ +auJ +auK +auK +auJ +wsQ +auJ +auK +auK +auJ +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(195,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bgn +bgn +bgn +bgn +bhn +bhn +bhn +bhn +bhn +bhn +bgu +mTa +bdf +aJm +bgo +bgq +bgq +bgq +bgq +bgq +bgq +bgq +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgn +bdq +bdq +bdq +bdq +bdq +bdq +bdq +bgn +bgZ +bgZ +bgZ +bgZ +bgZ +nds +jBx +jBx +jBx +gRg +gRg +gRg +gRg +ehC +ajq +ajq +apV +apV +bKE +sor +amG +amG +amG +amQ +jGa +apV +apV +ylo +ylo +agD +ajc +aYy +dtd +llM +ajc +ahu +nJC +aWH +ajX +aWb +gXG +gSu +uGI +akv +anx +bUg +fgs +fgs +fgs +fgs +fgs +jmQ +anx +akv +ajX +ajX +ajX +ajX +ajX +eWX +gqK +akd +eWX +aHZ +bUr +aHZ +bZN +uag +akd +odN +nJC +ahu +wJM +aCg +aCg +aCg +aCg +rCb +aMi +ybq +aCg +aCg +rlG +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(196,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bgn +bgn +bgn +bgn +bhn +bhn +bhn +bhn +bgn +bgv +mTa +bdf +aJm +aJm +bdc +bdc +aJm +aJm +bdc +bdc +aJm +aJm +aJx +aJx +jNU +aJx +aJx +aJI +bgu +bJE +aen +aen +aen +aen +aen +aen +bdn +bdq +bdq +bdq +bdq +bdq +nrO +aen +aen +aen +bdf +bgn +bgn +bgn +ajq +ajq +ylo +aki +aUO +isY +amG +amG +hvz +amG +amG +drC +lQr +aki +ylo +ylo +agD +agD +arJ +brF +llM +ajc +ahu +nJC +aje +ajX +mwk +gXG +cLh +hPL +akd +anx +sip +aiC +aiC +aiC +aiC +aiC +egZ +anx +akv +akr +tbc +jPe +oOz +akd +rKN +gqK +akd +eWX +aHZ +bUv +aHZ +tja +kSx +akd +odN +nJC +ahu +ajc +aMi +aMi +uJq +qAk +qAk +qAk +qAk +qAk +wYP +kjH +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(197,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bgn +bgn +bgn +bgn +bgn +bhn +bgn +bgv +aen +mTa +bdn +bdq +bdq +bdq +bgn +bgn +bdq +bdq +bdq +bdq +bgn +aJn +aJx +tMX +vCj +vCj +gWU +xWE +cZu +cZu +dBy +jwv +jwv +jwv +pVo +cZu +cZu +ejl +cZu +cZu +cZu +xoj +bde +bdo +bdo +bhn +bhn +bhn +ajq +ajq +ylo +ylo +aki +iZZ +saV +amG +amG +vLb +amG +amG +saV +pDt +aki +ylo +ylo +ylo +ylo +arJ +arJ +arJ +tRM +ahu +nJC +aje +ajX +iqE +lib +aku +lIX +akd +anx +sip +aiC +aiC +aiC +aiC +aiC +egZ +anx +akv +pWE +rEG +wfK +wfK +lyd +wfK +eKV +ajX +rKN +aHZ +bUt +aHZ +aks +ajX +ajX +odN +nJC +ahu +wQG +qAk +wYP +kjH +aCs +aCs +aCs +aCs +aCs +bxJ +kjH +dxB +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(198,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +ajq +bgn +bgn +bgn +bdq +bgv +aen +aen +vyB +cZu +cZu +cZu +cZu +nJR +xWE +cZu +cZu +cZu +cZu +nJR +rZR +vCj +jHa +aJx +aJx +aJI +bgu +aen +bde +bhn +bgn +bhn +bhn +bgn +bgV +aen +mTa +aen +aen +bde +bdo +bgn +bhn +bhn +bhn +ajq +ajq +ajq +ylo +ylo +ylo +aki +iZZ +saV +amG +amG +vLb +amG +amG +saV +pDt +aki +ylo +ylo +ylo +ylo +ylo +ylo +arJ +auv +ahu +nJC +aje +ajX +dmD +gXG +cLh +alz +akd +anx +sip +aiC +aiC +aiC +jWN +aiC +egZ +anx +noY +aHZ +gXG +aHZ +tja +akd +iTL +fGV +bZp +wfK +wfK +lIW +aHZ +bZN +uag +akd +odN +nJC +ahu +pbS +auJ +bxJ +kjH +aCs +wvG +oGI +bwP +aCs +bxJ +kjH +dxB +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(199,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +bgn +bgu +aen +aen +aen +aen +vFJ +aen +aen +bde +bdo +bhn +bgn +bgV +aen +aen +aen +bdf +aJn +aJx +jNU +aJx +aJx +aJI +bgn +bdo +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgV +vFJ +aen +aen +bdf +bhn +bhn +bhn +bhn +ajq +ajq +ylo +ylo +ylo +ylo +ylo +aki +bKD +bKF +rvD +jVn +vLb +iXU +ats +bKF +ksX +aki +ylo +ylo +ylo +ylo +ylo +ylo +arJ +auv +ahu +nJC +aje +ajX +dex +cuo +aku +hyY +akd +anx +sip +aiC +aiC +aiC +aiC +aiC +egZ +anx +akv +iTL +rpi +aHZ +aWB +ajX +ajX +ajX +ajX +iTL +aHZ +dxx +aHZ +tja +ucW +akd +odN +nJC +ahu +vzc +auJ +bEg +kjH +aCs +bxB +iPo +bxB +aCs +bxJ +kjH +dxB +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(200,1,1) = {" +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +ajq +aen +aen +aen +aen +aen +aen +bde +bhn +bhn +bhn +bhn +bgn +bgV +aen +bJE +bdf +aJn +aJx +jNU +aJx +aJx +aJI +bgn +bdq +bgn +bhn +bhn +bhn +bhn +bhn +bhn +bgn +bgV +aen +bde +bhn +bhn +bhn +ajq +ajq +ajq +apJ +apJ +apJ +apJ +apJ +apJ +apV +akl +akl +akl +sor +vLb +amQ +akl +akl +akl +apV +arJ +agD +agD +agD +agD +arJ +arJ +cWX +ahu +nJC +aje +ajX +sRI +aHZ +cLh +tZT +akd +anx +sip +aiC +aiC +aiC +aiC +aiC +egZ +anx +akv +eWX +aHZ +aHZ +gSu +ajX +bUm +bUm +ajX +rhu +aHZ +bUs +aHZ +aks +ajX +ajX +odN +nJC +ahu +pbS +auJ +bxJ +kjH +aCs +sVo +bxB +sVo +nqE +bxJ +jcl +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(201,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +ajq +aen +aen +aen +aen +bdf +bgn +bhn +bhn +bhn +bhn +bgu +aen +aen +bdf +aJn +aJx +jNU +aJx +aJx +aJI +bgu +aen +bdn +bgn +bhn +bhn +bhn +bhn +bgn +bgn +bgu +aen +bdf +bhn +ajq +ajq +ajq +aSa +aSa +apJ +agH +agH +agH +agH +agH +akk +amG +aUQ +amG +amG +vLb +amG +amG +aUQ +amG +ant +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +nJC +aje +ajX +gUe +aHZ +tja +xUr +akv +aZN +mzn +wet +wet +wet +wet +wet +eNn +rMX +akv +jwx +iTL +aHZ +aHZ +exz +luQ +ffl +ajX +mUu +aHZ +imK +aHZ +bZN +uag +akd +odN +nJC +ahu +wJM +aCg +rCb +kjH +aCs +bwP +iPo +wvG +aCs +bxJ +kjH +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(202,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +ajq +aen +bde +bgn +bgn +bgn +bgn +bhn +bgn +bgv +aen +aen +bdf +aJn +aJx +jNU +aJx +aJx +aJI +bgu +aen +aen +bdf +bgn +bgn +bhn +bgn +bgn +bgn +bgn +bdo +ajq +ajq +ajq +ylo +ylo +aSa +apJ +apJ +agH +amT +mYQ +mYQ +mYQ +akn +rDr +rDr +rDr +qeC +snU +qeC +rDr +rDr +rDr +azl +dDj +dDj +aCw +dDj +dDj +dDj +dDj +dDj +dDj +azA +aje +ajX +mvM +oqI +dII +xZB +xZB +xZB +anx +anx +anx +anx +anx +anx +anx +xZB +xZB +xZB +eWX +aHZ +tja +ajX +upN +luQ +ajX +eWX +aHZ +aHZ +aHZ +tja +jPL +akd +odN +nJC +ahu +wQG +qAk +wYP +kjH +aCs +qLz +iPo +qLz +aCs +bxJ +pZt +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(203,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +ajq +bgn +bgn +bgn +bgn +bgn +bgv +aen +aen +aen +bdf +aJn +aJx +jNU +aJx +aJx +aJI +bgu +aen +aen +bdn +bgn +bgn +bgn +bgn +bgn +bgn +ajq +ajq +ajq +aSa +aSa +apJ +apJ +apJ +apJ +arG +agH +oxr +akl +akl +akl +akl +akl +akl +bZv +sJe +amG +epg +bZv +akl +akl +akl +akl +akl +akl +apV +arJ +arJ +arJ +ajc +ahu +nJC +aje +ajX +ajX +vic +vic +xZB +xZB +xZB +mYS +mYS +mYS +mYS +mYS +mYS +mYS +xZB +xZB +xZB +kat +aWW +jwE +ajX +bUm +bUm +ajX +stg +xlR +fnz +sTt +icZ +ajX +ajX +odN +nJC +ahu +pbS +auJ +bxJ +bGP +aCs +oGI +bxB +iPo +nqE +bxJ +jcl +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(204,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ajq +ajq +ajq +ajq +bgn +bgu +aen +aen +aen +aen +bdf +aJn +aJx +jNU +aJx +aJx +aJI +bgu +aen +aen +aen +bdf +bgn +bgn +ajq +ajq +ajq +ajq +ylo +ylo +aSa +apJ +apJ +agH +amT +mYQ +mYQ +mYQ +aDn +akl +bjm +aVg +bjm +amw +akl +akl +amU +amG +rXs +akl +akl +amw +anz +aUJ +amn +amq +aki +ylo +ylo +arJ +ajc +ahu +nJC +kTx +gXM +ajX +ajX +ajX +xZB +xZB +bow +ulq +ahu +ahu +ahu +ahu +ahu +xSL +xZB +xZB +xZB +ajX +ajX +ajX +ajX +ajX +ajX +ajX +ajX +ajX +ajX +ajX +ajX +ajX +vjA +odN +nJC +ahu +vzc +auJ +bEg +kjH +aCs +buY +oGI +buY +aCs +bxJ +kjH +dxB +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(205,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ajq +ajq +ajq +ajq +ajq +ajq +aen +bdf +rLp +aJx +jNU +aJx +aJx +bnW +bgu +bJE +ajq +ajq +ajq +ajq +ajq +ajq +aSa +ylo +ylo +apJ +apJ +apJ +apJ +arG +agH +oxr +agH +agH +aTz +agH +akl +amk +amk +hvZ +gBh +dfg +akl +amU +amG +aUY +akl +wvZ +gBh +fWx +amk +amn +asW +aki +ylo +ylo +arJ +ajc +ahu +nJC +ahu +giX +skc +skc +tHR +skc +skc +skc +eUf +ahu +ahu +ahu +ahu +ahu +kTx +skc +skc +skc +skc +tHR +skc +skc +skc +skc +qEe +skc +skc +skc +skc +tHR +skc +gRf +eUf +nJC +ahu +pbS +auJ +bxJ +kjH +aCs +bwP +oGI +bwP +aCs +bxJ +kjH +dxB +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(206,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ylo +aSa +ylo +ylo +qSi +qSi +atJ +atJ +qSi +ajG +gak +ajG +avt +aph +xKu +xKu +aph +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +apJ +amT +mYQ +mYQ +cVq +mYQ +aDl +ajB +ajB +ajB +ajB +ajB +amn +aUD +amE +akl +aHg +akl +dqu +amG +tCI +akl +aHg +akl +bjm +aVd +bjm +apV +apV +ylo +ylo +arJ +ajc +ajc +azB +dDj +xlU +dDj +dDj +dDj +dDj +dDj +dDj +dDj +fWK +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +dDj +xlU +dDj +aCp +ahu +wJM +aCg +rCb +kjH +aCs +aCs +aCs +aCs +aCs +bxJ +kjH +dxB +auR +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(207,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ylo +aSa +ylo +ylo +qSi +axP +axW +aya +ayc +hEt +pgV +atQ +ryR +atI +ayJ +ayY +aph +aph +aph +apl +ajr +ajr +apl +ylo +ylo +apJ +oxr +agH +agH +aTz +agH +oxr +ajB +aYj +aUx +aYj +ajB +akl +akl +akl +akl +svn +rDr +rhr +amG +svn +rDr +rhr +akl +akl +akl +akl +apV +ylo +ylo +ylo +arJ +arJ +ajc +ajc +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +nJC +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ajc +aMi +aMi +ybq +aCg +aCg +aCg +aCg +aCg +rCb +kjH +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(208,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ylo +aSa +ylo +ylo +qSi +axT +axZ +iiX +ayc +anv +atQ +atQ +anv +atI +ayL +ayZ +azj +azj +azD +apl +aDo +ajs +apl +apl +apJ +apJ +oxr +agH +ajB +ajB +ajB +aDD +ajB +aDG +mTF +ake +ajB +amq +aUE +amH +akl +aHg +akl +sJe +amG +epg +akl +aHg +akl +amn +aVe +amE +apV +apV +ylo +ylo +aSa +arJ +arJ +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ajc +nJC +ahu +ajc +ajc +ajc +ajc +ajc +ajc +ajc +ahu +ahu +ahu +eNI +gZs +gZs +gZs +gZs +gZs +vXy +ahu +ahu +ahu +ajc +ajc +ajc +aYy +wQG +qAk +qAk +qAk +qAk +qAk +qAk +qAk +qAk +qAk +kad +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(209,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +alx +aex +aex +aex +aex +alx +ylo +alx +aex +aex +aex +aex +alx +ylo +aog +aog +aiJ +aiJ +aog +aiJ +aiJ +qSi +axT +axX +iiX +ayc +ryR +atQ +jGH +ifS +atI +ayP +azb +azb +azb +azF +apl +ajt +ajs +aME +ajy +ajz +agH +oxr +agH +ajB +aYd +ajE +ldN +vHU +vHU +fhb +ake +ajB +amr +amk +hvZ +gBh +xWS +akl +buV +amG +rXs +akl +hKt +gBh +fWx +amk +asT +amB +aki +ylo +ylo +aSa +ylo +arJ +arJ +auC +auy +arJ +arJ +arJ +arJ +arJ +aWs +ajc +nJC +ahu +ajc +okE +arJ +arJ +arJ +gZs +gZs +dCP +dCP +dCP +pRX +xJc +vaj +vaj +vaj +tRA +nBi +dCP +dCP +dCP +tlP +tlP +arJ +arJ +arJ +aEx +aEx +aEx +aEx +bxa +bwR +pAM +aEx +aEx +aEx +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(210,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +alx +alx +aeV +aeV +aST +aeV +alx +alx +alx +aeV +aeV +aTt +aeV +alx +aog +aog +axI +avn +avn +axL +avn +avn +qSi +axR +axX +iiX +qSi +ajG +ajG +gak +aBF +aph +ayQ +azb +azn +azt +azH +apl +ajt +ajs +aME +ajy +ajz +agH +oxr +aUi +ajB +ajB +ajB +ake +ajB +aHf +ajB +aHf +ajB +ams +bvQ +amw +bjm +akl +akl +amU +amG +rXs +akl +akl +amw +bjm +bvQ +amB +apV +apV +ylo +ylo +aSa +ylo +ylo +arJ +agD +agD +arJ +ylo +ylo +ylo +arJ +asJ +moU +uJr +asZ +moU +asJ +arJ +ylo +arJ +bsx +hPg +ajc +aBT +ajc +hPg +wYt +arJ +agD +arJ +wYt +hPg +ajc +aBT +ajc +hPg +bsx +arJ +ylo +ylo +ylo +ylo +ylo +aEx +auR +auR +auR +aEx +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(211,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +alx +bHL +aeV +aSP +xMg +aeV +bIk +afJ +aDX +aeV +aSP +xMg +aeV +bSW +avj +ahf +axK +lMU +lMU +aCV +lMU +lMU +aHd +avH +ajQ +iiX +xDC +aye +agH +oxr +ayt +aud +ayT +azc +azq +azb +azI +ahw +aTW +tpH +ajs +ajy +wye +agH +oxr +pTD +ajB +aYe +ajE +ake +ajB +aYk +ajB +aYk +ajB +akl +akl +akl +akl +akl +xPw +amU +amG +rXs +bru +akl +akl +akl +akl +akl +apV +ylo +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +ylo +ylo +atd +vtq +uJr +asZ +vtq +atd +ylo +ylo +arJ +arJ +tpM +auw +aXT +aux +pkP +arJ +arJ +ylo +arJ +arJ +tpM +auw +aXT +aux +pkP +arJ +arJ +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(212,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +alx +aeC +aeV +aSR +aeV +aeV +vBS +iSB +aeC +aeV +aTk +aeV +aeV +vBS +avj +hQf +atX +wJq +bTj +tXB +bTj +bcw +qSi +rvC +mUE +sJr +wWW +nnx +agH +oxr +ayu +atI +ayV +aze +azq +azb +azJ +ahw +ajt +aDs +aDt +agu +mYQ +mYQ +aDl +pTD +ajB +ajB +ajB +ajB +ajB +ajB +ajB +ajB +ajB +fkV +kKs +wXE +jvC +ydY +amG +amU +amG +rXs +amG +akl +rMU +rMU +rMU +rMU +apV +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +ylo +ylo +ylo +ylo +atd +vtq +uJr +asZ +vtq +atd +ylo +ylo +ylo +agD +ajc +auw +aYu +aux +ajc +agD +ylo +ylo +ylo +agD +ajc +auw +aYH +aux +ajc +agD +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(213,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +alx +pFX +aeV +aSP +xMg +aeV +gPC +iSB +oVM +aeV +aSP +xMg +aeV +hqa +avj +vhS +atX +bSK +qaG +bSG +qaG +ofq +qSi +axS +jnt +kof +xDC +agC +agH +oxr +ayw +atI +ayW +azb +azq +azb +azL +ahw +ajt +iAD +ajs +ahw +tsb +agH +oxr +pTD +add +brt +aUo +adN +buq +byu +but +bun +add +akl +akl +akl +akl +akl +xPw +amU +amG +rXs +pgf +akl +akl +akl +akl +akl +apV +ylo +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +aSa +ylo +ylo +ylo +ylo +atd +vtq +uJr +asZ +vtq +atd +ylo +ylo +ylo +agD +agD +agD +arJ +agD +agD +agD +ylo +ylo +ylo +agD +agD +agD +arJ +agD +agD +agD +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(214,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +alx +aex +aex +alx +alx +ylo +ylo +ylo +ylo +ylo +alx +aeC +aeV +qWQ +aeV +aeV +vBS +iSB +aeC +aeV +qWQ +aeV +aeV +vBS +avj +avj +cMv +ajL +aSx +ajL +aSx +ajL +qSi +atJ +atJ +atJ +atJ +ayf +agH +oxr +ayw +aud +ayX +azh +azq +azb +azM +ahw +ahw +ahw +ahw +ahw +brr +agH +oxr +pTD +adt +bun +qlx +cXH +cXH +xmh +adN +aXa +add +amt +aUE +amI +amM +akl +akl +amU +amG +rXs +akl +akl +amA +amE +aVg +bjm +apV +apV +ylo +ylo +aSa +asK +asK +asK +atg +atg +asK +ylo +ylo +ylo +asJ +asJ +jEI +uJr +asZ +eym +atG +atG +ylo +ylo +ylo +ylo +ylo +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(215,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +ybQ +aSz +aSB +gkC +alx +alx +aex +aex +aex +alx +alx +bGE +aeV +lFq +xMg +aeV +gPC +iSB +oVM +aeV +lFq +xMg +aeV +gPC +avj +gJS +atX +bSM +avn +avn +avn +avn +avn +avn +oks +rKG +avj +qFJ +agH +oxr +ayw +aud +aud +aud +azq +azx +aud +ajj +aDp +bQa +bQc +ajj +qIw +agH +oxr +pTD +adt +buo +uov +adN +buq +buo +bus +bup +add +amu +amk +hvZ +gBh +dfg +akl +buV +amG +nzR +akl +wvZ +gBh +fWx +qtf +amk +akm +aki +ylo +ylo +aSa +asK +bMT +bMX +gZj +oOH +asK +asK +asK +asK +asJ +lzI +hWg +uJr +asZ +moU +drW +atG +atG +atG +atG +atG +atG +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(216,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +ybQ +aSB +aSB +gkC +alx +aes +aRr +akp +fRD +sxJ +alx +aeC +aeV +xvE +aeV +aeV +vBS +afJ +aeC +aeV +xvE +aeV +aeV +jFJ +apA +mPg +atX +fWN +fWN +fWN +fWN +fWN +fWN +fWN +bTj +bSM +agx +tmv +agH +oxr +dNC +mLL +mLL +aTE +oxr +agH +ayw +ajj +bPM +ayN +hcH +bbe +mYQ +mYQ +aDl +pTD +adt +bup +uov +sAj +add +add +add +add +add +bZt +aUF +bjm +akl +aHg +akl +dqu +amG +tCI +akl +aHg +akl +amD +aVf +bjm +apV +apV +ylo +ylo +asK +asK +btV +btY +aNg +bua +uyd +bub +bNr +atk +ohe +asY +fJf +aCC +pfQ +pfQ +vEM +aMM +aMO +hYI +bQK +uRU +atG +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(217,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +bmo +hnr +hnr +hnr +hnr +hnr +hnr +hnr +hnr +hnr +hnr +aeD +aeV +xvE +aeV +aeV +jFJ +hnr +aeD +aeV +xvE +aeV +aeV +aeV +avl +avl +miJ +avl +avl +avl +avl +avl +avl +avl +avl +avl +jJt +agH +agH +oxr +agH +agH +agH +agH +oxr +agH +ayw +ajj +bPO +xiW +bQd +ajj +tCs +agH +oxr +bpS +add +aDz +uov +adN +gxu +adP +jJv +adP +add +akl +akl +akl +akl +svn +rDr +rhr +amG +svn +rDr +rhr +akl +akl +akl +akl +apV +ylo +ylo +ylo +atg +qmD +aNc +aNg +aNg +aNg +aNg +buc +bNs +atk +hWg +asZ +aCB +aCG +asZ +aCy +aMW +atB +bPk +aMX +sbs +bQA +atG +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(218,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeC +aeV +fWe +ckY +ckY +ckY +ckY +ckY +ckY +ckY +ckY +ckY +ckY +qys +ckY +ckY +ckY +ckY +ckY +ckY +qys +ttK +ckY +ckY +ayl +ayl +xoG +ayl +ayl +ayl +ajA +ayl +ayl +ayl +ayl +ayl +ayl +mYQ +mYQ +krR +mYQ +mYQ +mYQ +mYQ +krR +azz +ayw +ajj +bPY +bQb +bQo +ajj +gRB +agH +oxr +agH +aDy +adN +rqg +cXH +bUl +cAX +jJp +gqH +add +bjq +aUJ +amB +akl +aHg +akl +sJe +amG +epg +akl +aHg +akl +amw +aVg +asU +apV +apV +ylo +ylo +atg +brg +btW +aNg +nOP +oTq +nOP +aNg +bNt +atp +hWg +asZ +uJr +asZ +asZ +bQF +tSG +atB +bPl +aMX +aZS +bQO +atG +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(219,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeC +aeV +xvE +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +aeV +xvE +aeV +fSB +apA +avo +bTj +lGq +oEu +eqa +aho +lGq +oEu +eqa +bTj +dml +agx +mwo +mwo +mwo +mwo +mwo +mwo +nnx +agH +oxr +ayw +ajj +ajj +ajj +ajj +ajj +aTF +agH +uDh +mYQ +cXH +cXH +pIj +adN +gxu +bsI +bsN +sNO +add +amw +amk +hvZ +gBh +xWS +akl +dqu +amG +eXS +akl +hKt +gBh +fWx +amk +amn +amP +aki +ylo +ylo +atg +bMS +aNc +aNg +bMY +bNh +nOP +bud +vzp +atp +hWg +asZ +uJr +myt +rAm +bQF +fTw +atB +bQw +aMW +aMW +bQC +atG +aSa +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(220,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeC +aeV +xvE +fSB +leJ +leJ +leJ +bGB +leJ +leJ +leJ +leJ +leJ +leJ +leJ +leJ +leJ +bGB +lCr +aeV +aeV +xvE +aeV +vBS +avj +aSs +nUU +lVx +uVH +ajH +bCL +lVx +ajI +ajH +tBT +aAQ +agj +agj +agj +agj +agj +agj +agj +agC +agH +oxr +dNC +mLL +fha +aUd +fmZ +aju +qIw +agH +oxr +nZN +add +bFc +uov +aUt +add +add +add +sNO +add +bjm +aZq +amJ +amE +akl +akl +anb +apY +anb +akl +akl +amA +amE +bvQ +bjm +alw +apV +ylo +ylo +asK +asK +aNc +aNg +bMR +bNi +nOP +aNg +bNu +atp +hWg +asZ +uJr +aWw +att +att +att +att +att +att +att +att +auz +auz +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(221,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeC +aeV +xvE +vBS +afJ +afJ +alx +afJ +iSB +iSB +iSB +afJ +afJ +iSB +iSB +iSB +afJ +afJ +afJ +wJA +wJA +aVV +wJA +cGF +avj +aog +aog +agx +agx +agx +aog +agx +agx +agx +aog +aog +agj +ayg +ayn +ayp +ayx +ayy +agj +agC +agH +uDh +mYQ +mYQ +mYQ +mYQ +mYQ +mYQ +mYQ +mYQ +aDl +pTD +adt +bun +uov +bun +add +bys +adP +gsg +add +akl +akl +akl +akl +akl +amx +rKa +amz +rKa +xHm +akl +akl +akl +akl +alw +alw +apV +apV +apV +apV +asK +aNe +aNg +aNg +xMA +aNg +aNg +aLC +atk +hWg +asZ +uJr +atm +att +aGT +cyK +txK +wOX +att +aXz +bug +aXh +rgm +auz +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(222,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeC +aeV +xvE +pfG +afJ +akz +akz +aeQ +aff +aff +aff +pMZ +nuq +aff +aff +aff +aff +aeU +aOJ +wyz +wyz +nSA +wyz +aOJ +aeU +wDC +wDC +wDC +wDC +wDC +rCA +wDC +wDC +wDC +wDC +wDC +agj +ayi +ahM +ahM +ahM +ayA +agj +tmv +agH +oxr +agH +agH +agH +agH +agH +agH +agH +agH +oxr +pTD +adt +byu +rjT +buo +add +byt +adP +sNO +add +bZu +amy +mfw +dwr +mvS +mfw +rKa +amz +rKa +mvS +mfw +dwr +mvS +iKn +alw +alC +alY +aXB +and +hva +asK +bMU +aVQ +aNg +xMA +xiy +bNq +bsd +atk +avM +asZ +aCC +pfQ +aGP +iZv +cJW +gjj +xvB +att +ixd +buh +aNs +vjW +gnF +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(223,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeC +aeV +xvE +vBS +alx +akz +bmd +qkw +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +hAB +fEC +fEC +aRU +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +nNq +aeB +aps +ahM +ahM +ahM +ahM +ahM +wah +agH +agH +oxr +mxa +aru +bSZ +aWj +bTb +aru +ybJ +agH +oxr +pTD +adt +bup +adN +bup +add +aHX +adP +sNO +add +amx +aAe +mEd +mEd +mEd +mEd +aDa +aDc +aDa +mEd +mEd +mEd +aDf +xHm +alw +aXl +hva +hva +ane +hva +atk +atk +atk +aNg +aNm +atk +atk +atk +atk +hWg +asZ +uJr +myt +att +riC +mHd +aHv +sLF +atv +ixd +aNs +aNt +aNs +ozH +aXw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(224,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aex +aeC +aeV +xvE +jFJ +afJ +bmc +rwF +vkW +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +vkW +tLa +agj +ayj +ayj +ayq +ahM +ayE +agj +nnx +agH +oxr +agd +arB +arM +ash +arM +asI +gNt +agH +oxr +ate +add +buq +bur +bus +add +byv +dlU +rYq +add +aUB +rKa +iDB +nXY +uLN +nXY +nXY +aUV +hva +iDB +nXY +fHP +rKa +aVh +alw +alE +ama +amV +anh +hva +aoj +aoD +fJf +asZ +uJr +atm +asY +asY +asY +fJf +asZ +uJr +xZc +atv +aGW +mHd +aHv +sLF +atv +bEb +aNs +gyg +aNs +ozH +aXw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(225,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aex +aeC +aeV +xvE +aeV +bms +aeB +aeB +vkW +aeB +aeB +afi +afv +afC +afC +afE +afG +afv +afC +afL +afS +afv +afV +afX +afS +afv +afC +afL +afS +ajh +ajJ +afL +afS +afi +aeB +vkW +lJR +agj +agj +agj +bCN +ahM +ayF +agj +agC +agH +uDh +dvp +arC +arT +arC +asn +asL +gNt +agH +oxr +pTD +add +add +add +add +add +add +aHY +add +add +amx +rKa +amK +amN +amN +amN +amN +amN +avR +amN +amN +xJH +rKa +xHm +alw +alG +amd +amd +anl +amz +amz +amz +asZ +asZ +uJr +asZ +asZ +asZ +asZ +asZ +asZ +uJr +xZc +atv +aGW +mHd +aHv +sLF +atv +bEb +aNs +lQw +aNs +akW +aXw +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(226,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +bmx +aeV +hws +ckY +pSb +fEC +fEC +xBa +aeB +aeB +afk +aeE +aeJ +aeJ +aeJ +aeJ +aeJ +aeJ +aeJ +aeJ +aeJ +aeJ +afn +aeJ +aeJ +aeJ +aeJ +aeJ +aeJ +aeJ +aeJ +afN +ajT +aeB +vkW +aeR +agj +atP +agj +ayr +aTr +ayI +agj +agC +agH +oxr +agd +arE +arZ +asi +asi +asM +gNt +agH +oxr +bpS +jWE +jWE +jWE +jWE +jWE +wye +oxr +bpS +jWE +mfw +rKa +amK +amN +bkC +bDU +ana +aUW +amW +jmg +amN +xJH +rKa +mvS +amy +mfw +hva +hva +hva +amz +aAe +mEd +pfQ +pfQ +iJv +pfQ +pfQ +pfQ +pfQ +pfQ +pfQ +aCD +xZc +atv +aGW +txp +dBx +ces +att +aWZ +aNs +nLX +bui +buj +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(227,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeV +aeV +xvE +aeV +bms +aeB +aeB +vkW +aeB +aeB +afl +aeF +afi +aeN +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +aeN +afi +eDz +ajU +aeB +vkW +aeR +agj +atP +agj +atT +bcy +atT +agj +qFJ +agH +oxr +qVF +pxH +jLT +aWl +hfG +pxH +hwV +agH +oxr +agH +agH +agH +agH +agH +agH +agH +oxr +agH +agH +amz +rKa +amK +aNH +amS +atW +gYA +eqg +amW +mBp +aNH +xJH +rKa +amz +amz +amz +amz +amz +amz +amz +rKa +hva +aCy +nwL +aVE +nwL +pue +nwL +nwL +nwL +aWt +uJr +xZc +att +aWF +leI +fQm +aWP +att +nkz +aNr +nLX +csM +oPu +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(228,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +lCr +aeV +xvE +aeV +bms +aeB +aeB +vkW +aeB +aeB +afm +aeF +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +eDz +ajV +aeB +aSQ +aeU +agj +agj +agj +bnV +aTs +wss +bnZ +tmv +agH +uDh +mYQ +mYQ +mYQ +mYQ +mYQ +mYQ +mYQ +mYQ +krR +hhT +mYQ +mYQ +mYQ +mYQ +mYQ +mYQ +krR +mYQ +mYQ +mEd +uXw +amK +aNH +amS +fog +amW +amW +auu +qxB +aNH +xJH +azm +mEd +mEd +mEd +mEd +mEd +mEd +mEd +eQR +hva +atl +atl +atl +atl +atl +atl +bou +atl +atl +aEM +atl +atl +aGX +txp +dKv +qaf +att +att +att +aNu +att +att +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(229,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aex +bqO +aeV +xvE +bqR +cGF +tov +aeI +vkW +aeB +aeB +afp +aeF +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +eDz +akb +aeB +vkW +aOJ +ayd +lRQ +ayK +anY +lXJ +anY +aKc +agH +agH +oxr +agH +agH +agH +agH +agH +agH +agH +agH +agH +oxr +odC +iqY +aTN +iqY +rfo +iqY +aTN +iqY +iqY +xhA +rKa +amK +amN +aCW +fog +ewP +buW +nUg +mhg +amN +xJH +rKa +oQf +iho +xhA +hva +hva +hva +hva +hva +hva +atl +bww +apt +kEq +euc +kEq +kEq +kEq +apD +nXj +pDP +atl +aGW +mHd +aHv +ikv +aGT +aWI +oBe +mHd +ikv +pJn +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(230,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aex +bqO +aeV +xvE +bqS +afJ +cAg +aeI +vkW +aeB +aeB +afk +aeF +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +eDz +ajT +aeB +vkW +aOM +ayd +anY +ayK +ahM +tBG +ahM +aKc +agH +agH +oxr +odC +aTN +lIQ +aom +odC +iqY +iqY +iqY +lIQ +oxr +qkz +ajk +ajk +ajk +ajk +ajk +ajk +ajk +ajk +amx +rKa +amK +amN +amN +anM +amN +amN +amN +amN +amN +xJH +rKa +xHm +alw +alL +amf +amf +anm +jvC +jvC +auO +atl +aCz +unf +aCR +aCz +aCR +aCz +aCR +aEK +nXj +xoK +bou +oBe +mHd +aHv +aHv +aHv +aHv +aHv +mHd +aHv +sLF +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(231,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +lps +aeV +xvE +bqS +afJ +rno +aeI +vkW +aeB +aeB +afl +aeF +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +eDz +ajU +aeB +dQW +irp +aDI +awp +vzA +qTj +gdM +qTj +wxF +mYQ +mYQ +aDl +ahr +ajk +ajk +ajk +ajo +ajo +ajk +ajj +ajj +aHr +bof +ajo +bNP +bOi +bOl +fey +bPG +bPH +ajk +aUB +rKa +qTe +gUj +lDT +aCZ +qTe +aUX +gUj +gVw +gUj +lDT +rKa +aVh +alw +alM +amh +amY +anh +jvC +jvC +aoI +atl +aaw +aCA +aEv +aCz +aEv +aCz +aEv +aEK +apL +iqx +aGS +iZv +nxN +tzF +daR +vyA +xNR +vyA +plM +iAy +qgo +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(232,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aex +bqO +aeV +xvE +bqS +afJ +snO +aeI +vkW +aeB +aeB +afq +aeF +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afP +akc +aeB +vkW +aOM +ayd +anY +ayK +ahM +ahM +ahM +aKc +agH +agH +oxr +ahr +ajk +bPn +ajv +bPv +ajv +bPy +ajk +cOf +wVG +qkz +ajo +cOf +anZ +ajx +ajx +anZ +bPI +ajk +amx +azd +mEd +mEd +mEd +aDa +aDc +aDa +aDc +mEd +mEd +mEd +eQR +xHm +alw +aXl +hva +hva +ane +jvC +jvC +aXX +atl +aZE +unf +aEA +aCz +aCR +aCz +aEA +apE +apN +aqp +atl +aWG +aHv +mHd +qPo +lgo +cvW +lgo +cvW +lgo +ihL +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(233,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aex +bqO +aeV +xvE +coS +cGF +rwF +aeI +vkW +aeB +aeB +afs +aeF +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +eDz +ani +aeB +vkW +aOJ +ayd +aXJ +ayK +anY +aON +anY +aKc +agH +agH +oxr +ahr +ajo +bPq +bPs +bPw +fGP +jXg +ajo +sIw +wVG +aUj +ajk +bOf +bPC +bOm +dvx +anZ +bPJ +ajk +wbK +iho +xhA +dwr +oQf +xhA +rKa +amz +rKa +oQf +xhA +dwr +oQf +nQB +alw +alO +alY +aXC +ano +iho +iho +apb +atl +aaw +aCA +aEv +aCz +aEv +aCz +aEv +aEK +aEK +aqC +atl +toJ +riC +mHd +qPo +exf +aXb +exf +lkk +exf +auz +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(234,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeD +aeV +xvE +aeV +bms +aeB +aeB +vkW +aeB +aeB +aft +aeF +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +eDz +anj +aeB +aSQ +aeU +agj +agj +agj +ahg +jXo +ahg +agj +nnx +agH +oxr +boc +ajo +bPp +anZ +bPx +vHQ +yhC +bMh +yhC +cmy +qkz +ajo +bOg +bPD +bOm +wVG +anZ +bPK +ajk +akl +akl +akl +akl +akl +amx +rKa +amz +rKa +xHm +akl +akl +akl +akl +alw +alw +alw +alw +alw +alw +alw +alw +atl +aCz +unf +aEA +aCz +aEA +aCz +aEA +aEK +aEK +aqU +atl +box +boy +aXr +atz +ato +auz +auz +auz +auz +auz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(235,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeV +aeV +xvE +aeV +bms +aeB +aeB +vkW +aeB +aeB +afl +aeF +afi +aeN +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +afi +aeN +afi +eDz +ajU +aeB +vkW +aeR +agj +atP +agj +agj +agj +agj +agj +qFJ +agH +oxr +aiX +ajo +bPq +anZ +opo +ekd +ksn +ajo +ajw +wVG +qkz +ajo +bOh +bPE +bOn +wVG +ksn +bPL +ajk +amn +aZr +amL +amE +akl +akl +mgw +anu +mgw +akl +akl +amn +anB +aZx +asV +alw +ask +asw +atD +atD +avf +asX +ati +aCz +apz +dFP +dFP +dFP +dFP +dFP +aZH +eEW +nXj +atl +ard +aXy +aCT +bUi +ato +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(236,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +ycg +aeV +hws +ckY +pSb +fEC +fEC +xBa +aeB +aeB +afq +aeG +aeL +aeL +aeL +aeL +aeL +aeL +aeL +aeL +aeL +aeL +afo +aeL +aeL +aeL +aeL +aeL +aeL +aeL +aeL +afQ +akc +aeB +vkW +aeR +agj +atP +atP +atP +atP +atP +agj +agC +agH +oxr +ahr +ajk +bPr +aUz +chL +nws +sIV +ajk +cOf +wVG +brs +ajk +ajk +ajk +ajk +aHr +ajk +ajk +ajk +amk +amF +hvZ +gBh +dfg +akl +sJe +amG +hat +akl +wvZ +gBh +fWx +amk +amk +alw +aCz +aCz +aCz +aCz +aCz +aCz +atl +atl +atl +atl +auP +ati +atl +atl +atl +atl +aqV +atl +aWC +aXy +aCT +bja +ato +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(237,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aex +aeC +aeV +xvE +aeV +bms +aeB +aeB +vkW +aeB +aeB +afi +afB +afD +afD +afF +afH +afB +afD +afM +afT +afB +afW +afY +afT +afB +afD +afM +afT +aji +ajK +afM +afT +afi +aeB +vkW +lJR +agb +agb +agb +agb +agb +agb +agb +agC +agH +oxr +arm +ajk +ajk +ajk +ajk +ajk +ajk +ajk +aDu +wVG +jXg +ajv +aUq +ajv +sIw +wVG +bOp +gke +ajk +bjm +aUF +bjm +akl +aHg +akl +dqu +amG +tCI +akl +aHg +akl +bjm +bvQ +atC +alw +aCz +asX +auo +atD +atD +aCz +aCz +aCz +atS +aCz +aCz +ato +aXo +aXy +apH +aXy +aEQ +aCH +tLr +aCH +aCU +ark +ato +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(238,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +aex +aeC +aeV +xvE +fSB +afJ +cCP +tov +vkW +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +aeB +vkW +aeR +agb +rzk +eOI +skK +eOI +wqN +agb +agC +agH +uDh +mYQ +mkM +yhC +aDJ +aDL +yhC +yhC +aDM +yhC +atf +yhC +yhC +ibe +yhC +yhC +atr +ajx +eSY +ajk +akl +akl +akl +akl +svn +rDr +rhr +amG +svn +rDr +rhr +akl +akl +akl +akl +alw +aCz +aCz +aCz +aCz +aCz +aCz +atD +atD +asX +ask +ask +ato +cMw +aXy +aXy +aXy +aXy +aXy +oxk +aXy +aXy +bHz +ato +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(239,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +yea +ckY +jQT +vBS +afJ +aeU +bme +gei +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +ing +fEC +fEC +aRV +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +fEC +rOS +bSX +agb +agv +lYv +iWo +jAq +ykO +agb +agC +agH +oxr +agH +bjW +ajx +ajx +ajx +ajx +ajx +ajx +ajx +aor +aWr +blk +pji +aor +aWr +blk +ajx +qkz +ajk +amA +aUE +amw +akl +aHg +akl +sJe +amG +epg +akl +aHg +akl +amw +bvT +amC +alw +aCz +aCz +atl +ati +ati +ati +ati +ati +ati +ati +ati +ato +ato +aXq +aXp +aXy +bjb +aXy +are +aXy +bjb +ato +ato +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(240,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +bGu +aeV +xvE +pfG +afJ +aeU +aeU +wmU +wmU +wmU +wmU +aRJ +gcy +wmU +wmU +wmU +wmU +aeU +aOJ +aeB +aeB +vkW +aeB +aOJ +aeU +oWg +oWg +oWg +oWg +oWg +vFk +oWg +oWg +oWg +oWg +vPM +agb +lGD +lYv +vSa +jAq +ykO +agb +fIZ +agH +oxr +agH +bjW +ajx +ajx +ajx +ajx +ajx +ajx +ajx +vpT +aWr +blk +pji +blk +aWr +aor +ajx +qkz +ajk +amB +amk +hvZ +gBh +xWS +akl +buV +amG +nzR +akl +hKt +gBh +fWx +amk +amk +alw +atD +asX +ati +ati +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ato +ato +ato +ato +ato +ato +ato +ato +ato +ato +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(241,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +uzl +aeV +xvE +jFJ +afJ +afJ +aeM +aeM +afe +afe +afe +aeM +aeM +afe +afe +afe +aeM +aeU +aeU +agW +agW +qvD +agW +bnL +agb +agb +uSk +uSk +cxh +uSk +agb +pLO +ocD +pLO +pLO +agb +agb +aTi +fSU +agz +fXP +lnM +agb +wCJ +agH +oxr +odC +hed +ajw +boQ +ajx +boQ +ajx +ajx +ajx +blk +aWr +aor +pji +aor +aWr +blk +ajx +dNS +ajk +bjm +bvQ +amn +amD +akl +akl +amU +amG +rXs +akl +akl +ans +amE +bvQ +amC +alw +atO +atD +ati +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(242,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +uzl +aeV +xvE +aeV +aeV +aeV +afe +bqU +bqW +brj +jYC +tSu +qJA +bqU +mIx +rrG +teZ +aeM +aRx +aeB +aeB +vkW +aeB +aSh +agb +fzo +eOI +eOI +wHQ +lPH +skK +sRK +jYs +eOI +eOI +uji +bnU +agb +agg +mFS +agg +agb +agb +agb +lFU +fkG +agb +oHs +bog +boR +ajx +boR +ajx +ajx +ajx +aWd +aWA +aWA +mUv +aWA +aWA +anZ +ajx +bOq +ajk +akl +akl +akl +akl +akl +kmj +dqu +amG +rXs +pgf +akl +akl +akl +akl +akl +alw +atD +atD +ati +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(243,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +bmq +aeV +pVL +ckY +ckY +ckY +kxc +qaj +rKo +ayb +ayb +hxW +ayb +ayb +ayb +hxW +hsM +aeM +aDQ +aeB +aeB +vkW +aeB +iuz +agb +mdV +agw +agw +agw +spD +agw +sez +agw +agw +agw +lNS +agb +eOI +ags +rTX +rrY +eOI +skK +ags +agw +rTX +xNL +oHs +cOf +boR +ajx +boR +ajx +ajx +ajx +ajx +bJc +ajx +wXT +ajx +ajx +ajx +ajx +qkz +vfb +jvC +atw +wXE +jvC +ydY +amG +vLb +amG +rXs +amG +ydY +jvC +wXE +atw +jvC +ydY +aCz +hKZ +ati +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(244,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeV +aeV +aeV +aeV +akp +xkn +aeM +mGn +iLj +qaj +smk +lyK +wjw +lyK +rei +qaj +qaj +aLf +fEC +fEC +fEC +xBa +aeB +aeB +bcv +agw +rQY +iFy +iFy +iFy +qeY +iFy +iFy +iFy +qeY +iFy +ahV +iFy +iFy +pgH +rrE +knG +iFy +iFy +iFy +ryc +lhL +oHs +cOf +boR +ajx +wRH +ajx +ajx +ajx +ajx +ksn +nws +nws +nws +nws +bOo +aUz +nZB +ajk +akl +akl +akl +akl +akl +bZv +sJe +amG +rXs +bru +akl +akl +akl +akl +akl +alw +ati +ati +ati +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(245,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +bmz +aeV +aeV +aeV +aeV +aeV +qOF +ayb +ayb +ayb +nAO +bIa +gPX +tXo +pCW +ayb +ayb +ayb +aeB +aeB +aeB +dQW +fEC +fEC +ahV +iFy +fDx +fXP +eTR +eTR +lko +eTR +eTR +fSU +rTX +fXP +agb +agb +ikC +agb +agb +agv +agw +agw +agw +agw +ykO +oHs +wwE +nws +nws +nws +nws +nws +nws +nws +asd +oHs +gzf +app +app +app +app +app +ajk +amw +aUJ +amn +amP +akl +akl +amU +amG +rXs +akl +akl +amw +amn +aZy +amE +alw +apV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(246,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +bKU +aeV +aeV +aeV +aeV +aeV +afe +bqV +ayb +ayb +wlj +bqW +bqW +bqW +xsm +ayb +aWp +aeM +aDK +aeB +aeB +vkW +aeB +tLa +agb +iEg +rTX +ykO +tPV +tPV +tPV +tPV +tPV +agv +rTX +aSJ +agb +gjh +agw +dzT +agb +lGD +bSE +qOr +bSO +kMu +ykO +oHs +anZ +aoi +anZ +aoi +anZ +aoi +anZ +aoi +anZ +oHs +anZ +wrR +app +ylo +ylo +ylo +apV +amr +amk +hvZ +gBh +dfg +akl +buV +amG +aUY +akl +wvZ +gBh +fWx +amk +amk +atb +aki +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(247,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +aeV +aeV +aeV +akp +rKq +ton +aeM +ffC +bqY +bqY +wim +bqY +wim +wim +bqY +bqY +buM +aeM +xST +iRw +fJZ +ejD +gMC +xBA +agb +stA +kKB +rrY +eOI +tPT +bTl +tPT +eOI +ags +nJn +aZu +agb +qbB +sKQ +tzX +agb +wkr +bTo +ghJ +qeF +rWh +lnM +oHs +anZ +aor +aUh +bJk +anZ +aor +aUh +bJk +lqX +oHs +anZ +wrR +app +ylo +ylo +ylo +apV +amC +bvQ +bjm +akl +aHg +akl +dqu +amG +tCI +akl +aHg +akl +bvS +aVj +bjm +apV +apV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(248,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +anJ +dyU +dyU +bKX +afJ +afJ +aeM +aeM +aeM +tpA +qNe +afK +qqF +rOP +hdG +kWZ +aeM +aeM +aeU +qBk +jGZ +bTh +ftX +aeU +agb +agb +aio +iFy +iFy +iFy +oRJ +iFy +iFy +iFy +iyp +agb +agb +agb +agb +agb +agb +agb +agb +agb +agb +agb +agb +oHs +oHs +oHs +oHs +oHs +oHs +oHs +oHs +oHs +oHs +oHs +anZ +cNI +app +ylo +ylo +apV +akl +akl +akl +akl +akl +svn +rDr +snU +rDr +snU +rDr +rhr +akl +akl +akl +akl +apV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(249,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +sxJ +akp +akp +akp +tqb +lwu +jAO +aeI +aeM +aeM +aeM +aeM +aeM +aeM +aeM +aeM +aeM +wmi +aeU +aeU +aeU +aeU +aeU +aeU +nbN +agb +oOL +kPS +eTR +bSr +eTR +eTR +eTR +eDP +wVA +agb +nbN +nbN +jAO +aeI +lwu +wmi +aeI +aeI +lwu +lwu +lwu +wAF +yfh +yfh +yfh +anZ +anZ +yfh +yfh +anZ +eIq +yfh +anZ +anZ +app +ylo +ylo +aki +amk +amn +aUL +amw +akl +aHg +apV +aki +aki +aki +apV +aHg +akl +bjm +aVg +bjm +apV +apV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(250,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +bKS +bKS +bKS +bKS +bKS +bKS +bKS +bKS +alx +alx +aex +aex +alx +akz +akz +aeI +lwu +aeI +aeI +lwu +lwu +uFM +lwu +lwu +aeI +aeI +lwu +aeI +aeI +jAO +lwu +aeI +lwu +lwu +agb +agb +qbV +qbV +agb +sXf +agb +qbV +qbV +agb +agb +lwu +lwu +lwu +aeI +lwu +lwu +aeI +aeI +lwu +lwu +lwu +wrR +yfh +yfh +yfh +anZ +anZ +oFU +yfh +anZ +yfh +yfh +anZ +anZ +app +ylo +ylo +aki +akm +amk +amk +hvZ +gBh +xWS +apV +ylo +ylo +ylo +apV +hKt +gBh +fWx +amk +amk +asU +aki +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(251,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +akz +akz +fHO +aeI +aeI +lwu +lwu +aeI +lwu +lwu +aeI +aeI +lwu +aeI +aeI +lwu +lwu +aeI +lwu +lwu +fWN +fWN +fWN +wsJ +wsJ +fWN +avs +wsJ +fWN +fWN +wsJ +lwu +lwu +akz +akz +akz +akz +akz +akz +akz +akz +akz +app +app +app +app +app +app +app +app +app +app +app +app +app +app +ylo +ylo +apV +apV +bvJ +akm +akm +bvR +apV +apV +ylo +ylo +ylo +apV +apV +aZw +asN +asS +aZB +apV +apV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(252,1,1) = {" +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +akz +aog +aog +aog +aog +aog +aog +aog +aog +aog +aog +aog +akz +akz +akz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +apV +apV +aki +aki +apV +apV +ylo +ylo +ylo +ylo +ylo +apV +apV +aki +aki +apV +apV +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} diff --git a/tgui/packages/tgui/interfaces/Orbit/index.tsx b/tgui/packages/tgui/interfaces/Orbit/index.tsx index 7dd98e4a7e5b..466d9179e5c5 100644 --- a/tgui/packages/tgui/interfaces/Orbit/index.tsx +++ b/tgui/packages/tgui/interfaces/Orbit/index.tsx @@ -111,6 +111,7 @@ const ObservableSearch = (props) => { const ObservableContent = (props) => { const { data } = useBackend(); const { + boxers = [], humans = [], marines = [], survivors = [], @@ -138,6 +139,11 @@ const ObservableContent = (props) => { return ( + diff --git a/tgui/packages/tgui/interfaces/Orbit/types.ts b/tgui/packages/tgui/interfaces/Orbit/types.ts index afbed5b16468..83d1aadd76c0 100644 --- a/tgui/packages/tgui/interfaces/Orbit/types.ts +++ b/tgui/packages/tgui/interfaces/Orbit/types.ts @@ -2,6 +2,7 @@ import { BooleanLike } from 'common/react'; export type OrbitData = { auto_observe: BooleanLike; + boxers: Observable[]; humans: Observable[]; marines: Observable[]; survivors: Observable[];